Viewing 15 posts - 45,226 through 45,240 (of 49,552 total)
usman.tanveer (8/8/2008)
But what is the best practice or general practice for creating indexes?seperate index on each column...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 7:43 am
majorbloodnock (8/8/2008)
GilaMonster (8/8/2008)
Someguy (8/8/2008)
I'm surprised how many of the readers here are into martial arts.
There's an interesting correlation between IT (and the wider science field) and martial arts. When...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 7:41 am
Kumar (8/8/2008)
You could shrink the file or bounce the SQL Instance... 🙂
If the file is full (no free space within) then shrinking the file (releasing free space within the file...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 7:38 am
If you are using more than 4 GB on a 32 bit system, you need AWE. Otherwise the max that a process can use is 2GB (or 3GB with /3GB)
Do...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 7:37 am
Muhammad Tariq (8/8/2008)
can you try using table level lock hint? e.g. with (nolock), i found some times non-ignorable outcomes by using this hint.
Ow. Table and locking hints should be the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 7:13 am
Christopher Stobbs (8/8/2008)
Also is this just simply a matter of manually droping and recreating the indexes?
ALTER INDEX ... REBUILD
Don't do it while the systems are in use. It's a maintenance...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 6:58 am
Very hard to say without seeing the queries and maybe the table definition.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 6:54 am
The order which you specify the tables has no effect. The optimiser will join the tables in the order it considers most optimal.
Can you post the definition of the tables,...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 6:54 am
Someguy (8/8/2008)
I'm surprised how many of the readers here are into martial arts.
There's an interesting correlation between IT (and the wider science field) and martial arts. When I was...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 6:45 am
Auto create stats on, auto update stats on. If you find stats that aren't getting updated often enough, or find ones where the sampling is too low, create a job...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 6:44 am
Is this for a test, homework, an interview or similar?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:59 am
PageIOLatches often indicate slow disks. Try the following counters
Physical Disk avg sec/read
Physical Disk avg sec/write
Physical Disk % idle time
SQL Buffer manager checkpoint pages/sec
SQL Buffer manager lazy writes/sec
Pages/sec just gets you...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:56 am
Aikido 2-3 nights a week and archery every second weekend. I also do a little weightlifting and other gymnastic-style workouts from time to time, purely for fitness.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:52 am
Please note that the post you are answering is almost a year old.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:42 am
jcrawf02 (8/6/2008)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:31 am
Viewing 15 posts - 45,226 through 45,240 (of 49,552 total)