Viewing 15 posts - 931 through 945 (of 2,897 total)
Don't forget full backups beforehand.
April 25, 2011 at 8:19 am
Going forward, you can use something like this to identify databases that have not been backed up. Perhaps put it into a job with an email alert
SELECT B.name as...
April 23, 2011 at 12:55 pm
Also, make sure you are on at least SP3. Earlier versions have various Maint Plan bugs.
April 18, 2011 at 10:08 am
Probably silly question, but did you specify "ONLINE" in your statement even though you have enterprise edition ?
April 18, 2011 at 7:09 am
I think you could use the GUI and select the tables with check marks.
Is that what you're asking ?
April 14, 2011 at 7:41 am
Jack Corbett (4/13/2011)
Change the password and see who screams!:-P Then you can also fix the security holes in those applications. I'm only partly joking.
You're messing me up with...
April 13, 2011 at 2:02 pm
I think you should apply at least SP3. SP4 has been out a while now.
April 13, 2011 at 11:42 am
What Service Pack are you on ?
Some 2005 maintenance plan problems were fixed with SP3. Not sure of the specifics though.
April 13, 2011 at 10:34 am
I would not suggest importing data into production that is not production data. Better to export from production to a test area.
For your query, just specify the database name:
select *...
April 13, 2011 at 10:03 am
I assumed an active production database would be full recovery, so I added #2 as additional suggestion.
With simple recovery, you don't mind the possibility of losing all changes made since...
April 12, 2011 at 10:44 am
use mssqlresource
exec sp_helpfile
April 12, 2011 at 10:38 am
Redgate has a data compare tool you could consider.
Or write queries comparing all the fields in all the table affected.
Give customer read-only permission.
April 12, 2011 at 10:34 am
1) Stop shrinking the database ... it's causes fragmentation & poor performance including when the database grows back to the size it needs to be.
2) Take frequent log backups,...
April 12, 2011 at 10:32 am
Sqlsavy (4/12/2011)
failed with the following error: "The transaction log for database 'SharePoint_Collab1' is full.
I usually run transaction log backups in between index rebuilds.
Read: Why is my transaction...
April 12, 2011 at 8:07 am
What service pack are you on ? There were maintenance plan bugs that were fixed in SP3
April 12, 2011 at 7:21 am
Viewing 15 posts - 931 through 945 (of 2,897 total)