April 1, 2008 at 12:24 pm
terrence_daniels (4/1/2008)
I am looking for a way to update the row count through a script 😀
Try this - the functionality of the "ordinal rank" is what you're looking for:
http://www.sqlservercentral.com/articles/Advanced+Querying/61716/[/url]
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
April 1, 2008 at 12:40 pm
Thanks for all your assistances
April 1, 2008 at 2:25 pm
terrence_daniels (4/1/2008)
How come I can not use update instead of create. I do not wish to create a new table, I just want to update the column?
The "create" in my code was part of sample code I was providing you with to help you figure out how to change your own code. I couldn't write it for you because you never provided me with anything I asked for, so I did the next best thing.
😎
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply