Viewing 3 posts - 1 through 3 (of 3 total)
Here's another option...
USE EnterYourDBNameHere
GO
SELECT *
FROM sys.Tables
Hope this helps - Mark Mathews
January 3, 2010 at 12:12 am
#1098220
Sounds like your vendor fixed the issue.
As the others mentioned, this can be caused by a second BEGIN TRANSACTION occuring before the first is commited. However, your should be...
January 3, 2010 at 12:01 am
#1098219
Depending on your needs (e.g. Reporting Services, etc) microsoft offers two version of SQL Express 2005 (32 and 64 bit) on their website. SQLEXPR.EXE is the 64 bit version and...
January 2, 2010 at 11:39 pm
#1098217