Viewing 15 posts - 19,336 through 19,350 (of 19,564 total)
edvaldocastro (9/17/2009)
CirquedeSQLeil (9/17/2009)
Also, are there any other inserts happening inside this proc?
Lastly, inside the sql agent job, what is the command...
September 17, 2009 at 1:47 pm
To help the situation, you should consider a clustered index for the table. To defrag the other indexes, you will need a clustered index. The clustered index can...
September 17, 2009 at 1:27 pm
lmu92 (9/17/2009)
September 17, 2009 at 11:53 am
drodriguez-762178 (9/17/2009)
September 17, 2009 at 11:39 am
Kalyan-539179 (9/17/2009)
HiIt is for SS2000 and SS2005
Thanks
They are microsoft solutions that will support the various flavors of SQL Server as well as other Microsoft products (it would be akin to...
September 17, 2009 at 11:37 am
Kalyan-539179 (9/17/2009)
Hi allCan anybody suggest me how to patch my sql server with latest updates ?
I am looking for step-by-step procedure to apply patches.
Thanks
A couple of options are:
Use SMS
Use...
September 17, 2009 at 11:17 am
What is your frag % immediately after a defrag? As suggested in the other thread, how many pages do you have in these indexes? What is your fillfactor?...
September 17, 2009 at 11:10 am
When you execute it manually, does it produce any warnings?
Also, are there any other inserts happening inside this proc?
Lastly, inside the sql agent job, what is the command you use...
September 17, 2009 at 11:02 am
Lowell (9/17/2009)
also SQLRecon; it uses a combination of different techniques to find all the registrations, their versions, and more...even identifies blank "sa" password installations.
As lowell has mentioned and from your...
September 17, 2009 at 10:53 am
This one made me pause for a sec - i was sure there was a trick somewhere in it (an extra space, some syntax or something). But straightforward it...
September 15, 2009 at 9:51 pm
K - so that drives more towards having a lookup table for the fiscal month dates (my opinion).
So what all have you tried to make the summing of months work?...
September 15, 2009 at 1:55 pm
What have you tried so far for the fiscal month solution?
Is the list of Fiscal Months static from year to year? If yes, you could potentially hard code those...
September 15, 2009 at 1:40 pm
The tempdb data file should be set statically and use the filegrowth as an emergency backup. When trying to determine what could cause it, you could look into the...
September 15, 2009 at 1:31 pm
I remember all too well what I was doing on that day as well. It was a very surreal experience watching it all day every day for so long....
September 11, 2009 at 10:04 am
GabyYYZ (9/10/2009)
Kit G (9/10/2009)
September 10, 2009 at 10:36 am
Viewing 15 posts - 19,336 through 19,350 (of 19,564 total)