Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Lumbago
Norsk Yak Master
3271 Posts |
Posted - 2004-06-09 : 05:46:02
|
While trying to resolve some locking-issues I need to set the lock-timeout for one of my procedures that is causing problems. Where do I set this statement? Is it like this:SET QUOTED_IDENTIFIER ONGOSET ANSI_NULLS ONGOSET LOCK_TIMEOUT 1500GOCREATE PROCEDURE dbo.procedurename @IDBEGIN --> stuffENDSET LOCK_TIMEOUT -1GOSET QUOTED_IDENTIFIER OFFGOSET ANSI_NULLS ON GO --Lumbago"Real programmers don't document, if it was hard to write it should be hard to understand" |
|
|
|
|
|