Viewing 15 posts - 271 through 285 (of 703 total)
nathan 7372 (3/2/2010)
March 2, 2010 at 1:33 pm
The only question I would have asked is whether you'd confirmed with your business side that the interest is compounded monthly and not daily or continuously. To support daily compounding,...
March 1, 2010 at 7:15 pm
Tom.Thomson (2/28/2010)
john.arnott (2/26/2010)
February 28, 2010 at 11:33 pm
Is this an Excel 2007 (xlsx) file? If so, you may need to install a newer data provider. I'll admit not being experienced using a direct connection with...
February 26, 2010 at 4:40 pm
Besides the method of calculating and updating, you'll want to reconsider the datatype choices. Generally, FLOAT is inappropriate for financial calculations due to rounding issues. Microsoft recommends DECIMAL instead.
See...
February 26, 2010 at 4:26 pm
Aside from the typo, this was a good one. It introduces the concept simply and provides a good resource for further understanding. Although I'd learned long ago that...
February 26, 2010 at 11:02 am
Paul White (2/24/2010)
RBarryYoung (2/23/2010)
February 24, 2010 at 1:14 pm
Nice tool to know of. BTW, although the QOD starts off saying "in SQL 2008...", the INSTEAD OF option is documented for SQL 2005 as well.
February 24, 2010 at 12:38 pm
GilaMonster (2/23/2010)
Are we geeks or not?
I know I must be one. My thought on seeing the 12000 mark go by was "less than 300 till the 12K mark."
February 23, 2010 at 6:06 pm
RBarryYoung (2/23/2010)
[/Quote]
In my limited experience, the Aussies...
February 23, 2010 at 6:01 pm
Why would you want to update the time (or increment a counter) in a number of rows every 5 seconds? Are other columns being updated too? Does names.count get...
February 22, 2010 at 7:10 pm
l.ronnoco (2/20/2010)
The 700000 can be any number divisible by 7. This will work all the way back to before the year 0...
February 22, 2010 at 10:02 am
SwePeso (2/19/2010)
SELECT 1 + DATEDIFF(DAY, 0, '20091217') % 7
This works because 1 January 1900 was a Monday.
I knew that tidbit (and used it in a comment on Lynn's...
February 19, 2010 at 9:06 am
Nice tip, Divya. I'm adding this to my bookmarks next to that for "Some Common Date Routines" that Lynn Pettis put up a while ago.
---
Edit to correct link
February 18, 2010 at 11:35 pm
Viewing 15 posts - 271 through 285 (of 703 total)