Viewing 15 posts - 54,376 through 54,390 (of 59,072 total)
OH! How embarassing... I thought you were talking about "LDF's"... sorry...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 5:39 pm
Kenneth Wilhelmsson (10/29/2007)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 5:35 pm
BaldNomad (10/29/2007)
you're validating data that's already been validated? why?
According to the OP, the data is in a file... much like storing dates as datetimes, I always valid even supposedly...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 5:32 pm
mrpolecat (10/29/2007)
Jeff--It throws errors
Server: Msg 156, Level 15, State 1, Line 27
Incorrect syntax near the keyword 'ASC'.
Server: Msg 208, Level 16, State 1, Line 12
Invalid object name '#yourtable'.
It's gotta be...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 5:29 pm
In MS Word...
{Edit}{Paste Special}{Unformatted Text}
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 5:23 pm
Greg,
Lot's of folks keep a bit of handy test table code around for these types of tests. It's built using the same method I showed you to build a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 7:06 am
And, you've validated the dates how?
I normally don't say "never" to anything... but this would be one of them.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 6:48 am
It's never good to store a date as a VARCHAR... if you want VARCHAR, you would do that in a SELECT... not as a matter of storage.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 5:01 am
Hey SoulTower! Wondered when you'd get a login... especially after the apparent demise of Belution.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 4:58 am
Kenneth Wilhelmsson (10/29/2007)
Then I assume that what was 'desired' was something else than what was written?
You're actually saying that the below example is 'incorrect', or 'undesired', or simply plain...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 4:43 am
Gail... nice explanation! Short, sweet, and to the point.
Sandy... think of a CTE the same as you would any "inline view" or "derived table" except that they are cited...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 4:37 am
It's not likely that a log file would have the extension ".txt"...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 4:25 am
Now, that's what I'm talking about... 43 minutues vs 3... both have the correct answers... which one do you want running on your machine? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 2:35 am
Man, you talk a lot about nothing...
First two sorts are incorrect because they did not sort in the desired order.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2007 at 2:29 am
Do you have a specific question or do you just want us to do all of your homework for you?
You're in class to learn this stuff and these...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2007 at 8:57 am
Viewing 15 posts - 54,376 through 54,390 (of 59,072 total)