Viewing 15 posts - 16,486 through 16,500 (of 39,827 total)
I don't think we intended this, but we'll have to decide how to handle it.
March 22, 2011 at 5:15 pm
Kids do streaming and games
I downloaded the MCM prep videos and watched them. I read a decent amount on it but still read more on my phone. I also...
March 21, 2011 at 8:58 pm
Index key column is the column used in the index, and used by the optimizer to decide of the index is applicable. It's also used by the execution engine to...
March 21, 2011 at 6:26 pm
Partitioning isn't an option with Workgroup Edition. Need Enterprise Edition for that.
2mm isn't a lot. 200mm, yes. However that depends on table design. If I had a narrow table, say...
March 21, 2011 at 4:32 pm
SQLkiwi (3/21/2011)
David Benoit (3/21/2011)
I didn't see you presenting on the schedule. Did I miss something?No, you didn't miss anything; I'm not currently scheduled to speak.
If you get tired, stop off...
March 21, 2011 at 4:23 pm
Haven't heard from anyone about Sp1 for R2 as of yet. I'd expect it soon
March 21, 2011 at 4:20 pm
The problem comes in when T-SQL grows and what was an acceptable word in the previous version is not in this one.
March 21, 2011 at 3:57 pm
The RDBMS, adhering to some strict academic definition or not, is certainly not dead or a dead end. It works extremely well for many solutions. There might be improved ways...
March 21, 2011 at 12:46 pm
A few scripts that might help: http://www.sqlservercentral.com/search/?q=copy+backup+to+server&t=s
March 21, 2011 at 11:06 am
The index spool is expensive (http://ask.sqlservercentral.com/questions/6268/what-is-index-spool)
However I'm not sure what you're trying to do with the indexed CTE or using triggers to update a table. Is this queried often and...
March 21, 2011 at 10:35 am
First, you really need to think about breaking this down and hiring someone with experience. I understand the boss might not want to do that, but perhaps you can collect...
March 21, 2011 at 10:25 am
You'll have to test things. There isn't a way to be sure what's best, but here are a few suggestions. Note that the "view" isn't run, but incorporated into the...
March 21, 2011 at 10:11 am
Revenant (3/21/2011)
For a fine-tuned, high-performance system I would recommend a complete performance review after each service pack. It is time-consuming and therefore expensive, but it it prevents unpleasant surprises.
Do...
March 21, 2011 at 9:45 am
Viewing 15 posts - 16,486 through 16,500 (of 39,827 total)