Viewing 7 posts - 1 through 7 (of 7 total)
Thanks again.
But I already asked, can we do it without putting 1 to 31 hard coded?
March 7, 2009 at 7:38 am
Hi,
I followed each post on this thread immediatly after it posted. Sorry to say no post is deleted. If you are after him because uf some other issues then...
March 7, 2009 at 7:35 am
good one Andrew!!
Can it be done without writting [1] to [31]?
March 7, 2009 at 5:44 am
Oh wow, this is my thread. 😀
Let me get in here - I don't know why all people running behind one guy? It looks like some people are...
March 7, 2009 at 2:25 am
Good One
Thank you all
Mangal9i (3/6/2009)
Try this... I guess very easy to understand and modify as well 🙂
;WITH Mangal as
(
SELECT Dateadd(yy,datediff(yy,0,getdate())-4,0) Date --Start Date,5 years including current
UNION ALL
SELECT dateadd(dd,1,date)
FROM Mangal
WHERE...
March 6, 2009 at 3:29 am
No systables as well 🙁
And tables available don't have seqeunce numbers. They some id columns, but not perfect.
Very very limited access
March 5, 2009 at 7:59 am
I can't create anything on database, I don't have rights.
I guess my question was clear enough - at run time.
March 4, 2009 at 10:09 pm
Viewing 7 posts - 1 through 7 (of 7 total)