Viewing 15 posts - 1 through 15 (of 22 total)
No Problem, Thanks for the response... I understand that the request i put forward was not correct , I was wondering if things had changed in sql server to the...
February 2, 2012 at 11:46 am
I like that...even simpler again....
Many Thanks....ill do some testing and use this solution...easier to read the sql script...which for my query is quite complicated
February 1, 2012 at 6:45 pm
Thats interesting. You are correct ...there is a small chance that the numbers can be negitive.
Thankyou again
January 30, 2012 at 12:17 pm
Sorry I did not "see" you solution at all...my bad
Do you have the time to explain the logic of how/why it works
Many thanks
January 29, 2012 at 10:57 pm
Hello There,
The solution proposed works as expected BUT I carnt use it as is.
I need to be able to perform a statement similar to the below
Select Name,Address, Function(Amount) as Amount.....
Many...
January 29, 2012 at 10:44 pm
Thanks for that...
The number of rows I need to process is less than 1000 in the worst case...
Yes it would be possible to do on the front end but I...
January 29, 2012 at 9:19 pm
Ok I have tried
SELECT ROUND(158.94,1,2) = 158.90...This is what I want
SELECT ROUND(158.97,1,2) = 158.90 This is NOT what I need I need to get 158.95
Just seem to be...
January 29, 2012 at 2:18 pm
Yep..
158.94 should give me 158.90
158.95 should give me 158.95
158.96 should give me 158.95
158.97 should give me 158.95 etc
Thanks
January 29, 2012 at 1:50 pm
Hello There
Thank you for your reply, Unfortuntaly im not able to get any of the suggetsions you offered to work in all examples. Perhaps I did not make my self...
January 29, 2012 at 1:06 pm
Thanks very much for your help...Ill give it a try
Cheers
Andre
January 5, 2012 at 11:19 pm
HI Again
Thanks for that...not exactly sure I understood what you said...still new to the real power of SQL.
I have decided to create a stored proceedure and access that from the...
October 26, 2011 at 4:57 pm
Hi There
Thanks you so much for your help 🙂
Just one last question
Is it possible to save this query as a view?
Andre
October 26, 2011 at 3:33 pm
Sorry That was remiss of me the ApplicationBuildingTypes table has a RowId (int) column which is the primary key
October 25, 2011 at 6:13 pm
Hello Again
I have tried your suggetion on the live database and it works...many thanks....:-)
Now I need to be able to incorperate the result row returned by your suggestion into a...
October 25, 2011 at 5:26 pm
Viewing 15 posts - 1 through 15 (of 22 total)