|
|
Browse by Tags
All Tags » transaction
-
I put the following code sample together in response to this question on the Analysis Services forum.
If you read Books Online, you might think that running the following statement in SSMS would work :
<Lock xmlns=''http://schemas.microsoft.com/analysisservices/2003/engine''>
...
-
The following pages were recently modified. Source: Knowledge Base Product: Microsoft SQL Server 2005 Enterprise Edition, SQL Server 2005 Standard Edition & SQL Server 2005 Enterprise X64 Edition Notification Contents: New and Major Modifications FIX: A cursor uses the incorrect transaction isolation level after you change the transaction ...
-
The following pages were recently modified. Source: Knowledge Base Product: Microsoft SQL Server 2005 Enterprise Edition, SQL Server 2005 Standard Edition & SQL Server 2005 Enterprise X64 Edition Notification Contents: New and Major Modifications FIX: Error message when you run a stored procedure that starts a transaction that contains a ...
-
The following pages were recently modified. Source: Knowledge Base Product: Microsoft SQL Server 2005 Enterprise Edition, SQL Server 2005 Standard Edition & SQL Server 2005 Enterprise X64 Edition Notification Contents: New and Major Modifications FIX: Error 9003 is logged in the SQL Server error log file when you use log shipping in SQL Server ...
-
SELECT request_session_id, COUNT (*) num_locks FROM sys.dm_tran_locks GROUP BY request_session_id ORDER BY count (*) DESC...(read more)
|
|
|