January 28, 2005 at 8:29 pm
HI all,
I generated a trace file and backed up the databases on production, and then I restored the databases with exact same DBID on a test server, and created user with exact same password. while I replay the trace file, I found many errors like,
[Microsoft][ODBC SQL Server Driver]Communication link failure (State 08S01) (Code 0)
most of them is generated by a user account used by Application, and this user is not administrator account.
another one, the profiler captured many sp_reset_connection, same error raised during replay this statement. I think it is becasue this procedure can not be called by SQL explicitly. but almost all the application SQL will generate this error. Anybody can help me?
January 31, 2005 at 6:43 am
Assumming you are using Mixed Mode authentication.....
When you re-created the user ID are you sure that the user ID has permission to the database?
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply