Viewing 12 posts - 1 through 12 (of 12 total)
After I pause, log shipping, take the t-log backup, a.trn,
On Secondary Instance
RESTORE LOG A_Log
FROM DISK='E:\MSSQL\BACKUP\a.trn'
WITH MOVE 'a2' to 'G:\MSSQL\Data\a.ndf',
NO RECOVERY
Start Log shipping back up.
One other question, for now:w00t:
Will all the...
April 3, 2012 at 7:30 am
Thanks, that is what I wanted to do.
April 3, 2012 at 7:00 am
I was trying to avoid doing a full restore, but if I have to, I have to, no big deal.
Thankss
April 3, 2012 at 6:23 am
Lots of good input.
Here is what I plan to do:
Primary Datbase: A
Secondary Database: B
On Primary Instance
Alter database A ADD FILE (NAME 'a2', FILENAME 'G:\MSSQL\Data\a.ndf')
TO FILEGROUP Primary
GO
On Secondary Instance
Alter database...
April 3, 2012 at 5:32 am
If I add a secondary data file to the Primary Filegroup in Production, how will the Secondary db know where to create the secondary file? The drive letters for...
April 2, 2012 at 11:08 am
I don't want to add a Secondary Filegroup, only a secondary file to the Primary Filegroup.
I don't need to add a secondary file on the production database, only on the...
April 2, 2012 at 7:32 am
I vote for option 2 also, the developer says he may have but does not remember,
so the matter is closed.
The good thing is we got the production table back and...
June 29, 2010 at 10:53 am
He was using the GUI, so all he did was put back in the name of the table "batch", not dbo.batch.
June 29, 2010 at 6:21 am
Bouncing the SQL Server Agent worked.
Thanks all.
Keith
June 4, 2010 at 3:49 am
yes the operator is enabled.
Error" NOT: Failed to notify 'DBA' via email.
No we have not bounced the SQL Server Agent.
That was my next guess.
Thanks,
Keith
June 3, 2010 at 8:42 am
Thanks for the quick response.
We would rather not shrink the file, as you said, all indexes would have to be rebuilt.
This is an older system, 32 bit Windows.
The reason we...
May 13, 2010 at 6:53 am
Thanks for the info, I will give it a try.
Keith
October 14, 2009 at 6:39 am
Viewing 12 posts - 1 through 12 (of 12 total)