Viewing 15 posts - 976 through 990 (of 1,536 total)
I'd agree with the whole "not moving your db's to the san" thing. The SAN is a real high performer, the NAS is not, especially when you start to factor...
January 10, 2005 at 5:55 am
Try this...
select ubirthdate from contact2
where dateadd(year, 16, ubirthdate)
between convert(varchar(12), getdate()) and convert(varchar(12), dateadd(day, 7, getdate()))
January 7, 2005 at 1:02 pm
You're trying to get the birthdates off all people who are 16 and who's birthdays are in the next week?
January 7, 2005 at 12:41 pm
If you're having trouble with the restore you could always do the db backup/copy/restore through the maintenance plan gui.
The other thing that can screw up logshipping is having more than...
January 7, 2005 at 12:19 pm
Jeff,
given that the packages are stored within MSDB, preventing MSDB access will also prevent package access.
January 7, 2005 at 9:40 am
Are you using MS logshipping or a homegrown version?
January 7, 2005 at 9:37 am
The script you posted indicated that you were using a remote share to place the standby file, that's what had me confused. I didn't realise that share was on the...
January 7, 2005 at 8:41 am
I would always keep the undo file on the same server as you are restoring the database to. Not doing so could prevent you from recovering correctly when you really...
January 7, 2005 at 8:12 am
My guess would be a timeout or permissions issue related to the remote share (are you connecting using the same information for both restores?)
January 7, 2005 at 8:07 am
Is there a server related issue that makes you want to store that remotely?
January 7, 2005 at 8:05 am
I can't see the figure.
Let's just say though that you have step A and B and you want to add failures...
A --success--> B
| |
failure failure
| |
C Copy of C
Don't have
A...
January 7, 2005 at 8:04 am
You didn't mention that you wanted the database in standby mode, so I thought you were adding options that you didn't need.
Are you actually creating the undo file on a...
January 7, 2005 at 8:00 am
Why are you attempting to create a standby file, especially on a remote server?
January 7, 2005 at 7:32 am
That's the dream of all DBA's everywhere....
January 7, 2005 at 6:29 am
Viewing 15 posts - 976 through 990 (of 1,536 total)