Viewing 15 posts - 1 through 15 (of 45 total)
EXECUTE msdb.dbo.sp_add_alert @name = N'TransactionLOG Databasename 70 %',
@message_id = 0, @severity = 0, @enabled = 1,
@delay_between_responses = 60,
@performance_condition = N'SQLServeratabases|Percent Log Used|Databasename|>|80',...
May 18, 2005 at 12:49 am
Hi, I am newbie to reporting! After creating SP, what's next?
March 11, 2005 at 1:19 am
Ensure the SQL Server Agent Started. Job Schedules option is enabled and job is enable as well.
Good Luck!
August 3, 2004 at 12:33 am
I encounter similar problem. In a domain have WIN2K server as PCB server and BDC server. after shutting down the BDC server. the job was working fine.
February 17, 2004 at 1:21 am
I encounter the some problem before. what I did was redured the memory size used from SQL server. Example if i have 4GB memory on the server. lets set 4GB...
January 14, 2004 at 9:12 pm
1. used dbcc sqlperf (logspace) to check the log space utilization.
2. Log file is for recovery purposes. If you perform a full backup you can truncate the log file.
January 14, 2004 at 2:08 am
Yup! I am using the correct account. the account is administrator equalvalent and other server server using the same account works fine.
January 14, 2004 at 1:50 am
I run many jobs simultaneously in SQL server. Replication, Backup, parser and etc. SQL server should be able to handle multi-tasking jobs. Of course, Higher hardware configuration for better speed.
January 13, 2004 at 2:21 am
Guys,
Thanks for your feedback! I able to send mail from outlook and confirmed the no problem with the account. From SQL Server agent properties on mail session. I can't select...
January 13, 2004 at 1:58 am
My reason changing that was enabled developer to view the SP content but they can't modify it!
January 7, 2004 at 5:47 pm
Simple way is used the database maintenance plan to configure the full backup and transaction log backup. Remember to change the recovery...
January 7, 2004 at 12:03 am
Hi Guru,
May I know how to change it back from system SP to user defined SP? anyway to remove the system...
January 6, 2004 at 6:36 pm
Viewing 15 posts - 1 through 15 (of 45 total)