Viewing 4 posts - 1 through 4 (of 4 total)
No, the size and maxsize are not equal,but i did some google work and resolved the problem.
•Expand Databases, right-click the database from which to add the files, and then click...
February 12, 2009 at 3:25 am
yes,my transaction got committed...i guess i need to perform recovery.
February 5, 2009 at 4:52 am
I worked on this optionn:
sp_configure 'user connections', 800;
GO
RECONFIGURE;
GO
But, was throwing
Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
The configuration option 'user connections' does not exist, or it may...
February 3, 2009 at 6:12 am
Hi,
Below mentioned are the few sample scripts:
INSERT INTO [Sch1].[dbo].[Table]
([ID]
...
November 21, 2007 at 5:41 am
Viewing 4 posts - 1 through 4 (of 4 total)