Viewing 15 posts - 1,786 through 1,800 (of 5,103 total)
you can delete the maintenace plan from SSIS instead.
August 23, 2007 at 3:15 pm
Been there before ...
views of views of views of .... --- Usually a very BAD Idea!
Just my $0.02
August 21, 2007 at 3:02 pm
You need to change "Security audit to All". On Server Properties (Security Tab)
August 21, 2007 at 2:38 pm
The actual issue is that your stats and IO subsystems may have been impacted by "other" factors.
Example:
1. In a production machine you could have been blocked by some other...
August 21, 2007 at 2:30 pm
can you post the results of this query:
select serverproperty('Edition'), serverproperty('ProductLevel'), serverproperty('ProductVersion')
I ran your scripts and I get no problems on Development Edition (x64) SP2
August 21, 2007 at 1:19 pm
When you get an ACCESS_VIOLATION you must contact PSS.
August 21, 2007 at 12:55 pm
TRUNCATE_ONLY should *always* be your "LAST RESOURCE". Create an appropriate maintenace schedule to deal with the log space. That is the right way ![]()
Cheers,
...
August 20, 2007 at 3:07 pm
August 17, 2007 at 11:35 am
just keep in mind that the "wide index" can not be wider than 900 bytes
August 15, 2007 at 2:27 pm
and SHUTDOWN always cleanup very well ![]()
August 15, 2007 at 2:15 pm
dbcc shrinkfile ('logical_log_file_name', size-in-MB )
August 15, 2007 at 12:23 pm
Ok lets see if this helps:
1. *if* those objects are tables you should be able to know the spids that created them by using "sys.dm_tran_locks" or "sp_lock" (check dbid =...
August 15, 2007 at 11:57 am
Well I have to admit you are "right".
M$ removed the ability to alter system messages to "logged" . It has been posted in the connect site for a long time...
August 3, 2007 at 9:01 am
Changing the password in Config manager should be enough as long as you are not changing the account!
August 2, 2007 at 1:24 pm
Viewing 15 posts - 1,786 through 1,800 (of 5,103 total)