Viewing 15 posts - 991 through 1,005 (of 2,897 total)
annasql (3/16/2011)
My server is 2005 SP2
SP3 has been out for a loooooooong time ....
March 17, 2011 at 8:49 am
Here's a thread about identifying bad date values. Maybe it will help
http://www.sqlservercentral.com/Forums/Topic1056892-146-1.aspx
March 15, 2011 at 3:11 pm
Maybe you are getting blanks, not NULL .... they are not the same
try:
where open > ''
March 15, 2011 at 2:33 pm
Make sure you're on at least Service Pack 3. I hear many Maint Plan bugs were fixed from earlier releases.
March 15, 2011 at 9:39 am
getdate() is the system datetime. You could make getdate() be the default value in your SQL table so that it gets populated when rows are inserted.
March 14, 2011 at 1:49 pm
I would suggest installing at least SP3 to get the current fixes to maintenance plans.
March 11, 2011 at 8:05 am
I think you would need to copy the data into new tables ... not fun, but maybe someone else has details ?
You can use COLLATE in your queries to allow...
March 10, 2011 at 4:45 am
If your truncate happened on Tuesday at 2:00 pm, get the backup file closest to, but earlier than Tuesday 2:00 pm, for example Monday night at 11:00 pm.
If your database...
March 10, 2011 at 4:06 am
How close in time do the duplicate jobs run ?
You could have just 1 schedule, but it is set as recurring twice in a small timeframe.
For instance, "Run every...
March 8, 2011 at 2:55 pm
msharma-393915 (3/8/2011)
March 8, 2011 at 9:31 am
Use the GUI to set up the restore, then use the "script" function to create your script based on what you chose in the GUI. You could then put that...
March 8, 2011 at 7:37 am
You have 8 gig RAM, but how much is allocated to SQL ?
March 7, 2011 at 1:58 pm
How about a maintenance plan with a cleanup task ?
March 7, 2011 at 10:57 am
Can you take a differential now after your new full backup ?
March 3, 2011 at 7:54 am
Viewing 15 posts - 991 through 1,005 (of 2,897 total)