Viewing 15 posts - 19,066 through 19,080 (of 19,564 total)
GSquared (11/20/2009)
Steve Jones - Editor (11/20/2009)
One other thing I'd...
November 20, 2009 at 12:00 pm
It is normal for a query to take longer on the first run until the plan is cached.
Rebuild statistics is not always necessary as part of the rebuild indexes maintenance.
And...
November 20, 2009 at 11:58 am
Gianluca Sartori (11/20/2009)
CirquedeSQLeil (11/20/2009)
All this talk of steak and I'm ready for a Prime Rib.What's a "Prime Rib", Jason?
http://gourmetmeatman.com/ROASTS.aspx
It's listed as a Roast, but it is cut like a steak....
November 20, 2009 at 10:31 am
Lynn Pettis (11/20/2009)
Gianluca Sartori (11/20/2009)
My steak recipe is the shortest ever:
* volcano hot...
November 20, 2009 at 10:14 am
GilaMonster (11/20/2009)
CirquedeSQLeil (11/19/2009)
When filling space in the files, SQL uses a round-robin method - fill one file then move to the next and then the next, before growing any files.
That's...
November 20, 2009 at 10:11 am
Yes.
To get more specific, we would need table structures, execution plans, and indexes.
November 19, 2009 at 11:26 pm
jasona.work (11/19/2009)
Steve Jones - Editor (11/19/2009)
November 19, 2009 at 11:22 pm
Though the maintenance plan and ssis options are perfectly sound, here is a list of some possible scripts.
November 19, 2009 at 11:00 pm
Yes, logic sounds good. I would enable the write cache
November 19, 2009 at 10:42 pm
Yes networking issue. It really seems like it could be routing table or dns related. You will need to check your routers, dns and adsl setup.
November 19, 2009 at 10:38 pm
Not a real fan of the BE SQL agent. Backup Exec is fine for doing the operating system and file systems. I have seen it cause performance woes.
I...
November 19, 2009 at 9:20 pm
SQL may be able to handle that many tables. The problem is that these are tables being generated (if i understand correctly) through one of the Microsoft CRM products...
November 19, 2009 at 7:56 pm
slightly different than the correlated subquery is the option of using a CTE. Use the cte to join back to the original table to get the results you are...
November 19, 2009 at 4:52 pm
The SSIS package is the method I currently use. I use it for more than just getting DB listings. I have expanded it to be able to inventory...
November 19, 2009 at 4:44 pm
Paul White (11/19/2009)
Alvin Ramard (11/19/2009)
Personally, I remember fondly a time when I was only of two minds. So do I and I and I and I and I...
[font="Courier New"]Msg 530,...
November 19, 2009 at 4:34 pm
Viewing 15 posts - 19,066 through 19,080 (of 19,564 total)