Viewing 9 posts - 1 through 9 (of 9 total)
As far as identifying application dependencies go, one technique is to run SQL server profiler while the application is being used (It's resource intensive, so ideally you'd want to...
December 27, 2013 at 12:50 pm
It's of course risky... but if only the log is corrupted then detaching the db then do a attach single file db *should* work. I'm not saying that you should...
February 5, 2013 at 8:45 am
for the projects i worked on the filestream data was a huge win. I reaaaallly want to start messing around with spatial data, but so far i haven't had a...
December 18, 2009 at 6:14 am
I'm having this problem with one of my LCS tables, dbo.HomeResourcePermission. It's in my rtc database, which was migrated from sql 2000 to 2005, but is still running in sql...
January 15, 2009 at 4:00 am
you need to make sure the mail profile is enabled in the SQL server agent properties.
right click SQL server agent -> 'properties'
select 'Alert system' then check 'Enable mail profile' under 'mail session'...
September 21, 2007 at 6:07 pm
you can check the error logs for database mail in 'SQL Server Agent' -> 'Error Logs' . when the log file viewer opens up, select 'database mail'. There should be an...
September 20, 2007 at 11:02 pm
Sorry for not responding sooner Shah,
you can create the vbscript in a normal text editor and give it the extension '.vbs'. Windows recognizes this extension and you can execute it...
September 9, 2007 at 6:34 am
I think your example won't be wrong. Also it's not like if you enable an option, it's enabled for good and you can't change it; you can go back and...
August 27, 2007 at 2:07 pm
The first thing that comes to mind (after recovery options) is maybe a scheduled script that checks the service state, send an e-mail if stopped. something like:
strComputer = "."
Set objWMIService...
August 22, 2007 at 3:17 pm
Viewing 9 posts - 1 through 9 (of 9 total)