Viewing 15 posts - 1 through 15 (of 28 total)
Thanks for your replies.
I am working with code that is very old and the boss doesnt want to go back to update it.
I have limited the webuser so it can...
September 9, 2010 at 9:07 am
Thanks for you reply.
It is a non-clustered indexes.
Here is the create statement:
CREATE INDEX [Idx_SourceID] ON [dbo].[Tablename]([SourceID]) WITH FILLFACTOR = 90 ON [PRIMARY]
I'm using this statement to drop it:
drop...
April 22, 2010 at 6:22 am
Thanks to all who replied.
I move the bar over on the SQL properties page, but nothing happened.
I had to fail the cluster over to the stand by server and all...
January 19, 2010 at 7:22 pm
Here's a little script I found along the way to caculate table size:
Must be ran in Steps:
--Step 1
USE hrs_backup
GO
CREATE TABLE #temp (
...
January 19, 2010 at 9:10 am
........
note that once you turn on awe dynamic memory does not work - doesn't matter what you set in memory, awe will take the amount of memory you set...
January 19, 2010 at 6:40 am
Thanks for you quick reply,
That was it, it is set to only use 15GB in the property windows.
If I change that will it effect anything? Or will it just...
January 19, 2010 at 6:09 am
The OS is 32-bit(Windows 2003 Enterprise). /PAE switch is enable. AWE is enable.
The extra memory was installed last night, but it doesn't appear that the SQL Server is...
January 19, 2010 at 5:57 am
Win,
Thanks for your reply, but it appears your solution is for a newer edition of SQL Server.
January 13, 2010 at 7:03 am
SSCrazy,
Thanks so much for your replies.
We have Memory on it's way.
I just remembered this point, we are adding lots of new webusers, the "User Connections" count went up from low...
January 12, 2010 at 8:26 pm
These are the top 20 CPU usage numbers between 11am - 2pm today from the profiler.
The top 12 are the same query which I have tuned to the best of...
January 12, 2010 at 2:01 pm
SSCrazy, thanks for you quick replies.
I ran you suggested query, is the CPU time accumulative? Is that why you want to take into account the login time?
January 12, 2010 at 1:40 pm
Yes, it is Enterprise SQLServer 2000 version.
I want the profiler and such and nothing is standing out that points to any one server.
Our DB is over 750GB at this point....
January 12, 2010 at 1:02 pm
Thanks for your quick reply.
This is going to be a WebFarm install.
Our SQL Server is intalled on Window 2003.
December 8, 2009 at 11:46 am
I guess it was doing a "Full" index, as I didnt' have a timeStamp column on the tables.
September 9, 2008 at 9:32 am
Tables get reindex every Saturday night.
Yep, it says incremental, so I'm assuming it is.
September 8, 2008 at 2:11 pm
Viewing 15 posts - 1 through 15 (of 28 total)