Preparação para depuração: Projetos SQL Server
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium e Ultimate |
The SQL Server project template creates the default project settings for debugging. Quando você escolhe Iniciar da Debug menu, essas configurações fazem com que Visual Studio para iniciar a depuração de SQL.
To debug a SQL Server Project
Abra o projeto no Visual Studio.
Em Solution Explorer, o botão direito do mouse no nome do projeto e escolha Propriedades.
In the Project Properties dialog box, open the Configuration Properties node and select Debugging.
In the grid control, set Enable SQLCLR debugging.
Click OK to close the Project Properties dialog box.
On the Debug menu, choose Start.
Depuração usando as técnicas descritas na Debugging SQL Database Objects.
Consulte também
Tarefas
How to: Enable Multi-tier Debugging
How to: Enable CLR Debugging For a Connection