Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Accessing SQL Server 2000 from Windows Vista is very slow

Reply
Thread Tools Display Modes

Accessing SQL Server 2000 from Windows Vista is very slow

 
 
Claudio
Guest
Posts: n/a

 
      10-05-2007
I have a Visual C++ application using CRecordset to connect with Sql Server
2000 on Windows 2000 Server on a Local Network,
the ODBC connection string is:
ODBC;DRIVER={SQL
Server};SERVER=servername;DATABASE=dbname;Trusted_ Connection=Yes

Running the application on the computer with Windows Vista Home, the tables
opening
on Sql Server is very slow,
whereas running the same application on Windows 2000 the open is very fast.

Someone can help me to solve this issue?
I already tried to:
- disable Windows Defender
- disable Windows Firewall
- activate and use the Administrator login
- disable the IPv6 protocl
- disable autotuning
there a re no antivirus software on computer with Windows Vista
.... but resultless :-((

Thanks for any help
Claudio




 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a

 
      10-05-2007
"Claudio" <> wrote ...
> Running the application on the computer with Windows Vista Home, the
> tables
> opening
> on Sql Server is very slow,
> whereas running the same application on Windows 2000 the open is very
> fast.


Hi Claudio

For this kind of problem, I would install Network Monitor onto the Vista
machine. Then get a network trace of the app opening the SQL Table.

Examine the trace to see where the delays occur. Is it is session
establishment? Authentication? Slow responses from server? etc.

This in turn, will lead you to the solution.

http://www.microsoft.com/downloads/d...playlang=en&tm

Hope it helps,

--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
Rick Lipkin
Guest
Posts: n/a

 
      10-05-2007
Claudio

Use sqloledb ( ado ) instead of odbc .. lots of info on MSDN for Visual
Studio and C++ apps.

RIck Lipkin

"Claudio" <> wrote in message
news:...
>I have a Visual C++ application using CRecordset to connect with Sql Server
> 2000 on Windows 2000 Server on a Local Network,
> the ODBC connection string is:
> ODBC;DRIVER={SQL
> Server};SERVER=servername;DATABASE=dbname;Trusted_ Connection=Yes
>
> Running the application on the computer with Windows Vista Home, the
> tables
> opening
> on Sql Server is very slow,
> whereas running the same application on Windows 2000 the open is very
> fast.
>
> Someone can help me to solve this issue?
> I already tried to:
> - disable Windows Defender
> - disable Windows Firewall
> - activate and use the Administrator login
> - disable the IPv6 protocl
> - disable autotuning
> there a re no antivirus software on computer with Windows Vista
> ... but resultless :-((
>
> Thanks for any help
> Claudio
>
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access to a windows 2003 server or 2000 server is too slowly Nuno Azevedo Windows Vista Networking 1 11-09-2007 04:04 PM
Slow copy from Vista to Domain Controller Windows 2000 server ale.gas.71@gmail.com Windows Vista General Discussion 0 10-11-2007 05:46 PM
Slow copy from Vista to Domain Controller Windows 2000 server ale.gas.71@gmail.com Windows Vista General Discussion 1 10-10-2007 02:23 PM
vista ultimate slow slow network with windows 2000 pro Lynn McGuire Windows Vista Networking 3 02-15-2007 03:26 PM
vista ultimate slow slow network with windows 2000 pro Lynn McGuire Windows Vista General Discussion 1 02-13-2007 12:20 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59