Viewing 4 posts - 1 through 4 (of 4 total)
Hi,
something like that maybe...
INSERT [YourTable] (columna, columnb, columnc)
SELECT [YourDate] , DATEADD(yy, 1, [YourDate]), DATEADD(dy, -30, DATEADD(yy, 1, [YourDate]))
January 20, 2006 at 6:02 am
I experience exactly the same problem.
I don't know if I'm doing something wrong... I also receive the SQLServerCentral.com Daily Update email on a hotmail.com account.
January 20, 2006 at 2:17 am
Yep, that's what I'm using now. So I guess there's not better/faster/easier way.
Thanks anyway.
January 16, 2006 at 1:19 am
hi,
thanks for your answer and sorry, I was not precise enough when I said I was interested in the "physical location of the DB files". I meant the current physical...
January 13, 2006 at 5:42 am
Viewing 4 posts - 1 through 4 (of 4 total)