While trying to debug a table trigger (shudder) in SQL Server Management Studio I encountered the following error message:
It's actually as simple as the fact that you used '.' to mean 'this machine'. Using your actual machine name, or even 'localhost' will have the same effect as the dot but will also let the debugger connect to the server instance.
This wasn't obvious from the error message and hopefully this will help someone else.
No comments:
Post a Comment