Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: sp_dropserver

    As should I. Thanks for the input!

  • RE: sp_dropserver

    The solution can be found here:

    http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/0dc28a77-0bf5-4beb-9e0e-711ed377dca8

    I found this by selecting the results of the NAME column from sys.servers into a variable and parsed out the two characters after...

  • RE: sp_dropserver

    Yeah, definately doesn't hurt being a DEV server. But I like to keep my servers clean of debris so to speak.

    I will definately keep you posted on this thread....

  • RE: sp_dropserver

    Produces the same error:

    Msg 15015, Level 16, State 1, Procedure sp_dropserver, Line 42

    The server ''ServerA; UID=DEVAccount;PWD=DEVPwd'' does not exist. Use sp_helpserver to show available servers.

    There are no quotes. ...

  • RE: sp_dropserver

    Thank you for your input. At least now I know it wasn't something simple I overlooked. I suspect there isn't a way to remove it. I may...

  • RE: sp_dropserver

    Yes, I tried using QUOTENAME already which is equivalent and it produced the same error. I did just try it again to confirm using both QUOTENAME and hardcoded like...

  • RE: sp_dropserver

    That's the issue. The name of the server includes the user name and pwd.

    It is not a valid server and it cannot connect to anything since it is not...

  • RE: Latch_ex high

    You may want to increase the number of files in each of your filegroups to match the number of physical CPUs on the server as well as insure the size...

Viewing 8 posts - 1 through 8 (of 8 total)