Viewing 15 posts - 376 through 390 (of 2,436 total)
Krishna ... I use the following outline:
Round II
DBCC DBREINDEX
UPDATE STATISTICS (with FULL scan) for all tables
Because I only do indexes that need...
March 6, 2009 at 11:44 am
Hey Grant - no problem - was just trying to get some suggestions out there based on the limited information - personally I index-defrag before index rebuild and then only...
March 6, 2009 at 9:09 am
Why don't you try a low-tech debugging aid
print @eml_id
print @rcpnt_cc
Just prior to the exec for the mail send and see of the addresses...
March 5, 2009 at 8:52 pm
... they do not like what they do ... (yeah, direction, tools, technology or whatever)
... they do not like who they work with ... (coworkers, other teams/departments/organizations)
... they do not...
March 5, 2009 at 8:42 pm
Point taken Lynn. However given the size and scale of the issue ,the minor inconveniences that making partitioning work in standard edition would probably far outweigh the potential fallout from...
March 5, 2009 at 8:32 pm
Take a look and see if there is any database maintenance/optimization. If not, then that is a great first step. As Jeff said, there is no reason things should run...
March 5, 2009 at 8:25 pm
We have the same issue but via a maintenance plan backup or query window for that matter. There are a couple of work-arounds we have found.
- Use the same service...
March 5, 2009 at 8:09 pm
We currently use 16 15 Gb files for tempdb data on a 64 CPU active/passive cluster with 128 Gb of RAM and things start up/failover in less than 2 minutes....
March 5, 2009 at 7:57 pm
I am going to assume that you went to x64 for SQL 2005 as well.
Right off you doubled the number of processors - always good.
Then you quadrupled RAM - even...
March 5, 2009 at 9:26 am
There could be many reasons. Let me ask a few questions.
- Is the hardware different ?
- Are the OS's different ?
- Is the load on the server the same ?
-...
March 5, 2009 at 9:00 am
Getting down to "brass tacks" ...
- 200+ servers and/or instances thereabouts
- roughly 50/50 SQL 2000 & SQL 2005
- no plans at all for 2008
- why, licensing...
March 4, 2009 at 12:38 pm
Here are the instructions that we use:
Note – before you begin
The following instructions are for changing service account password ONLY.
These instructions work for Active/Passive clusters and n+1 clusters as well.
If...
February 24, 2009 at 1:31 pm
I'm with Ed Vassie - in the past I have used nothing but FQDNs and aliases for SQL Servers , application databases and web and application servers. This allowed us...
February 24, 2009 at 12:10 pm
Viewing 15 posts - 376 through 390 (of 2,436 total)