Viewing 15 posts - 421 through 435 (of 1,365 total)
Try by running dbcc opentran() under that database and see the oldest transaction. Check what spid it has and whts it doing in background(might be a old left out connection...
July 9, 2009 at 3:18 pm
http://support.microsoft.com/kb/899761
FIX: Not all memory is available when AWE is enabled on a computer that is running a 32-bit version of SQL Server 2000 SP4
MJ
July 9, 2009 at 2:04 pm
--This script will generate all user permissions and the code to
recreate them as required.
SELECT C.name 'Schema',
...
July 9, 2009 at 12:33 pm
Suspended = The session is waiting for an event, such as I/O, to complete.
http://msdn.microsoft.com/en-us/library/ms179881.aspx
MJ
July 9, 2009 at 12:25 pm
July 8, 2009 at 7:18 pm
How to manually remove a replication in SQL Server 2000 or in SQL Server 2005
http://support.microsoft.com/kb/324401
MJ
July 8, 2009 at 7:17 pm
How to manually remove a replication in SQL Server 2000 or in SQL Server 2005
http://support.microsoft.com/kb/324401
MJ
July 8, 2009 at 7:17 pm
How to manually remove a replication in SQL Server 2000 or in SQL Server 2005
http://support.microsoft.com/kb/324401
MJ
July 8, 2009 at 7:17 pm
SELECT *
FROM [msdb].[dbo].[sysdtspackages90]
HTH!
MJ
July 7, 2009 at 8:42 pm
http://www.db-staff.com/index.php/microsoft-sql-server/87-upgrade-sql-2005-cluster-to-sp3
Imp Points:
1. It is necessary to update each node of the cluster to get a SQL Cluster fully updated with all the tools and components to the latest Service Pack.
2....
July 3, 2009 at 6:01 pm
There are several ways to achieve this in SQL Server 2000 - C2 level auditing or implementing third party tools. However, SQL Server 2005 introduced a new feature called DDL...
July 3, 2009 at 4:20 pm
RESOLUTION
=============================================
1. Find MSXML6.dll on the machine (typically located at c:\winnt\system32 folder).
Run regsvr32 \msxml6.dll - and test creating / saving an SSIS Project. If you don’t
have MSXML6.dll on your...
July 2, 2009 at 3:56 pm
http://msdn.microsoft.com/en-us/library/ms178085.aspx
7.Calculate the number of rows per page (8096 free bytes per page):
Rows_Per_Page = 8096 / (Row_Size + 2)
The value 2 in the formula is for the row's entry in...
July 2, 2009 at 2:28 pm
Just correcting Kalyani's comment:
Compared to the full recovery model, which fully logs all transactions, the bulk-logged recovery model minimally logs bulk operations, although fully logging other transactions.
MJ
July 1, 2009 at 7:38 pm
Viewing 15 posts - 421 through 435 (of 1,365 total)