Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Tony #1
Compile store procedures
I'm having a excessive amount of lock timeout and I discover that every time
when users execute store procedures, these procedures are compile before
execution. Anyone has an idea about this behaviour ?
thank you for your help....
Tony Guest
-
Stored Procedures
Hi all, I'm a little confused about how to obtain a result set from a stored procedure (stored in a Visual FoxPro 8.0 database) from an ASP.NET... -
Store procedures
Alguien sabria ponerme un ejemplo de un dataset contra un procedimiento almacenado, es que no consigo hacerlo desde la ventana de conjunto de datos,... -
dt_ Stored Procedures
Please could you tell me if it is safe to remove the dt_ stored procedures from my database? I have spent some time searching the web/groups for... -
is it posssible to create store procedures & triggers in Access like in Informix?
speaking of me, I'm not very new to Access, but I haven't worked on it as a professional. I know that you can fire queries in Access, but I don't... -
db2 store procedure compile error SQL1086C
DB2 stored procedure compile error DB2 Version 7.2 + FixPak 6, Solaris 8 + Workshop CC compiler When I compile a simplest store procedure ( in... -
SriSamp #2
Re: Compile store procedures
Check this link:
[url]http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q243/5/86.ASP&NoWebContent=1[/url]
--
HTH,
SriSamp
Please reply to the whole group only!
"Tony" <news@hotmail.com> wrote in message
news:%23l0Kxh8PDHA.2424@tk2msftngp13.phx.gbl...time> I'm having a excessive amount of lock timeout and I discover that every> when users execute store procedures, these procedures are compile before
> execution. Anyone has an idea about this behaviour ?
>
> thank you for your help....
>
>
SriSamp Guest
-
Arun[Symbiosis] #3
Compile store procedures
Arun replies
Check the definition of stored procedure
If the stored procedure definition has the with recompile
option it will compile everytime you try to execute
Regards
Arun
discover that every time>-----Original Message-----
>I'm having a excessive amount of lock timeout and Icompile before>when users execute store procedures, these procedures are>execution. Anyone has an idea about this behaviour ?
>
>thank you for your help....
>
>
>.
>Arun[Symbiosis] Guest



Reply With Quote

