Viewing 15 posts - 121 through 135 (of 265 total)
check master..sysprocesses table , you can filter based on your criteria based on session status /cputime /diskIO / OpenTarn....
is that what u r looking for?
December 3, 2007 at 5:38 pm
what kinda bug microsoft confirmed??
is it specific to a functionality? recreatable??
November 30, 2007 at 8:39 am
Did u tried update statistics for the tables involved in this problem statement? earlier by mistake i said dbcc updateusage....
based on my experiences this is the one thing which resolves...
November 29, 2007 at 6:45 pm
script ut the database from SSMS and then use sqlcmd to run it from command line....u can customise script to accept various parameters from sqlcmd
November 29, 2007 at 11:28 am
foriegn keys are good to have as it ensure data entigrity....though it will afeect performance slightly....
I normally put it while in developement, but then go ahead and remove it once...
November 29, 2007 at 11:24 am
agree with allen...after restoring 2000 db to 2005 ....its must to reorganize stats...
use dbcc updateusage.....
November 29, 2007 at 11:21 am
check BOL for charstring and substring functions.....
November 29, 2007 at 11:18 am
for sql 2005 adding space is not taking time like sql 2000. though if you know it would increase by 1 GB every day you should manually increase the space...
November 29, 2007 at 11:16 am
Still open...not able to figure out with this tool....
anymore ideas or just wait for sql server restart?
November 1, 2007 at 2:21 pm
Phillip Cox (10/31/2007)
Here is a handy tool for this type of situation.http://www.dependencywalker.com/
Hope this helps,
Phillip Cox
Thanks Phillip....I downloaded and tried...seems quite a tool to handle many things...
tried running...
October 31, 2007 at 1:11 pm
Thanks for your inputs...
I did tried to find out which is that process...i think the name should be svchost....though there are serveral svchosts are running
I did think about "process...
October 31, 2007 at 11:15 am
Prakash Heda (10/30/2007)
TommyB (10/30/2007)
Try -DBCC xp_availablemedia (free)
GO
wow...looks like it will work....will try and confirm...
Tried but hard luck....this command says........
"DBCC cannot free the DLL "xp_availablemedia.dll". The DLL is...
October 30, 2007 at 5:31 pm
TommyB (10/30/2007)
Try -DBCC xp_availablemedia (free)
GO
wow...looks like it will work....will try and confirm...
October 30, 2007 at 12:58 pm
I prefer to see what my I/O requirement to judge raid requirement...here are my rules
Rule 1: OS and data Log always remain on Raid1 or if having luxury will go...
April 27, 2007 at 12:19 pm
This is really great stuff....and Terminal service stuff though i used to do it from command prompt but this is very handy
great utilities.....i believe this article should be promoted every...
April 25, 2007 at 6:35 pm
Viewing 15 posts - 121 through 135 (of 265 total)