Viewing 15 posts - 2,836 through 2,850 (of 5,841 total)
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 8, 2012 at 8:20 pm
Jason-299789 (8/7/2012)
The PK is Non-clustered on the #Lookup table,...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
July 19, 2012 at 11:21 am
GilaMonster (7/18/2012)
b.hedge (7/18/2012)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
July 19, 2012 at 11:20 am
import/export wizard is easy to use and certainly fast enough to handle 30M rows.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
July 19, 2012 at 11:14 am
A picture is worth a thousand words. So I like to use a good modeling program (Embarcadero's ERStudio is my favorite by a long shot), which not only offers...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
July 18, 2012 at 7:52 am
jfriedl (7/16/2012)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
July 17, 2012 at 10:57 am
Viewing 15 posts - 2,836 through 2,850 (of 5,841 total)