![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Client application now connects, I can't see any problems, but there have been some strange anomalies in satellite applications today. All have been bounced to see if it's just a change they needed to notice, to no avail. Was that an OK operation to have done, or is there something just about to bite me when I'm not looking? |
#3
| |||
| |||
|
|
(andyjgw (AT) gmail (DOT) com) writes: Client application now connects, I can't see any problems, but there have been some strange anomalies in satellite applications today. All have been bounced to see if it's just a change they needed to notice, to no avail. Was that an OK operation to have done, or is there something just about to bite me when I'm not looking? This might not really the right way to do it. Then again it sounds sound to me. Without knowing about the anomalies, it's difficult to say what might be wrong. One thing to check though is @@servername. If it's wrong, drop the name with sp_dropserver. If NULL, add it with sp_addserver with the "local" parameter. See Books Online for details. This KB article may be helpful: http://support.microsoft.com/default...b;EN-US;224071 (although you probably should have seen it earlier!) -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinf...2000/books.asp |
#4
| |||
| |||
|
|
@@servername is fine, though I'd suspect it may be dynamic enough to query the machine rather than a value stored in the DB somewhere? |
![]() |
| Thread Tools | |
| Display Modes | |
| |