0

Is there a way to perform a lock on an object level in sql server similar to how the lock keyword works in c# so that when multiple connections call a stored procedure the procedure is executed sequentially for each client and not in parallel?

Alecu
  • 2,627
  • 3
  • 28
  • 51
  • Like table/page/row locking? https://technet.microsoft.com/en-us/library/jj856598%28v=sql.110%29.aspx – Neil P Jun 18 '15 at 08:20
  • Separate, I want a lock that is shared across some stored procedures but leaves the tables as they are – Alecu Jun 18 '15 at 08:56

0 Answers0