Viewing 15 posts - 46,546 through 46,560 (of 59,095 total)
I've gotta agree with the others... if you want to split out dates and times, particularly formatted dates and times, AND you think you shouldn't follow best practices by doing...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 3:35 pm
dphillips (12/17/2008)
Jeff Moden (12/12/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 2:44 pm
gcopeland (12/17/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 2:29 pm
psmg01 (12/17/2008)
Thanks for your reply.
Is there a url for a site, where I can generate sql for crosstab?
or How to write the query in my case?
I am...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 2:20 pm
BWAA-HAAAA! As opposed to what? Today's bloated "systems" and people who think spreadsheets and XML are an efficient manner of data transfer? Right... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 10:31 am
I'll throw my hat into the ring on all that! There is no place where I could have had the opporuntity to learn so much nor stretch the limits...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 9:39 am
Lynn Pettis (12/17/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 9:24 am
TheSQLGuru (12/17/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:59 am
GilaMonster (12/17/2008)
r.hensbergen (12/17/2008)
Do posters think we're answering bots instead of real people?
I suspect that some do, or think that we work for SSC. I recall someone apologising after I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:49 am
rkonopka (12/17/2008)
Instead of double converting (first to varchar then back to datetime), wouldn't it be simpler and "cleaner" to do this:select dateadd(dd,datediff(dd,0,getdate()),0)
Enjoyed the article
Yes... and faster to boot.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:43 am
rog pike (12/17/2008)
The great silicon dividend has been wasted. How can anyone gloat over all the bloat
Heh... man, do I agree with that! How many times have we heard...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:41 am
david.c.holley (12/16/2008)
I'll be looking for a forum a bit more consistent with my prior experience so as not to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:29 am
Forgive my ignorance... does that mean that the reporting server has "linked servers" to all the other servers or does that mean all the data from the other servers is...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:11 am
psmg01 (12/17/2008)
I have a table that has the following values.
col1 | col2 | col3 | col4
1 | val1| val2 | val3
2 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:08 am
Brandon,
Not sure what the text editor you used may have done to you, but there's a lot of missing spaces in your code... for example CREATE TABLE has become CREATETABLE...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 8:00 am
Viewing 15 posts - 46,546 through 46,560 (of 59,095 total)