Viewing 12 posts - 16 through 28 (of 28 total)
I am facing the same issue. DBCC checkdb is eating all the tempdb space, so tried to capture what exactly it is writing. No luck at all.
May 24, 2013 at 9:06 am
You need a service account. If its just a test and no one is using the server, change the SQL service account to your domain id and give it a...
May 24, 2013 at 8:35 am
Check whether your mail profile is enabled for SQL Agent.
Right click SQL Server Agent > Properties > Alert System - check enable mail profile - Mail System (Database Mail) -...
May 24, 2013 at 8:30 am
We do it during weekends and it usually takes 20 hrs. No additional storage for restore.
But the point is for 1TB database it is taking 20GB tempdb and DBCC is...
May 23, 2013 at 3:03 pm
CASE
WHEN DESCRLONG LIKE '%The incident occurred time%' THEN substring(DESCRLONG,PATINDEX('%The incident occurred time:%',DESCRLONG)+28,8)
ELSE
CAST(DESCRLONG AS VARCHAR(1000))
END AS '<<Casedescription>>'
May 23, 2013 at 12:29 pm
Thanks, make sure the account (windows authentication) that is running SQL service is valid.
For the error check this: http://www.sqlservercentral.com/Forums/Topic123137-110-1.aspx
May 23, 2013 at 12:20 pm
What error message are you getting when you start the service?
May 23, 2013 at 11:54 am
May be there are trailing spaces in the end of database name. Worth checking !! "DBA" is not same as "DBA " ..
May 23, 2013 at 11:41 am
It doesn't give mount point information. May be you could use this: http://www.sqlservercentral.com/scripts/90392/
May 23, 2013 at 10:53 am
We have both OLAP and OLTP systems. Config looks around same for us too except double the memory and double the logical processes.
We set it to 1 in general...
May 23, 2013 at 10:36 am
SCOM Admin deploys the management pack. We sit with them, go through the rules and monitors and agree whether they need to disabled or not. By default, most of the...
May 23, 2013 at 9:43 am
In a cluster you do a normal SQL install on one node and do a "Add node" on all the other respective nodes. So, you have 2 nodes, 2 SQL...
May 23, 2013 at 9:23 am
Viewing 12 posts - 16 through 28 (of 28 total)