Viewing 15 posts - 1 through 15 (of 74 total)
I happened to have an Azure SQL Database in the same region and when I executed the following statement I get the following result set.
SELECT GETDATE() AT TIME ZONE 'US...
March 31, 2020 at 1:41 pm
I had the same issue that I needed to troubleshoot. In my case it was McAfee EPO which was blocking the ReportingServicesService.exe to relay emails to SMTP server. ...
January 19, 2012 at 2:32 pm
Here is the simple statement you can use to turn of Auto close option, just change the database name.
ALTER DATABASE MYDATABASE SET AUTO_CLOSE OFF
November 24, 2009 at 10:47 pm
Here is the simple alter statement you can use, just change the name of the database.
ALTER DATABASE MYDATABASE SET AUTO_CLOSE OFF
November 24, 2009 at 10:40 pm
Hello all,
Thanks for responding.
Phil,
I have tried to write to local drive and do file system task to move and rename the file it failed too. But this time I...
April 7, 2009 at 4:04 pm
http://msdn.microsoft.com/en-us/library/ms345408.aspx
the link above says that resource db can not be moved and it's updated December 2008.
I have SQL Server 2008 BOL August 2008 installed and it clearly says...
January 9, 2009 at 11:23 am
Eric and James, thanks to you both for your input. Only copying the last 3 days of data sounds like better idea than deleting more than a year old...
January 6, 2009 at 10:28 pm
If you have installed SQL Server 2005 you can access the books on line but if you have not here is the online version of books on line from MSDN.
September 28, 2008 at 11:59 pm
Thanks Noel, I will also add those procs to my trace.
Have a nice day...
Bulent
July 18, 2008 at 4:12 pm
thanks for the reply, no matter how the jobs started disappearing the process must be using sp_delete_job proc. I will run a trace for watching the proc above.
Have a...
July 18, 2008 at 2:32 pm
Hi Sanjay,
I just checked the recovery mode of distribution database and it's simple. I think I will decrease the transaction period to 36 hours to see if that will...
July 1, 2008 at 11:05 pm
thanks both, I have checked the job on distributor. It is scheduled to run every 10 minutes however job history shows that it takes average 25 minutes to run...
July 1, 2008 at 12:45 pm
After failing over to passive node I started seeing a nightly process failing with the same error message. It was working fine on the former active node of the...
July 1, 2008 at 9:06 am
manaprime (5/27/2008)
May 27, 2008 at 11:53 am
Before upgrading to SQL 2005 running the SQL Server 2005 Upgrade advisor inspects the databases and stored proc codes to find issues that should be resolved before/after or anytime. ...
December 19, 2007 at 2:28 pm
Viewing 15 posts - 1 through 15 (of 74 total)