Viewing 15 posts - 31 through 45 (of 327 total)
Jeff Moden (12/6/2012)
patrickmcginnis59 (12/6/2012)
Jeff Moden (12/4/2012)
So far as no offer being extended, that's fine because I don't want to work for a company that wants a code monkey.
I'll take...
December 6, 2012 at 1:47 pm
Jeff Moden (12/4/2012)
So far as no offer being extended, that's fine because I don't want to work for a company that wants a code monkey.
I'll take that job. And...
December 6, 2012 at 10:24 am
CELKO (11/27/2012)
The same holds true with UPDATE. If you don't know how to use it correctly, then it'll do weird things to you just like any other code....
November 30, 2012 at 8:25 am
SQLSACT (11/29/2012)
GilaMonster (11/29/2012)
November 29, 2012 at 11:28 am
Kelster (11/28/2012)
I'm having the same problem. Any news?
I use SQLOLEDB !
November 28, 2012 at 2:30 pm
It would be interesting to see if the queries produced different execution plans. I'm gonna put that on my todo list !
November 28, 2012 at 8:22 am
jcrawf02 (11/28/2012)
Then I suggest you find alternate employment. This is a big deal to people whose data you handle.
I can enthusicastically agree with jcrawf02 here on these concerns. I've...
November 28, 2012 at 8:02 am
richard.noordam (11/27/2012)
November 27, 2012 at 12:05 pm
I'm guessing that you can, as long as you include the keyword 'OUTPUT' in all the appropriate places. This snipped returned 123 as a result of the final select statement....
November 23, 2012 at 12:06 pm
I know what you mean about being stuck with the table and column formats. I'm in the same boat. When I bring these nondate data into other applications, I use...
November 20, 2012 at 1:20 pm
GSquared actually already gave the bottom line here:
"If you want the date formatted, I recommend doing that above the database layer."
Formatting it with the convert functions we use required that...
November 20, 2012 at 1:03 pm
the 'END' after the first convert stuff then has an 'AS DATE'. This is just sort of applying a name to the expression. Remove the 'AS DATE' then try the...
November 20, 2012 at 11:05 am
SQL server rokee (11/20/2012)
Patrick,Thank you one more time for bailing me out.Even this works perfectly like the one you gave before.
Thnx
Swarup
You're welcome! Make sure you keep in mind the validation...
November 20, 2012 at 10:16 am
An example just to underscore the validation point, I could put 139001 into the time column and while its a perfectly legitimate integer (or decimal (10,0)), if you applied these...
November 20, 2012 at 10:10 am
Both this post and the previous post obviously don't validate that the results are legitimate times and dates. That is probably a nice discussion to have, hope you are watching...
November 20, 2012 at 10:05 am
Viewing 15 posts - 31 through 45 (of 327 total)