Viewing 15 posts - 181 through 195 (of 1,291 total)
You need to move the login to a different SQL Server using sp_help_revlogin
Follow the procedure here and choose only that login you need to move..
February 19, 2010 at 9:32 am
It doesn't have the info regarding the failure. Do you have any error logging for the SQL Job or Maintenance Plan ? That would give more info.
February 19, 2010 at 8:19 am
As Paul indicated, that would not help solve the OP required task.
February 19, 2010 at 8:12 am
ravikanth. (2/19/2010)
For inplace upgrade to SQL 2008, your SQL 2000 must be at SP4 or above.
Performing an In Place upgrade would be tricky, it would result in not having a...
February 19, 2010 at 7:55 am
Yes you need to create a linked server with RPC settings enabled.
February 18, 2010 at 6:11 pm
Use this script.
Change the @PCTFULL value to filter the files with more than X % fullness
DECLARE @PCTFULL INT
SET @PCTFULL = 80
DECLARE @sql VARCHAR(4000),@sql2 VARCHAR(4000),@body varchar(8000), @SUBJ VARCHAR(1000)
DECLARE @dbName...
February 18, 2010 at 12:43 pm
mitch.fh (2/18/2010)
Background: As many of you know, the recommendation for database-files is to NOT use the auto-grow option which can lead to a decline of performance.
I would like to know,...
February 18, 2010 at 12:29 pm
Do not post duplicate threads.
All replies here
http://www.sqlservercentral.com/Forums/Topic868403-145-1.aspx
February 18, 2010 at 12:18 pm
CirquedeSQLeil (2/18/2010)
Steve Jones - Editor (2/18/2010)
If you haven't been to Seattle much, there are...
February 18, 2010 at 12:10 pm
I am sure I have not understand it completely.
If you have to start a different job upon completion of the current job, I would rather add a final step in...
February 18, 2010 at 12:06 pm
george sibbald (2/18/2010)
without compression database snapshots comes into the frame much more.
George, correct me if I understood you wrong, are you suggesting database snapshots in the above statement?
February 18, 2010 at 9:36 am
Joy Smith San (2/18/2010)
.....has got 585 points in this forum.... 🙂
That's not the points in the forum, it is in the entire SSC site.
When I see a user posting such...
February 18, 2010 at 9:24 am
Ninja's_RGR'us (2/18/2010)
Can I forward the links in the interview ?
There are a...
February 18, 2010 at 8:29 am
Viewing 15 posts - 181 through 195 (of 1,291 total)