Viewing 15 posts - 54,781 through 54,795 (of 59,072 total)
Open Query Analyzer...
Press f8...
Drill down to table and "columns"...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2007 at 8:09 am
I think you might need two roles... one for WebGroup and one for WebGroupAdmin which is where you'd put Tracey. Then maybe do some correct grants?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2007 at 8:03 am
Simply put, there are more reasons than I could possibly post here as to why you should not, nay, must not store dates as 3 separate columns. The efficiency...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 11:24 pm
I gotta ask, because you're a newbie....
Why are you worried about reassigning barcodes? Bar codes can be made to easily exceed 2 billion (approximate max for an INT). ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 11:13 pm
Hey there PoleCat... long time no "see"...
Is it the goal of this bit of code to update all but the "first" row for each customer what has been entered within...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 11:06 pm
Sergiy (9/28/2007)
Un-bloody-believable!How could possibly a dude having no idea about binary get any job in IT industry???
BWAAAAA-HAAAAAAA-HAAAAAA!!!! Oh, stop it! You're killing me!!! 😀 They don't even...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 10:22 pm
Transactions??? Why do you need transactions for this??? That's the problem....
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 10:03 pm
A little exuberant on Remi's part... but I absolutely agree with Serqiy and Remi... writing to system tables is a form of "Death by SQL"... you will make a mistake...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 10:01 pm
I got the following from a fellow by the name of "Jeff Smith"... it's pretty much spot on and is a long winded version of what Serqiy posted, which is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 9:54 pm
OMG!!! Table driven code! What a concept 😉
Nice job, Serqiy...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 9:43 pm
Paul (5/3/2007)
Make believe that this has nothing to do with cursors, stored procs or anything else. I just want to know if anyone has ever seen...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 9:39 pm
Steve Jones - Editor (9/28/2007)
Ouch!Noted and added to the list.
Heh... when are they going to get to the list I submitted, Steve?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 9:31 pm
Bob Fazio (9/12/2007)
The following does a much better job explaining when/why to use table variables.
Also, be careful not to get into optimization overload. I still suggest that you spend...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 9:26 pm
Normalize 'til it hurts! It'll save lot's of pain later on... kinda like the pain you're going through right now... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 9:21 pm
Ninja's_RGR'us (9/29/2007)
Wow, 52 gig of space!!!! That's a lot of crap to put up with ;).
Ouch! Brain freeze! You just reminded me of a girl I used to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2007 at 9:16 pm
Viewing 15 posts - 54,781 through 54,795 (of 59,072 total)