Re: Check Sql Before Execute
anonymous_at_discussions.microsoft.com
Date: 12/23/03
- Next message: Jrome: "Logon failed for user '(null)'..... error"
- Previous message: Gary Whitley [MSFT]: "Re: Permissions not saved"
- In reply to: Steve Thompson: "Re: Check Sql Before Execute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Dec 2003 10:48:23 -0800
hi,
I want to concate string to the Sql before execute, to
force aApplication Sequrity & to remove Sql that are not
supposed to Run . (like RLS ability in Oracle)
>-----Original Message-----
>"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: Jrome: "Logon failed for user '(null)'..... error"
- Previous message: Gary Whitley [MSFT]: "Re: Permissions not saved"
- In reply to: Steve Thompson: "Re: Check Sql Before Execute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|