Viewing 15 posts - 1 through 15 (of 66 total)
(Ceiling(CAST((E.[MED Acct# - Participant's Annual Election]/26) as Money) * 100)/100)
Seemed to do it. Thanks for the help.
January 3, 2012 at 8:30 am
Yeah, it puts 4 digits in. That seems a bit silly. How can you have $96.1538? I need it to represent actual money payments. Any thoughts on how I shorten...
January 3, 2012 at 8:09 am
Evil Kraig F (12/13/2011)
Sean Grebey-262535 (12/13/2011)
December 13, 2011 at 1:59 pm
Perfect man, thank you.
October 20, 2011 at 8:24 am
Crap, apparently this is a legacy database, and even though I'm working with it with the 2008 interface, it's a 2000, so the OUTER APPLY won't work. Thanks for the...
October 19, 2011 at 8:16 am
John Mitchell-245523 (10/18/2011)
One way of doing it is put a DISTINCT in, thus:...
LEFT OUTER JOIN (SELECT DISTINCT ServiceOrder FROM ServiceOrders) SO ON I.ServiceOrder = SO.ServiceOrder
...
John
Huh that may be my ticket,...
October 18, 2011 at 8:51 am
John Mitchell-245523 (10/18/2011)
October 18, 2011 at 8:37 am
Ian Scarlett (9/30/2011)
September 30, 2011 at 7:48 am
Turns out I had to remove and recreate my TCP/IP connection in SQL Server in case anybody else runs into this issue. Thanks for the help.
May 10, 2011 at 11:07 am
well that is surprising simple, I feel kind of stupid. Thank you.
April 1, 2011 at 1:43 pm
Knock on something the files were fine and I was able to attach them and restore my data. Apparently somebody changed the password of the account SQL Server Agent was...
March 4, 2011 at 2:35 pm
As luck would have it, the SQL Server agent on this box apparently got shut off a month ago, so I have no Full back up of the data that...
March 4, 2011 at 12:16 pm
Viewing 15 posts - 1 through 15 (of 66 total)