Viewing 8 posts - 1 through 8 (of 8 total)
Hey Sean Lange,
thanks a lot for sharing your experience and thoughts here.
and for the solution as well.
April 29, 2013 at 12:46 am
Actually this issue was asked in an interview of mine and my answers were to use Row_Numbers, Cursors , functions etc . but they forced me to provide a...
April 26, 2013 at 6:44 am
I am sorry for that , i think i should post in some other forum.
thanks a lot guys for your responses.
April 25, 2013 at 11:21 pm
thanks a lot for your prompt response
but my requirement is not to use RowNumber or any other builtin function.
April 25, 2013 at 6:53 am
IF your are using Datasets this can be possible by using Two Select statments
first statment will fetch all actors
and second statment will fetch all movies
hence returning two data...
October 5, 2010 at 5:30 am
If your countryId's are dynamic you can pass them to stored procedure in a comma seperated string manner and then can use any function like fnsplit to transform those CSV...
October 5, 2010 at 4:35 am
You can use DateDiff
like this
SELECT DATEDIFF(mi,'2010-05-28 13:58:00.000',GETDATE())
June 27, 2010 at 10:51 pm
@ColdCofee
thanks a lot for your response
It Worked for me
May 13, 2010 at 11:42 pm
Viewing 8 posts - 1 through 8 (of 8 total)