Viewing 15 posts - 196 through 210 (of 1,137 total)
Have you checked to see what else is running on the server, or the report server logs
October 21, 2009 at 1:33 am
GSquared (10/20/2009)
Ian Scarlett (10/20/2009)
GSquared (10/20/2009)
October 20, 2009 at 11:03 am
robin-892784 (10/20/2009)
I have a DB which is only 7.5GB, but after running several...
October 20, 2009 at 9:27 am
If this is part of a maintenance plan, look at the maintenace plan history and post what it says is the issue for the transaction log backup failing
October 20, 2009 at 9:20 am
Well how much have you got, I would suggest doing a manual log backup, bear in mind that it will not alter the physical log size, you would need to...
October 20, 2009 at 9:19 am
sounds like you have either a permissions issue or blocking, when running it check to see what else is running at the same time and does the sql agent account...
October 20, 2009 at 2:13 am
Just to point out to you as well, you shouldnt have a need to clear the transaction log, shrinking the log can cause performance problems. look at the link ''managing...
October 20, 2009 at 1:36 am
Personally I would be bit miffed if I had to start as a complete newbie at ASK seeing as it is related to SSC, and would struggle with...
October 19, 2009 at 8:50 am
I would run
use databasename
go
dbcc updateusage(0)
update_usage updates the information used by sp_spaceused.
so if you see differences that you cannot explain, try running the above
from BOL
Reports and corrects pages and row count...
October 19, 2009 at 8:37 am
As Steve has mentioned, check the windows event logs, if the sql service failed to start, the reason should be there in the event logs.
October 19, 2009 at 8:31 am
GSquared (10/16/2009)
ItalianOlgi (10/16/2009)
Hello,I have question:
What is index fragmentation? Why is important to keep it at or below 20%?
Because it tastes better that way.
(Others reading this thread, be aware that the...
October 19, 2009 at 8:29 am
Try this link and see if it helps you
http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/dc9fa982-bf27-4a68-a86c-12b4d11a598a
October 19, 2009 at 7:11 am
GilaMonster (10/19/2009)
talltop-969015 (10/18/2009)
Remember ladies, reading is fundamental...
<raised eyebrows> Was that really necessary?
Personally I've seen far more males than females who wouldn't open a book if their lives depended on it....
October 19, 2009 at 7:05 am
If you go into the job step properties, the last option as the bottom is :
Run as user.
use this to specify the account that you want the job step to...
October 19, 2009 at 6:52 am
How are you doing your backups atm, scheduled job or maintenance plans.
October 19, 2009 at 6:49 am
Viewing 15 posts - 196 through 210 (of 1,137 total)