Frankly, I'm a little confused. Are you trying to login using Windows authentication or SQL authentication. If it is SQL authentication (as I suspect, then you don't need to specify "server_name\username" for the uid, just the username. SQL Server doesn't care about the server name.
|