Viewing 15 posts - 2,836 through 2,850 (of 5,843 total)
Mark Eckeard (8/15/2012)
August 16, 2012 at 8:29 am
Since you are truncating the table first and then inserting rows, it is SIGNIFICANTLY better to drop the nonclustered indexes, insert the data, and then recreate the nonclustered indexes. ...
August 16, 2012 at 8:22 am
You may have plan cache bloat. Glenn Alan Berry has some Diagnostic scripts for 2008 that can show you single use plans and lots of other stuff. I...
August 8, 2012 at 8:24 pm
ksr39 (8/7/2012)
Actually I have no idea about a DB or Server Health Check mean, I was expecting a script which can give me a...
August 8, 2012 at 8:20 pm
Jason-299789 (8/7/2012)
The PK is Non-clustered on the #Lookup table,...
August 7, 2012 at 1:49 pm
Here is a good set of scripts to use: http://sqlserverperformance.wordpress.com/2012/06/12/sql-server-2005-diagnostic-information-queries-june-2012/
BUT you need to know a bit to INTERPRET the resulting outputs. MUCH better is to hire a professional...
August 7, 2012 at 1:41 pm
gheinze (8/5/2012)
Here is the thing.
We have a Server with this specs
Windows Server 2008
8 x Intel Xeon L7555
32 GB Ram
RAID...
August 6, 2012 at 8:10 am
Lucky9 (7/26/2012)
I have to redesign the database based on the new business requirementsCould someone please help me with the steps that needs to be followed
when redesigning a database.
First off...
August 3, 2012 at 7:51 am
1) I hope you updated ALL statistics (index, column, etc) with a FULL SCAN immediately after upgrade. That is a MANDATORY step.
2) Most tuning will come exactly like it...
July 31, 2012 at 6:14 am
erics44 (7/30/2012)
GilaMonster (7/30/2012)
erics44 (7/30/2012)
nope trigger fixedAnd trigger developer educated?
ha, i wish
i wouldnt know where to start to pick appart the existing code in the sql databases
the most annoying thing...
July 31, 2012 at 6:02 am
1) I recommend to all my clients to actually SIZE their files to allow for 12-18 months of EXPECTED database total size IN ADVANCE and then monitor monthly. An...
July 27, 2012 at 8:16 am
1) the "disk" configuration you gave us is almost useless from an "is it configured well" perspective because you gave us no idea about the underlying IO subsystem configuration other...
July 27, 2012 at 8:12 am
sp_whoisactive is a great option too. you can find the latest version (11.11 last I heard) on sqlblog.com.
July 19, 2012 at 11:21 am
GilaMonster (7/18/2012)
b.hedge (7/18/2012)
July 19, 2012 at 11:20 am
import/export wizard is easy to use and certainly fast enough to handle 30M rows.
July 19, 2012 at 11:14 am
Viewing 15 posts - 2,836 through 2,850 (of 5,843 total)