Viewing 15 posts - 56,806 through 56,820 (of 59,067 total)
Ok... confusion has set in, Richard... in your latest post, you say "A large number of the reports do have to be bang up to date" and in a previous...
March 11, 2007 at 12:55 pm
Turn off auto update of statistics? Why? Most folks consider that to be a form of "death by SQL"... ![]()
March 10, 2007 at 12:49 pm
To go along with James Moore's suggestion about creating a temp table of all the dates in the range...
There are a lot of folks that keep an "auxilliary calendar table"...
March 10, 2007 at 12:14 pm
Just for giggles, monitor the size of the databases, especially TempDB, when this happens. I'd do a DB Size "profile" right after a reboot to use as a baseline.
The other...
March 10, 2007 at 11:38 am
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITED
March 9, 2007 at 9:26 pm
I believe I said that...
"Now that I've said all those negative things about them, correctly formed views with the right indexes on the underlying tables can be a...
March 9, 2007 at 9:04 pm
Like I said....
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=350069#bm350229
March 9, 2007 at 8:58 pm
I sure missed something, there... sorry. I've not had the same problem with it... lemme dig a little deeper...
March 9, 2007 at 8:55 pm
Heh, sorry... was having a bit of fun, there.
In al seriousness, the folks that have been saying that an unlimited number of columns is not necessary are all talking from...
March 9, 2007 at 8:53 pm
I can think of no good reason to do such a thing.
One of the things that a lot of folks don't realize is that most DB's that do a form...
March 9, 2007 at 8:50 pm
Yep... I've found that lots of folks create monster views with too many columns and really poorly formed SQL with aggragates out the wazoo so its "reusable" code and solves...
March 8, 2007 at 7:24 pm
The dummy BatchID table is a good one, but I'd probably use it to collect some parametrics about each batch...
March 8, 2007 at 4:44 am
Text files of this nature are easy to load and you don't need BCP or any of that so long as you have the right privs...
Let's say you have...
March 6, 2007 at 11:07 pm
Viewing 15 posts - 56,806 through 56,820 (of 59,067 total)