Viewing 12 posts - 1 through 12 (of 12 total)
Use an independant and safe date format and make sure you read closely through this article:
November 4, 2005 at 12:34 am
Check out http://www.sommarskog.se
There you find two articles about error handling in SQL Server.
November 3, 2005 at 8:34 am
U know this? http://www.replicationanswers.com/
July 15, 2005 at 1:50 am
Look up EXISTS() in BOL. U'll see where u r wrong.
July 8, 2005 at 6:33 am
U might use this as start for a dynamic sql
create table a (c1 int)
insert into a select 1
union all select 2
union all select 3
union all select 4
union all select...
July 4, 2005 at 8:23 am
Performancewise this sounds good noeld
Thank u for explanation.
June 24, 2005 at 1:02 pm
I see, but u need another column for AVG, don't u?
June 24, 2005 at 12:53 pm
I if understand you right, would feel this is redundant data. Which is not to keep. Why you want to do so?
June 24, 2005 at 12:36 pm
Viewing 12 posts - 1 through 12 (of 12 total)