| General DB Chat If it relates to databases ... write about here. |
|
|||
|
I have an sql routine that is pretty slow. I think the problem is that everytime I run the update, the open is re-establishing the server connection.
Anyway to keep the server connection open? Kind of like a requery command, but requery only refreshes the data as I understand it ... |
|
|||
|
Quote:
Have you used "Begin Tran" and "Commit Tran" in your SQL routine??? Thanks Sandesh S Microsoft SQL Server |