Viewing 15 posts - 57,856 through 57,870 (of 59,066 total)
Ummm..... that's a bit wierd if you try following the signature path of this one...
August 13, 2006 at 8:41 pm
PW is correct AND....
You will probably have to use the machine name and path instead of drive name and path. AND, your server must startup as something that has privs...
August 13, 2006 at 8:32 pm
Here, Here! Learn to work with NULLs on this type of thing. There is a great value to NULLs in a column like this especially if you allow future enddating.
August 13, 2006 at 8:27 pm
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
Viewing 15 posts - 57,856 through 57,870 (of 59,066 total)