Viewing 15 posts - 57,841 through 57,855 (of 59,048 total)
Why on earth are you updating 70% of a million row table that is being accessed by users on a regular basis? That's borderline insanity on the part of whoever...
August 13, 2006 at 8:22 pm
p.s. Deadlocks are so important, that the DBA(s) should monitor them daily and report on them weekly. They should also assist in trying to figure out where the heck they...
August 13, 2006 at 8:03 pm
Deadlocks are one of the most important but most people seem to have no clue about it and it doesn't turn on automatically...
Lookup "deadlocks, troubleshooting" for more on deadlocks and...
August 13, 2006 at 7:58 pm
Remove the commas....
declare @dbname varchar(8000)
declare @countyname varchar (200)
declare...
August 13, 2006 at 2:39 pm
Not sure why you think the statement terminates...
August 13, 2006 at 2:17 pm
Care to share the details?
August 13, 2006 at 2:16 pm
Vandy,
As Carl pointed out, you cannot use SET or IF. A view must consist of only 1 SELECT statement or the UNION of several SELECTs (don't believe that will be...
August 9, 2006 at 6:41 am
In your last query posting, you are grouping by WRNotes and you cannot.
August 9, 2006 at 6:24 am
Now... that's why I was asking... you're doing it the hard way ![]()
If you have a SAN storage unit (or similar), check with...
August 8, 2006 at 10:16 pm
p.s. Almost forgot... (pardon the soapbox, please) if you get into the habit of writing setbased code that will handle more than 1 row at a time, you've also solved...
August 8, 2006 at 9:02 pm
Dang... sorry Eric... got so tied up in the theory of it all, I forgot to demo how to do it set based...
Most of the SELECT list in the code...
August 8, 2006 at 8:48 pm
If that's the case... I'd just drop both tables and the related keys and start them over... but, unless it's for repopulating tables for testing purposes, I'd still like to...
August 8, 2006 at 6:25 pm
Yeah... I forgot that you've been around a long time... didn't even read to see who did the post, Farrell.
Speaking of being around for a long time, whatcha doin'...
August 8, 2006 at 6:20 pm
Don't forget... temp tables are tables, too. You can add indexes...
August 8, 2006 at 6:13 am
You also need to make the 2nd line of the format file equal to the number of columns listed in the format file...
August 8, 2006 at 6:09 am
Viewing 15 posts - 57,841 through 57,855 (of 59,048 total)