Viewing 15 posts - 511 through 525 (of 1,271 total)
You really should not be adding people as server admins who only need to be able to query the cubes!! That means the person can log into the AS and...
May 23, 2010 at 10:50 am
If you use this option, be sure to explicitly drop the table when done with it. However, this option has the problem that the option can only be used one...
May 23, 2010 at 10:24 am
The reason your first method did not work is that the optimizer does not parse conditional when it generates a query plan. So it tries to generate a plan for...
May 22, 2010 at 8:33 pm
in SQL Server 2005+, they no longer drop all temp tables from the tempDB. A small cache of 16 temp tables are saved in a special area of cache. This...
May 22, 2010 at 8:22 pm
There's lots of ways.
1. Parameter sniffing: SQL Server generates a plan based on parameters passed to a procedure. That plan may work great most of the time but for...
May 22, 2010 at 3:36 pm
I agree with peleg about it not being an appropriate job for SQL Server. Beyond that, it is an interesting use of the OLE Automation procedures.
One recommendation, I would suggest...
May 18, 2010 at 4:54 pm
Well, knowing what I know about the person who wrote DBCC, I believe his advice at this point would involve updating your resume ... just in case.
Try the tool that...
May 17, 2010 at 9:18 am
From my own observations, this appears because there are multiple plans in the cache for the procedure. If you query for the entries that have duplicate object_id's, you will see...
May 13, 2010 at 11:52 am
You get the MCTS if you pass any exam. It doesn't have to exam 431. However, I agree that 431 is probably the best choice to start with. No matter...
May 6, 2010 at 11:29 am
How many logical processors? Is SQL Server Enterprise Edition or Standard Edition?
You do understand that the recommendation to limit the number of mirrored databases is due to thread consumption, right?...
April 26, 2010 at 5:17 pm
400 databases? On how many servers?
April 23, 2010 at 4:08 pm
xinyu.wang1 (4/11/2010)
i always like to say HADR - combining HA and DR together.
That's why I like term "Business Continuity" rather than HA or DR. You're absolutely right, the two are...
April 11, 2010 at 10:22 am
That's really dependent on your external drive source. If you just throw on and external drive bank via iSCSi with no redundancy or anything, then you're right.
That's why most people...
April 10, 2010 at 3:27 pm
Jeff Moden (3/31/2010)
April 1, 2010 at 12:38 pm
Viewing 15 posts - 511 through 525 (of 1,271 total)