Re: Check Sql Before Execute
From: Steve Thompson (SteveThompson_at_nomail.please)
Date: 12/23/03
- Next message: Steve Thompson: "Re: Shrink temp db"
- Previous message: Andrew J. Kelly: "Re: Shrink temp db"
- In reply to: Eran A: "Check Sql Before Execute"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Check Sql Before Execute"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Check Sql Before Execute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Dec 2003 10:43:14 -0500
"Eran A" <eran_@walla.co.il> wrote in message
news:095001c3c96a$1c7ff4d0$a401280a@phx.gbl...
> I like to know if there are way's to Get aSql sentences
> there are sent to the SqlServer2000 and to check them
> before Execute, and could to Change them (like add them
> more parts to the WHERE ).
You could use SQL Profiler to capture the SQL as it is being sent for
processing, and modify it. To my knowledge there is no way to capture SQL
"real time" (outside of a stored procedure execution stream), modify it,
then send it on it's way before it executes.
What is it you need to do?
Steve
- Next message: Steve Thompson: "Re: Shrink temp db"
- Previous message: Andrew J. Kelly: "Re: Shrink temp db"
- In reply to: Eran A: "Check Sql Before Execute"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Check Sql Before Execute"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Check Sql Before Execute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|