Page 1 of 1
Fusion - How to debug script?
Posted: Thu 05 Dec 2013 23:56
by hectorsosajr
I just installed Fusion on my workstation. I've been testing out different features. I haven't been able to get the T-SQL debugger to work. I keep getting a "Could not attach debugger" dialog in Visual Studio 2012.
Is there an article on what is needed to get this working?
Thanks!
Hector
Re: Fusion - How to debug script?
Posted: Fri 06 Dec 2013 11:32
by alexa
First of all, please make sure the Transact-SQL Debugger is configured correctly.
Also, please check that:
- The Database Engine SQL document is connected by using either a Windows Authentication or SQL Server Authentication login that is a member of the sysadmin fixed server role.
- The Database Engine SQL document is connected to an instance of the Database Engine from SQL Server 2005 Service Pack 2 (SP2) or later. Please note that you can not run the debugger when SQL document is connected to an instance that is in single-user mode.