Viewing 15 posts - 19,651 through 19,665 (of 22,202 total)
I would go for breaking down all the objects into the individual create scripts necessary to maintain them.
We use Microsofts Visual Studio Team System Database Edition. It can do full...
September 2, 2008 at 9:30 am
GilaMonster (9/2/2008)
It only works if you're connected to a SQL 2008 server. If you're connected to any lower version, intellisense is disabled
Which functions as a very good advertising tool for...
September 2, 2008 at 9:25 am
I agree with using views for security purposes, but, as Jeff noted, you shouldn't ever go more than a layer deep on views because you will run into performance issues....
September 2, 2008 at 6:47 am
In addition to setting up backups (4 months?), you should put all your data structures and code into source control.
September 2, 2008 at 6:43 am
I agree. It makes sense to offer the columns rather than trying to guess if you're excluding them.
I've found intellisense to work pretty well so far. I'm still more in...
September 2, 2008 at 6:37 am
Late to the game...
Great comments Steve. I agree 100%. I remember a dot com emergency where I spent almost three days with little sleep and I was messing up at...
September 2, 2008 at 5:43 am
I would to research it to verify for sure, but I think you can simply point a monitor at a rule and respond to the data collected there. No extra...
August 31, 2008 at 7:49 am
Then what's on page 2?
Regardless, Page 2 needs some help.
I'd still like to see the code.
August 22, 2008 at 12:00 pm
The painful plan is very large and difficult to read. The one thing that stands out is that it looks like you're performing the same joins over and over again...
August 22, 2008 at 11:14 am
You might also try taking the NOT EXISTS sub-query and making it into a LEFT JOIN and looking for a NULL return. You'd need to test it, but in the...
August 22, 2008 at 7:09 am
Pages is literally the number of pages that make up the index. Smaller numbers just mean fewer pages. If your index is seriously fragmented, that number may be a lot...
August 22, 2008 at 6:44 am
You're comparing apples to oranges. Spotlight is for spot checking performance and Idera's tool is for collecting data long term AND spot checking performance. If you really want to compare...
August 22, 2008 at 6:38 am
Can you post the execution plan?
August 22, 2008 at 6:34 am
Viewing 15 posts - 19,651 through 19,665 (of 22,202 total)