Sqlsrv very slow over network

I'm using sqlsrv (php_pdo_sqlsrv_55_ts.dll and php_sqlsrv_55_ts.dll) in PHP (5.5.12, CLI version on Windows 8.1) to connect to a SQL Server 2012 over a VPN tunnel. But the transfer rate for large result sets is very slow.
Testing SSMS on the same PC over the same VPN tunnel for this query (query is just for testing purposes, I also tried other queries with large data sets and all showed the same performance issues):
    SELECT *
    FROM [Data].[dbo].[Logins]
    WHERE date >= '2014-01-27 00:00:00.000' AND date < '2014-01-29 00:00:00.000'
returns about 100,000 rows in 4 seconds. Checking the transfer rate on my firewall/VPN shows 2,500 KB/s (on a 100mbit network) while the query is running.
Using PHP:
    sqlsrv_configure('ClientBufferMaxKBSize', 1024*1024);
    $dbconnect = "SERVER\\HERE";
    $dbconinfo = array("UID" => "user", "PWD" => "pass", "Database" => "Data")
    $conn = sqlsrv_connect( $dbconnect, $dbconinfo);
    $sql = "
    SELECT *
    FROM [dbo].[Logins]
    WHERE date >= '2014-01-27 00:00:00.000' AND date < '2014-01-29 00:00:00.000'
    $options = array();
    $options["Scrollable"] = SQLSRV_CURSOR_CLIENT_BUFFERED;
    $options["QueryTimeout"] = 30000;      
    $stmt = sqlsrv_query( $conn, $sql, array(), $options);
runs 40 seconds and the firewall/VPN shows less than 150 KB/s while the query is running. Task-Manager shows around 5% CPU load for the script.
I used SQLSRV_CURSOR_CLIENT_BUFFERED just for testing, because it reads the result in its own buffer without any further PHP code. Fetching each set of data without buffering is just a little bit slower (around 45 seconds).
I also tried a PDO version which lead to the same result.
ConnectionPooling 0 or 1 didn't make any difference either.
Changing server name to DNS vs. IP adress also made no difference.
LogSubsystems -1 and LogSeverity -1 did not show any issues or anything helpful at all.
I even used Wireshark to watch the network traffic but couldn't find any big differences between PHP and SSMS versions. But I don't know too much about networking layers.
So the CPU load is low, there is no HDD use at all, the network transfer rate is extremely slow and the SQL server would be capable to deliver the results very much faster. And it actually is a lot faster with SSMS on the same PC and network connection.
Why is sqlsrv so very slow?
Any ideas what might be the issue or what I could try to speed up PHP/sqlsrv would be greatly appreciated.

Please tell us what are waits assigned to query, you can use below tsql code to get the information.
select session_id, t.text, start_time, status, command, db_name(database_id) As DBname, USER_NAME(user_id) As UserName, blocking_session_id, wait_type, wait_time, wait_resource, percent_complete from sys.dm_exec_requests
CROSS APPLY sys.dm_exec_sql_text(sql_handle) as t
This information can help us to understand the problem.
Thanks,
Shashikant 
Sadly I don't have the rights on the SQL Server for this query. But from what I gathered from similar issues on the web, SQL Server is most likely waiting for the client.
I also tried the same testing query now with Power Query in Excel. It's as fast as with SSMS. Just with sqlsrv on PHP it's extremly slow.
Testing the query on a local SQL Server, it's pretty much instantaneous with SSMS, Excel and sqlsrv on PHP as well.

