Viewing 15 posts - 1,231 through 1,245 (of 2,897 total)
Maybe I missed it, but why haven't you put t-log backups in place as suggested ? If it's a production database, I don't think that pushing for simple recovery...
October 7, 2010 at 8:30 am
Coming soon, another thread about restoring a database without a backup.
October 6, 2010 at 6:01 am
Derrick Smith (10/5/2010)
Completely inefficient. If you want to be cost effective, you delete by size desc.
That's what I was thinking. You can run this script to identify your biggest databases....
October 5, 2010 at 3:16 pm
We had performance issues after upgrading to 2005. Some of them were resolved after closely looking at the joins and finding we needed to modify or add the CONVERT functions...
October 5, 2010 at 12:52 pm
There's also a free add-in to SQL2005 sp2 called SQL Performance Dashboard. I just downloaded it the other day onto a test server. I have not really looked at it...
October 4, 2010 at 9:27 am
Clkgtrs1 (10/1/2010)
October 3, 2010 at 11:54 am
Is there a good reason you are still on SP1 ? It may not apply here, but keeping current on service packs can help avoid problems.
October 1, 2010 at 8:40 am
Just a note that xp_sendmail will get dropped at some point, so you could modify the code to use the current mail method of sp_send_dbmail .
October 1, 2010 at 8:37 am
Right click your database -> Tasks -> Import Data -> Source: MS Excel -> File Path -> Destination
That gets you to the general area. Then you have a variety...
October 1, 2010 at 6:19 am
Is logging enabled in the Maint Plan. If so, what's in the .txt file after it runs ?
Edit: The .txt should list the steps it actually performed.
September 28, 2010 at 1:47 pm
Robert Hankin (9/27/2010)
September 28, 2010 at 5:06 am
So maybe it does work ? ... just can't verify it with sp_helprotect ?
Is there a way to see after the fact what was done ?
I'll have to test the...
September 27, 2010 at 3:43 pm
The windows group has "public" permission on the database. It worked on that same database indivudually, just not globally.
(2005, SP3)
September 27, 2010 at 3:30 pm
USKiwi (9/27/2010)
September 27, 2010 at 3:21 pm
What got bigger ? The .MDF or .LDF ?
September 26, 2010 at 6:06 pm
Viewing 15 posts - 1,231 through 1,245 (of 2,897 total)