Viewing 15 posts - 106 through 120 (of 160 total)
I am in the manufactoring industry. We are more concerned with billing and inventory issues. Hopefully 5 places will be okay.
Thanks for the advice. It was an...
August 6, 2008 at 5:59 am
Thanks to both Jeff and Jacob for the help. Based on your posts I will use decimal instead of money. I was wondering, since I am only working with...
August 5, 2008 at 6:51 am
Thanks. I appreciate the help.
August 4, 2008 at 10:44 am
Unless I am mis reading something (I haven't had my coffee yet), the article http://sqlservercodebook.blogspot.com/2008/03/sql-string-functions-tutorial.html gives the same definition of LTrim and RTrim. I believe that the...
August 4, 2008 at 6:25 am
I was under the impression that one of the reasons that you use a decimal data type instead of a float is to avoid rounding issues. Does Money avoid...
August 4, 2008 at 6:04 am
Thanks for the information and the link. I had an instructor which told us that the decimal point was part of the precision and another instructor who said it...
August 1, 2008 at 8:16 am
Thanks. To be on the safe side do you see any problems using a decimal data type instead of money for US Dollars?
Thanks
August 1, 2008 at 5:42 am
Thanks so much. I really didn't want to have to bother with PCL.
July 22, 2008 at 11:06 am
I want to thank you for getting back to me so quickly. I was wondering if it was possible to add a button to a webpage that when clicked,...
July 22, 2008 at 10:16 am
Actually SSCrazy's response seems to make sense. I had not thought about fixed length strings.
Thanks
July 17, 2008 at 8:47 am
I would take a slightly different approach. I would create one stored procedure that returns all of the fields from the table. I would then do one of the following:
a)...
July 17, 2008 at 7:38 am
Thanks so much for the time. This will be a big help to me.
June 3, 2008 at 9:26 am
I have never seen IsNull used in this fashion. Am I correct that:
1. If @PartialKey is Null then the statement below conceptially does:
Where FirstPartOfKey =...
June 3, 2008 at 8:42 am
Thanks. I didn't think that I would have any problems. I just needed to be sure.
May 28, 2008 at 6:58 am
Viewing 15 posts - 106 through 120 (of 160 total)