Viewing 15 posts - 43,366 through 43,380 (of 59,098 total)
Jeff Moden (6/17/2009)
Carl Federl (6/17/2009)
There is also this note:
If tempdb...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2009 at 8:47 am
Carl Federl (6/17/2009)
There is also this note:
If tempdb is in...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2009 at 8:35 am
Rich96 (6/17/2009)
-JeffUnfortunately I'm dealing with a 3rd party vendor that could not process the normalized table. In fact I've had to convert all my alphanumeric fields to ASCII..
Heh... been...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2009 at 8:32 am
By the way... the code windows still don't work well with IE. I know a lot of development folks use FF, but the other half uses IE.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 10:58 pm
SQLTeam, Wrox, and a couple of other forums have a "#" button in the menu like, say, the parenthesis you have for the quote code in the current menu. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 9:05 pm
southwynd (6/16/2009)
I figured it out. @@IDENTITY will not work. This is what I needed to do:SET @ID = IDENT_CURRENT('Table1 ')
No... IDENT_CURRENT can allow other people "in". Take...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:59 pm
andrewd.smith (6/16/2009)
You might wish to cast to a float or decimal value before calculating the average.
Nicely done, Mr. Smith. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:57 pm
MissyDaisy (6/16/2009)
I don't know how to get an ascii dump of a string from a particular column so I can't accurately say what characters they are.
Visually, it has spacing wider...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:56 pm
Steve Jones - Editor (6/16/2009)
Quick clicks, for example, I typically type the code in, highlight, and then click "code" from the left.
So, why not add a "#" to the menu...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:51 pm
You can simply read a single row from a guaranteed-to-be-present table and then catch the error if it fails. If it succeeds, then everything is working fine including the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:49 pm
Heh... thanks for the plug, Lutz. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:43 pm
Jason Coleman (6/16/2009)
as the dates are stored as numbers....Anyone point me in the right direction
Thx..
The dates should be stored as the Date datatype. What is the data type...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:40 pm
It's simply because that setting only affects comparisons... not the way a UNIQUE index works.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:36 pm
Steve Jones - Editor (6/16/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:25 pm
Unless you know for a fact that the server or the columns in the given table are case sensitive, just remove all instances of UPPER. This isn't Oracle. 😛
Unless...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2009 at 8:11 pm
Viewing 15 posts - 43,366 through 43,380 (of 59,098 total)