June 27, 2009 at 1:33 am
I'm having sql server in win xp with sp 3. while connecting to remote sql server 2000 i'm getting time out expired(sql exception.) plz help me in this issue
June 27, 2009 at 3:22 am
karthimca07 (6/27/2009)
I'm having sql server in win xp with sp 3. while connecting to remote sql server 2000 i'm getting time out expired(sql exception.) plz help me in this issue
It may be because of many issues, like network traffic issues, server too busy on resources that it's unable to accept any connection.
Are you getting this error while connecting or while running a query?
Do you have a linked server or u're trying to connect via enterprise manager?
June 27, 2009 at 3:29 am
Also you can try to increase the login timeout.
sp_configure 'remote login timeout', 60
go
reconfigure with override
go
This will set the login timeout value to 60 seconds
June 28, 2009 at 10:34 pm
When i'm trying to connect to the remote server i'm getting this error. Not in Enterprise manager. In My application i wrote a code to connect.(Vb.net + Sql Server 2000).
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply