Viewing 15 posts - 16 through 30 (of 48 total)
Excellent thanks that was it!
Steve
August 4, 2010 at 6:53 am
Early versions of tables caused such odd performance problem, I developed an aversion to them. Please tell me more about the table returning functions, they seem not to have...
July 9, 2010 at 6:46 am
I agree with your second paragraph. Code reviews are helpful and knowledge of the environment is important. I even think the idea of one-off coding is correct. ...
July 9, 2010 at 6:35 am
That was my first reaction - show me the benchmark.
😎
June 7, 2010 at 12:02 pm
our bi team insists on converting all dates to integers and they say they are easier to use. I as the DBA thought what you just wrote but I...
June 4, 2010 at 12:18 pm
lowell the second one 20100604 as an integer over just a datetime column
June 4, 2010 at 12:15 pm
advantage. Is it easier to use? Take up less space? Create better indexes?
so instead of storing '06/04/2010 14:06' as a date time or small date...
June 4, 2010 at 12:13 pm
Thanks to all this is why I subscibe to learn something and I learned a lot from this article and subsequent discussion.
steve
April 20, 2010 at 1:47 pm
Thanks for the reply and I would agree those constants would be a great additions!
April 20, 2010 at 7:25 am
Nice and helpful article - Thanks. Just Curious...
To select eligible candidates in the first select you say
select * from @Candidates where MeetsEligibility = convert(bit,1);
Why do you convert the...
April 20, 2010 at 6:58 am
Thanks Steve. Exactly the info I needed.
Happy New Year to you and all at SQL Central.
December 31, 2009 at 9:43 am
I'm curious why you used the data type text and not varchar(255) or a smaller value? Is there a need for very large character data and that's why text....
November 27, 2009 at 10:55 am
Is this a virtual or real server? We had some slowdowns on Virtual Servers. It is Windows 2008 SQL Server 2008 SP1.
Also, On another install that...
October 20, 2009 at 11:43 am
Beware of combining zip codes and county codes the boundaries are different. 19010 is Bryn Mawr Pa. It is located in Delaware (FIPS 42045) and Montgomery (FIPS 42091)...
October 20, 2009 at 11:37 am
Thanks for the response and some comfirmation of what I was seeing. I need to create Data driven subscription and I don't know that wizard works on web site,...
January 13, 2009 at 10:11 am
Viewing 15 posts - 16 through 30 (of 48 total)