Viewing 15 posts - 6,376 through 6,390 (of 26,490 total)
Luis Cazares (7/7/2014)
david.holley (7/7/2014)
Jeff Moden (7/7/2014)
jfogel (7/7/2014)
July 7, 2014 at 9:57 am
If the column is a datetime data type, there is no formatting of the value. What you are showing are two different character representations of the same datetime value.
July 6, 2014 at 4:22 pm
Jeff Moden (7/6/2014)
July 6, 2014 at 1:45 pm
I would also like to see the code for the view using this function.
July 6, 2014 at 1:03 pm
Jeff Moden (7/6/2014)
Understood but why must the internal sequence start at 1? What's the business reason behind that?
You mean:
... but the internal sequence must start at 1.
I wish...
July 6, 2014 at 12:39 pm
Jeff Moden (7/6/2014)
Mac1986 (7/5/2014)
Can you...
July 6, 2014 at 12:37 pm
Are we doing the SSC Fantasy Football League again this year?? I need to regain the crown.
July 6, 2014 at 11:17 am
Hopefully what I posted works for you, unfortunately I just noticed that you had posted in a SQL Server 7/2000 forum and the code I provided will work in SQL...
July 6, 2014 at 7:37 am
Jeff Moden (7/5/2014)
I might be missing something but I guess my question would be, why use the internal sequence at all? Just use the external sequence?
This?
Maddave (7/5/2014)
July 5, 2014 at 6:23 pm
Updated the code above.
July 5, 2014 at 6:15 pm
While waiting for what you tried I thought I'd give it a shot. Is this basically what you were looking for?
select
*,
rn...
July 5, 2014 at 6:06 pm
And what code have you developed so far in an attempt to solve your problem?
July 5, 2014 at 5:28 pm
Sounds like it may not be doable.
Tell us more about the ID's in the tables. In fact, it may help if you could post the DDL for the tables...
July 5, 2014 at 2:46 pm
Can you modify the child tables to have a datetime column?
July 5, 2014 at 2:25 pm
Actually a duplicate post, please post answers here: http://www.sqlservercentral.com/Forums/Topic1589548-3077-1.aspx?Update=1
July 5, 2014 at 2:23 pm
Viewing 15 posts - 6,376 through 6,390 (of 26,490 total)