Fusion - How to debug script?

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
hectorsosajr
Posts: 1
Joined: Thu 05 Dec 2013 23:04

Fusion - How to debug script?

Post by hectorsosajr » Thu 05 Dec 2013 23:56

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

alexa

Re: Fusion - How to debug script?

Post by alexa » Fri 06 Dec 2013 11:32

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.

Post Reply