Similar Messages

  • Lumia 920 Facebook connection very slow over WiFi ...

    Since the Portico update the connection to Facebook both in the People and Me hub as well as in the Facebook app is very slow over WiFi, whilst still good over 4G/LTE (with WiFi off). The connection to the Nokia account also appears to have a similar problem. All other accounts and apps have good speed over both cellular and WiFi connections.
    Any ideas anybody?
    PS: FYI, a bit more info about the history and context: When I noticed the problem the first time after the update, I tried to solve it by deleting and re-adding my Facebook account on the phone. Unfortunately, that made me lose my Me hub tile, so I decided to do a full reset. That again unfortunately got stuck on the togg wheels, so I restored the phone using Nokia Care Suite with the latest firmware, and restored my accounts, apps and settings from scratch. Everythings seems to work fine now, except the above mentioned Facebook and Nokia account connectivity problem.

    Did you somehow solve this problem?
    I have the same issue here with my Lumia 920.
    However I have already found out that it only applies to my home Wifi. All other Wifi networks i was connecting to did work flawlesly.
    I need to note that all other devices on my home network are using facebook without a glitch. Only Lumia has some problems with it.

  • ITunes Match downloads very slow over LTE

    Hi, I have an iPhone 5 on iOS 6.1.4. When downloading iTunes Match songs to my phone it is very slow over LTE taking roughly 1 minute per megabyte. Over wifi it is a lot faster taking perhaps less than 20 seconds per track on average. All other data based activity is fast over LTE so the issue does seem to be limited to iTunes Match downloads and is the same whether my music was matched or uploaded to to icloud.
    Any fixes/suggestions much appreciated. I have a brand new handset and restored my phone yesterday. I'm on the EE network in London.
    Thank you

    Hello there Caliente78,
    Here is some info about troubleshooting the cellular data connection.
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Follow the instructions below for assistance with troubleshooting cellular data issues on your iPhone. After performing each step, please test to see if the issue is resolved.
    Toggle airplane mode: Tap Settings, turn airplane mode on, wait three seconds, and then turn off again.
    Restart your iPhone.
    Ensure that your software is up to date:
    Check for a Carrier Settings Update. Tap Settings > General > About.
    Check for an iOS Software Update. Tap Settings > General > Software Update.
    Note: Some updates may require a Wi-Fi connection.
    Remove the SIM Card and reinsert it. Allow the iPhone to acquire the network again.
    If your SIM card has SIM PIN enabled, try toggling it off: Tap Settings > Phone > SIM PIN.
    Try another location. If a different location works, but the original location still does not, contact your carrier to report the issue.
    Reset network settings: Tap Settings > General > Reset > Reset Network Settings.
    Restore the iPhone as new.
    Contact your carrier to:
    Verify that the iPhone is properly set up on the account with the appropriate, current data plan.
    Verify that there are no account-related blocks.
    Find out if there are specific error messages in the carrier logs that could help determine why the issue is occurring.
    If none of the above steps resolves the issue, contact your carrier, make an appointment at an Apple Retail Store, orcontact AppleCare to troubleshoot further.
    All the best,
    Sterling

  • My printers have become all of a sudden very slow over my network when used with my Macbook. What could this indicate ?

    My two printers on my network (HP 8500 All in one Officejet and Lexmark Pro 805)  have become very slow with processing and printing my documents. When printing, they have also made it not possible to do other applications on my Macbook until finished printing. WHat does ths point in the direction of ?

    Empty your print queue of excess print jobs that didn't go through.
    If you are within 1500 feet (500 meters) of someone who might connect wirelessly, make sure any wireless network you have is WPA2 encrypted, and not using 802.11b.  Reboot the printers, and any routers they may be connected to.

  • Video sharing extremely slow over network

    Hi Everyone, I've had a quick search through the forums to try and see if anyone has been having the same problems with me when trying to share videos (music videos, tv shows, movies etc) over a network. In itunes 7.5 I used to have no problems sharing my music or videos, now it seems like the videos are extremely slow to stream or simply won't stream at all The library shows up and music streams perfectly, but videos just seem to take forever to load, if they even load at all! As you can imagine this is a little annoying, especially if I want to sit in my theatre room with my mac mini and watch a movie streamed from my macbook pro. I've tried changing the network on my mac mini from its usual cabled network connection to using the airport, but it doesn't seem to make any difference.
    Has anyone else suffered with similar issues, and if so, is there any way to resolve them?
    Thanks in advance,
    Best Regards,
    Oliver

    You already made that point. The issue is that is not helpful if you want to use Front Row and/or a Mac as a media centre. Your workaround is fine but it is klunky. The one suggested of downgrading to QT 7.3.1 is elegant but very slow as unless you can get Pacifist to work (which I could not) it means an archive and reinstall of Leopard, and downloading all the patches again with the crucial exception of QuickTime. The good news is that Leopard does this much, much better than any previous Mac OS X and all your settings and even third party preferences should work fine. The 7.3.1 installer is still available online of you Google "QuickTime 7.3.1 Leopard". This will work perfectly unless you are renting movies.
    So, the choice is klunky, or an hour or so of re-installing.

  • Very slow downloads Network test says "can't connect to Apple"

    Have a 1st generation ATV and it has been working great for years until now. When I have slow downloads so I go to "Test Network" and it fixes the problem, but not any more. Now it says "can't connect to Apple"
    Funny thing is it can connect but it is very very slow!
    I have tried most everything I can think of this has got me stumped!
    -- Speed test on my network shows I am getting 12 Mb/s download speeds with Comcast cable
    -- using an Apple Airport extreme
    -- I have NOT done any changes to my network
    -- Have done a factory reset on ATV
    -- rebooted my Airport
    -- Made sure all my updates have been done
    -- Hooked ATV up with ethernet cable to network that just seemed to make to worse! strange?
    -- look all very the boards
    Does any one have any ideas?
    Thanks!

    I have the same experience, i.e., "Test Network" used to improve slow downloads, but now when I attempt it, the test download progress bar moves, but then I get the "can't connect to Apple" error message. I have not yet found a solution to this, however it may be related to the following problem:
    ATV does not remember wireless network password.
    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    I am having to re-enter the wireless network password every time the ATV starts up, and sometimes during startup it appears to be in a Catch-22 situation where it is trying to access the network but cannot because it has not yet let me manually enter the password, so it spends a long time with amber or amber plus white light blinking, and then more time with solid white light before finally showing the startup sequence, about half an hour after being switched on.
    See post about password problem at http://discussions.apple.com/thread.jspa?messageID=13182180#13182180, which also lists my equipment.

  • Very Slow Windows Networking

    My department is running OS X 10.4, and we're networked with a Windows server for storage and job backup. One of our main backup servers is very slow. Logging into the server can take up to 5-7 minutes, and for a period of 5-7 minutes after that the machine logging into the server will run very slow, even when not copying a file.
    Now the backup server is quite large (almost a terrabyte), which is my belief why it runs so slowly. We have two other servers on the same network that behave fine.
    Is there something on my end (OS X) that can speed up the problem, or is this a server issue? My boss is demanding answers and our Windows IT guy is placing the blame solely on our Macs (with no evidence of course). Help!

    Google for "SMB performance". There are a bunch of discussions on macosxhints on how to tweak SMB performance on Max OS X. I have tried a few different ones, which all seem to help in some small way. YMMV.
    Apple SMB is not known for its performance.

  • MacBook Pro running very slow over 1 hour to boot up

    I was out of the country on a trip and my daughter's MBP (15" early 2011) refused to boot. It was stuck on the gray screen with the rotating gear. She made an appointment at the genius bar and they told her basically the computer was dead in the water due to a crashed hard drive and she should contact a data recovery service to recover her personal data then come back and they will install a new hgard drive and get her up and running. After I returned I removed the hard drive and took it to the IT department at my company. A tech there was able to access the drive via a USB/SATA cable and  copy the contents to an external hard drive. He ran HD Tune on the drive and found no errors. I re-nstalled the drive and it still had the same problem. I am more of a Windows guy myself so I'm not 100% confident of my Mac/OSX skills. Obviously the genius at the genius bar wasn't exactly right since as you will see if he simply tried a safe boot he would have been able to gain access to the computer. But following is what I have already done.
    1). I was able to boot into safe boot mode(Shift key during boot process). Under Safe mode I was able to log in under a Guest account. I could not successfully log in under her user account. Under the Guest Account I ran Disk utility and verified and reset preferences as I read somewhere this could be an issue. It found many issues (I would guess around 100). I also ran the verify disk and disk repair (or wahatever it is called). Disk Utility informed my that I had to reboot into repair mode (Command & R) and run DIsk Utility in that mode.
    2). Rebooted into Repair Mode (Command & R). It took a while for the spinning globe to get rid of the triangle with the exclamation point but eventually I was in the Internet Repair Feature (Or whatever it is called). I ran Disk Utility and did a repair. It found system file errors and reported back that they were repaired. Wihile in Repair mode I looked under the "restore" tab and noticed that OSX Lion was shown. But in the computer's "About this Mac" it shows OSX 10.9. My daughter confirmed that she had previously updated the OS twice via the App Store so I guess that is why Lion shows under the restore tab.
    3). I did a reboot to reset PRAM/NVRAM hoping that would assist as well as I had seen some entries that this was a good thing to do with very slow response problems.
    4). I rebooted and waited. After about 20 minutes the log in screen came up and I log in under her user account. About 30 minutes later most of the desktop had loaded. About an hour and a half into the boot I was able to navigate the desktop but the was at least a 2 second delay between clicking on something and it acting. Often I had the spinning "rainbow wheel", "beach ball", "umbrella" or whatever your preference is.
    So bottom line is I am no longer stuck on the gray screen but the computer is totally unusable. I'm not sure what my next step should be. SHould I restore the OS to Lion via the Command & R procedure? If I do that then will she be able to reload 10.9 Mavericks again via download?
    If she has a friend with a MBP already running Mavericks can she make a USB boot drive on that machine to repair/replace her existing OSX installation?
    Should I just reformat the hard drive and start fresh since something isn't making the MBR happy?
    Also under disk utility the SMART report shows the drive as healthy.
    Here are the basic specs of the machine as is:
    OSX 10.9 (13A603)
    8GB Ram 1333 NHz DDR3
    Hard Drive: 499Gb total/263GB available
    Any advice is welcome. Thanks.

    LPBassman,
    since the tech in your IT department was able to copy your daughter’s data from her MacBook Pro’s internal disk, I’d suggest completely erasing the internal disk (using Disk Utility in Recovery mode, reformatting it with a “Mac OS Extended (Journaled)” filesystem), reïnstalling its original version of Mac OS X (either Snow Leopard from the grey Mac OS X Install DVD if it originally came with two grey DVDs, or Lion via OS X Internet Recovery if no grey DVDs originally came with it), running Software Update to get it to 10.6.8 or 10.7.5 respectively, reïnstalling Mavericks, running Software Update again to get it up to date, and finally restoring your daughter’s data.

  • After Effects CC (OSX MAVERICKS) Slow Over Network

    Greetings
    We just upgraded everyone at our small TV studio to CC. 
    We are opening an old AE CS6 project in CC, so it converts the project to CC and we resave it.
    We are having a HUGE issue where the entire AE program becomes laggy to any user input.  (click a layer, it takes 3-4 seconds to be selected. Type characters, 3-4 seconds to update,  Click a menu, it takes 3-4 seconds to open, etc etc)  Any user input takes a very long time to actually work in the program, so it is unusable.
    Here is what I figured out so far:
    -I still have CS6 installed on the mac and when I open the project in CS6 it works beautifully.
    -When I open the project in CC but do not connect to the network (and therefore have missing footage), everything also works perfect as far as user interaction.
    -Once I relink my footage, AE CC becomes laggy and unusable.
    So it seems by that evidence that something has changed from CS6 to CC, and for whatever reason CC is slow to look over the network for the footage and each user interaction causes the large wait in program response.  Moving footage locally to the computer fixes the problem, but we cannot work that way as we have TB's of footage on the network that is shared.
    We have not encountered anything like this in Premiere CC, or Audition, seems limited to AECC.
    AE has the latest CC updates downloaded/applied.
    Thanks!!!

    I am not an expert in networking, we just have the most basic of networks, our dept has 6 Mac pros , with one designated for network rendering / storing common footage.  We just connect through finder to the render Mac so nothing third party going on.
    It's something different with cc vs. Cs6 and it has happened on all of our machines. Back in cs6 still works smoothly.
      My thought was maybe cc checks all footage differently on every action and since we are pulling so much from the network it was slow.  The main comp has maybe 40 layers, with other precomps in it.
    Last resort is to format and reinstall osx and all our software but it's a guess and one that would involve a weekend of unpaid work on my part ugh.

  • Quicktime slow over network (Vista Enterprise x64)

    Quicklime is ridiculously slow on vista over a network.
    I conducted several tests, opening an image sequence took 5 seconds on XP and 55 seconds on Vista. Other tests with other programs had no issues ie photoshop, after effects, etc.
    Does anyone have a solution?

    Anyone have any idea?

  • C4750 extremely slow over network

    Hello,
    I just recently purchased a Photosmart C4750 and set everything up.  When I try to print from my Macbook with the USB plugged in, everything is fine.  When I try to print over the network, it prints extremely slowly.  It took about 10 minutes to print about 10% of my image.  Finally the printing aborted on it's own and kicked out the page without completely printing the whole image.  Does anyone have any ideas why it is so slow?
    Thanks,
    Ryan

    I have seen this before.  Some people with this printer and problem also have PC's which print at normal speed, so I suspect the HP software on your Mac.  Let's get rid of it with the 'scrubber' option like this:
    Go to Applications/Hewlett Packard/ click on HP Uninstaller
    Click on Continue
    Highlight your device on the left pane
    Hold the Ctrl, Opt and Cmd keys and click on Uninstall
    There will be a pop up that asks if you are sure you want to uninstall ALL hp software. (At this point, if you continue, any HP printers you have installed will need to be reinstalled)
    Click Continue and let it finish
    Now, run a Software Update.
    Next, remove and re-install the printer in System Preferences, Print & Fax.
    You do not need the software now since Snow Leopard has both print & scan drivers built-in. Scan from Preview or Image Capture apps. Scanning from the front panel of the printer does not yet work.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • CC So slow over network

    Creating a new document and linking a 300mb PSD file takes 8 minutes to insert and it is over gigbit.
    To copy 300mg file to the desktop takes 15 seconds
    As a test created another Illustrator file and linked to the desktop 300mg file and it insert instantly;  then I opened CS6 and performed the same two tests:  firstly linking the same 300mb file over the network took under 10seconds and linking the local file took about 3 seconds.
    So the big Q of the day is why Illustrator CC does not want to play nice with files over the network, working locally is not an option.  Are there any preference settings in Illustrator to fix this issue or any other setting to help things?
    Regards
    Dave

    Dave,
    You should be aware that it is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky (for a while), but the chances of file corruption and other unpleasantnesses are immensely greater when you use anything but the harddisk, and it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • Windows Vista = very slow wireless network

    I have a brand new Lenovo ThinkPad Z61p. A great machine, great performance. But Vista seems to get in its way.
    The first thing I did, was to re-install Windows Vista to get a clean machine, without alle the junk that comes with it. At work, the wireless network worked just fine - but when I came home, it was so slow. I mean REALLY slow. If I turned the wireless network card off, and plugged in a cable, I was flying on the Internet. But for the wireless adapter, even a page like msdn.microsoft.com could take 3-4 minutes just to load.
    I thought the issue was the drivers for the wireless network adapter, but later, in my desperate attempt to solve the problem, I removed a Windows feature called Windows DFS Replication service, which solved my problem.
    This was 4 weeks ago - and now the problem has returned. I've been reading a lot of forum posts around the web. I've uninstalled some other features, disabled IPv6, disabled Vista Auto-tuning ( i did that 4 weeks ago as well)...
    Nothing is working. I've also changed the default Network authentication mode, I've updated the drivers for the Intel Pro Wireless 3945abg, changed the wireless mode and a lot of things. Nothing is working.
    Does anyone in here have the same issues, or does anyone know what is wrong?

    I picked up a new IBM ThinkPad T60P (Wide) running Vista Business, and I am experiencing the same problems with an extremely slow wireless connection. I get the same slow performance on the wireless network in my office as in my home.
    The second I disable the wireless and plug in the cable directly to the router (ZyXeL) everything runs perfectly. I also tested connecting an Apple AirPort to the router (via cable) and connected directly to the AirPort as an access point instead of connecting to my normal wireless network, and then everything was working just fine for some reason (almost as fast as when I connect directly to the router via cable)!
    The really weird thing is that I get really quick download rates on at least one website (www.dailyrush.dk) where I can download files at 1.1 MB/s (I should have 15 mbit downstream). The web pages of that website still load pretty slow though when I'm browsing. Most other websites that I have tested load insanely slowly, both when I'm just browsing the pages and when I'm downloading files. For example a 1024 x 695 pixel JPG on Flickr.com might take several minutes to load, or simply time out. The Google front page sometimes takes 15 seconds to load.
    I have my old laptop parked right besides the new one, both connected to the same router on wireless, and the old laptop (IBM ThinkPad T41 running XP) performs fine - downloading anywhere from 10 to 100 times faster!
    It also takes forever to connect to VPN, perhaps 15 or 20 seconds on the Vista laptop and no more than 2 seconds on the XP machine.
    When I ping www.google.com in a command prompt I get some packet loss (between 25 and 100 %) but reasonable ping times averaging about 45ms which is the same as on my old laptop.
    I have tried pretty much everything:
    Disabling Windows Firewall
    Disabling TCP/IP v6 and those other entries in the wireless adapter configuration that are new in Vista
    Disabling security on the router entirely
    Changing security on the router to WPA and WPA2
    Changing the channel on the router (tried several available channels)
    Switching between 802.11 a/b/g modes on the router
    Booting up in safe mode (heard that worked for someone with a similar problem)
    Updating the wireless adapter driver to the newest version
    Installing all available updates from Windows Update
    Moving my laptop really close to the router (duh)
    Uninstalling MacAfee
    Uninstalling Bullguard
    Uninstalling a bunch of pre-installed IBM stuff
    I have come across several threads online where people have had the exact same problem and solved it by uninstalling the pre-installed MacAfee software. My laptop came with MacAfee too but I uninstalled it right away and installed Bullguard instead. When I noticed the connection problems I uninstalled Bullguard too, but little did it help.
    I really hope that someone can help me out here ... I'm kind of running out of ideas :-( Thanks in advance.
    Cheers,
    Stefan

  • LabVIEW running very slow over time

    I have been working on a project at work for a device to measure the torque capacity of a damper. For this I have two torque transducers one small one large. And a linear actuator to help measure an angle using the law of cosines. My problem is within the first 30 seconds the program runs great after a minute or so it starts slowing down. Since this is a testing device safety is a top priorty and I would like to keep the delay to a mininum. The digital out in the while loop creates an output that shuts the linear actuator if the torque gets too high. Any ideas would be helpful to speed this up.
    Thanks for your time 
    Carl 
    Solved!
    Go to Solution.
    Attachments:
    TORQUE MASTER PROGRAM.vi ‏44 KB

    Why are you creating a new DAQ task for the digital output within the loop itself on every iteration?  That Create task belongs before the loop.
    You have 3 arrays that you are building continuously in shift registers.  As they grow, the computer needs to find ever larger pieces of contiguous memory to store those arrays.  I'm surprised you are having problems after only 30 seconds, but not surprised you are having the problems ultimately.  I bet the reason I listed above is the reason it is happening so fast.
    Try using the producer consumer archtitecture to pass the values off to a parallel loop and write the data to file condinuously there.
    I see in your instructions you are telling someone to hit the Abort button to stop execution of the code.  That is always a bad idea.  You should design your program as a state machine where you have different states for running and setting up different parameters.  A user should never hit the Abort button  (you will fail to clean up tasks properly.)  And they really should never need to hit the run button either once the application is compiled into an executable.

  • Firefox 4 on Win7 uses 100% CPU for Favicon Animation. Allready reinstalled it, created a new Profile and deleted the old one. Firefox still gets very slow over time. Any more suggestions?

    OS is Win7 64Bit

    You will find appropriate Consumer-specific support by beginning your own, new thread in this forum =>
    http://answers.microsoft.com/en-us/protect/forum/protect_scanning
    ~Robear Dyer (PA Bear) MS MVP-Windows Client since 2002 Disclaimer: MS MVPs neither represent nor work for Microsoft

