Error description:
Server: Message 508, level 16, status 1, process sp_sdidebug, line 1
[Microsoft] [odbc SQL Server Driver] [SQL Server] cannot connect to debugging on zgqProgram(Error = 0x800401f3 ). Make sure that you have installed and registered the client components (such as sqlle. dll ). Debugging for 55 is disabled.
Cause:
Mssdi98.dll |
Server. This component must be installed in the \ bin directory of each SQL server instance. This must be the mssdi98.dll version installed in Visual Studio. Queryanalyzer installs mssdi98.dll in the same location, but the queryanalyzer version is not compatible with Visual Studio SQL debugging. After careful analysis, we found that the mssdi98.dll version in sqlserver on my machine is inconsistent with that in the Microsoft Visual Studio. NET 2003 \ sqlserver directory. Solution: Copy mssdi98.dll from the Microsoft Visual Studio. NET 2003 \ sqlserver directory to the \ binn directory. |