Viewing 15 posts - 1 through 15 (of 85 total)
Nevermind:
sp_configure 'default trace enabled', 0
go
reconfigure
go
March 19, 2008 at 2:55 pm
In my sitituation, at least in DEV and QA, the preponderance of "disasters" involve an errant query. In this case, I restore to a new database and copy the...
March 19, 2008 at 2:41 pm
Is there any way to turn this trace off?
March 19, 2008 at 2:05 pm
Couldn't you effectively do this by putting data and indexes on separate filegroups and only restore the data filegroup? Then just drop/recreate indexes?
March 18, 2008 at 1:02 pm
Baseline is the same as a benchmark.
January 28, 2008 at 5:54 pm
That's what establishing baselines is all about. This tool can help you do that, but no tool does it for you.
January 28, 2008 at 4:52 pm
I don't think you'd want to use this facility for point in time monitoring. However, you could use the data to establish benchmarks. And, as we do, use...
January 28, 2008 at 10:53 am
This actually happened to me...twice! Both times I reported it; either to my supervisor or the payroll department.
January 25, 2008 at 6:41 am
If it's the same error I've encountered in the past, it's because the step command (enclosed in single quotes ') spans multiple lines in the script.
What I usually...
December 12, 2007 at 1:16 pm
Based on the rest of Microsoft's documentation, I'd choose the former. :crying:
December 12, 2007 at 12:50 pm
I cannot speak for Microsoft, but my guess would be they eliminated superfluous constructs from the physical model in the interest of performance.
I do the same thing. ...
December 12, 2007 at 11:17 am
My 2 cents:
Logically, every table should have a primary key. Once we move into the physical realm, my philosophy is "less is better" or "prove you need it". ...
December 11, 2007 at 7:14 am
I started working on it this morning. I should have something available no later than mid-week.
November 27, 2007 at 7:51 am
That makes sense. I've run into that myself before.
November 27, 2007 at 6:37 am
Perhaps that restriction pertains to a #TEMP table? All I know is the DTS works as coded.
November 20, 2007 at 5:27 am
Viewing 15 posts - 1 through 15 (of 85 total)