Viewing 15 posts - 1 through 15 (of 18 total)
Rather than post the script I've found the link - see below.
http://support.microsoft.com/kb/246133/
Hope it helps
May 12, 2010 at 10:03 am
Hi
We've just done this exact process, ie move all our DB's from 1 2005 box to another and I found a login script that worked very well. Not only does...
May 12, 2010 at 9:24 am
Found it - finally.
Whilst the SQL agent on the old and new servers, run under local system account, it clearly uses the security from the SQL server service? On the...
May 12, 2010 at 5:14 am
Foiled again I'm afraid. The TSQL for the new plan is:-
EXECUTE master.dbo.xp_delete_file 0,N'\\cerium\dbdumps',N'BAK',N'2010-05-06T09:10:58',1
EXECUTE master.dbo.xp_delete_file 0,N'\\cerium\dbdumps',N'TRN',N'2010-05-10T09:11:24',1
It didn't work
The old server plan is as below:-
EXECUTE master.dbo.xp_delete_file 0,N'\\cerium\dbdumps',N'BAK',N'2010-05-06T09:12:06',1
EXECUTE master.dbo.xp_delete_file 0,N'\\cerium\dbdumps',N'TRN',N'2010-05-08T09:12:21',1
Just ran this and...
May 11, 2010 at 2:38 am
Hi
I checked all the obvious things such as a . before the BAK and TRN, permissions to the remote server, space on remote server, changing BAK to bak, adding a...
May 11, 2010 at 1:27 am
I know it's a bit obvious but it might be worth checking the SQL logs on the server you're trying to connect to. If there is a problem with remote...
May 4, 2010 at 3:10 am
I had a similar problem and it turned out to be because the SQL Server Browser service was not running on the SQL server I was trying to connect to....
April 29, 2010 at 6:29 am
Hello
We've just moved to SQL 2005 64 bit and the cleanups are not working (as seems to be the case for a lot of people).
We're on SP3 so does anybody...
April 27, 2010 at 7:56 am
Hi Chad
It's a strange one and not sure why it only does it on that new instance. However, I've had to move the databases to one of the existing instances...
October 27, 2009 at 3:40 am
Hi Chad
Sorry to bother you again on this, but I've added a new SQL instance recently and whilst it appears in the reports fine, for some reason the system databases...
October 22, 2009 at 6:15 am
Hello Chad
That's great - hadn't spotted that extra update was required and all is fine now - you're a star!
I did give myself a panic moment though by gleefully removing...
October 8, 2009 at 3:09 am
Hello Navendu
They're probably still sleeping over in the USA so thought I would post the link where you can download powershell for windows server 2003. My server is Windows...
October 8, 2009 at 2:33 am
Hello
I think I did that bit right because when I looked in the table dt_dim where it had previously had Nulls for the weekends, it now has the dates...
October 7, 2009 at 2:04 am
Hello Chad
I've tried to change it so that it picks up the backups over the weekend but I've failed miserably!
Could you advise what I need to do to modify this...
October 6, 2009 at 1:59 am
Really really helpful and well written - thank you very much.
September 4, 2009 at 2:53 am
Viewing 15 posts - 1 through 15 (of 18 total)