Viewing 4 posts - 1 through 4 (of 4 total)
look for more information
1. size of msdb
2. recovery model of msdb
3. space available on the drive where you are taking backup...
4. Error message.
Once you have all in place, probably you...
July 2, 2009 at 8:41 am
Here is the solution similiar to what you want to write...
Declare @i as int
set @i = 0
While @i < 100000
Begin
insert into t values (@i)
Set @i = @i + 1
End
Books online...
June 9, 2008 at 1:22 pm
Please check the TCP/IP Protocol is enabled
Also, check if sql server browser service is running
April 11, 2008 at 1:14 pm
Hi,
I am very new to these things.. can any of you guys tell me how to identify ideal fragmentation level...and how do i identify it..
Thanks in advance..
Kumar
November 18, 2005 at 8:16 am
Viewing 4 posts - 1 through 4 (of 4 total)