Viewing 15 posts - 56,806 through 56,820 (of 59,072 total)
Please folks... make sure you really, really know what you're doing... if you set 'trunc. log on chkpt.' to true, you have a little surprise coming... try this...
Set the recovery...
March 11, 2007 at 9:48 pm
Do you mean like this when you say to "ignore if is character data"???
DECLARE @t TABLE( sort varchar(20))
INSERT INTO @t
SELECT '1dd' UNION ALL
SELECT '1x4' UNION...
March 11, 2007 at 9:36 pm
Sree,
Rather than us guess, do you have some samples of the data before and after the sort you'd like?
March 11, 2007 at 7:21 pm
It's been "summarized" into the "Recovery Mode". I believe the "Simple" recovery mode enables it (and SELECT INTO/Bulk Copy, etc).
March 11, 2007 at 7:14 pm
Personally, I'd hunt down and shoot the bugger that put a Text column in the database in SQL Server 2000. ![]()
Also, why the heck...
March 11, 2007 at 12:58 pm
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
Viewing 15 posts - 56,806 through 56,820 (of 59,072 total)