Maybe you are looking for

  • Is my iPod Color (60GB) dead?

    Hi all, I don't remember how it began but some day all songs on my iPod seemed to be gone. However, they still were there when I looked on it on the Unix command line (the folders named "Fxx" had my music files with cryptic names). Obviously the data

  • I upgraded to iOS 7, now trying to restore from a back up, and it always bring me back to the factory reset, everytime I try putting the backup. Help?

    So, I made a backup of my device (iPad 2). It was on iOS 4.3.2. I updated to iOS 7. Now, I'm at the default opening screen. I have to choose language, country, then connect to WiFi. After that, it asks me if I want to start new or restore from a back

  • How to display ID and Type in a row instead of column

    I have a table A with ID_NO, TYPE, PUBID(foreign key). The type can be CAT, ISBN, ISSN. I also have another table B with PUB_ID (primary key) and a lot of other details. The requirements are to display the results as rows like this: PUB_NO | CAT | IS

  • How to create TCode to a report program...?

    <b>Hi all How to create a transaction code to a report program,, can any one give me  in step-by-step procedure.. points will b rewarded for the exact answer.... Thanks,</b> regards, prashanth

  • Invalid Directory Path

    Hi, When I execute a procedure as shown below i use to get an error as <b> "invalid directory path"</b> exec emp_details('c:\emp\test.txt',100); The first parameter is the the path where file is stored and the other parameter is the emp code. After e