SQL Server connectivity
From: Alan (Alan_at_discussions.microsoft.com)
Date: 08/03/04
- Next message: Doug Stoltz: "Re: SQL Server connectivity"
- Previous message: Malcolm Cook: "Re: Problem with a Stored Pocedure Parameter"
- Next in thread: Doug Stoltz: "Re: SQL Server connectivity"
- Reply: Doug Stoltz: "Re: SQL Server connectivity"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 14:05:02 -0700
Hi,
I am using ADO connection to a SQL Server ODBC to run a custom application.
The problem is that the SQL server was moved to another office and a VPN tunnel was established to maintain connectibility.
Now, when the application is run, it performs 15-20 times slower.
I've tried many things and the only approach that solves this issue is creating an access database and linking the tables through the same ODBC.
I changed the connection to point to the odbc of the access database and the application is flying. Even faster then when it was ran locally.
Please help me identify what is the issue with the initial set up. I wouldn't like to use the rigged setup I stumblled upon/
Thanks
- Next message: Doug Stoltz: "Re: SQL Server connectivity"
- Previous message: Malcolm Cook: "Re: Problem with a Stored Pocedure Parameter"
- Next in thread: Doug Stoltz: "Re: SQL Server connectivity"
- Reply: Doug Stoltz: "Re: SQL Server connectivity"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|