Foros del Web

Foros del Web (http://www.forosdelweb.com/)
-   .NET (http://www.forosdelweb.com/f29/)
-   -   Como Debuggear Store Procedure? (http://www.forosdelweb.com/f29/como-debuggear-store-procedure-371502/)

mabarcau 15/02/2006 23:45

Como Debuggear Store Procedure?
 
Amigos, he leido los link de microsoft que muestran sobre como configurar la depuracion de un store procedure, pero aun asi no he logrado nada, por favor si alguno de ustedes me pudiera indicar como hacerlo, no quisiera link's, ya que los he revisado, quizas sea algun paso previo el que he omitido.




Miguel

mabarcau 18/02/2006 00:37

Amigos, envio este post para que me puedn ayudar con mi consulta, alguna idea de como hacer el debug?

Ragih 04/01/2008 11:25

Re: Como Debuggear Store Procedure?
 
Podrias poner los pasos que has seguido para poder saber si has olvidado alguno.

RootK 06/01/2008 18:31

Re: Como Debuggear Store Procedure?
 
sé que no pediste ligas, pero no le veo mayor ciencia seguir éstos pasos

Cita:

1. Open Server Explorer.

NOTE: It is not necessary to add a Data Connection to work with a SQL Server server because SQL Server servers are listed under the Servers node also. You will use the Servers node in the steps that follow; however, you can use a Data Connection to you SQL Server server in the same way.
2. Under the Servers node in Server Explorer, expand the SQL Server machine name, expand the SQL Servers node, expand the SQL Server instance, expand the Northwind database node, and then expand the stored procedures node.
3. Right-click the CustOrderHist stored procedure and then click Step Into Stored Procedure.
4. The Run stored procedure dialog box opens, which lists the parameters of the stored procedure. Type ALFKI as the value for the @CustomerID input parameter and then click OK.
5. In the Visual Studio design environment, a window opens that displays the text of the stored procedure. The first executable line of the stored procedure is highlighted. Press F11 to step through the stored procedure to completion.
6. In the Output window, the following message is displayed, which indicates successful execution:
The program 'SQL Debugger: T-SQL' has exited with code 0 (0x0).
referencia

http://support.microsoft.com/kb/316549

Ahora que si ya lo hiciste de esa forma dinos como lo estás haciendo tú para poderte echar un cable

Salu2


La zona horaria es GMT -6. Ahora son las 02:52.

Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.