View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:42 PM
jim_geissman@countrywide.com
 
Posts: n/a
Default Re: General Question about doing calculations in SQL

T-SQL is essentially a standard 3rd generation language (with some
limitations, obviously), so if you can do it in Excel, you can probably
do it in a T-SQL procedure, all in one place without having to transfer
and re-load the data.

JG

Reply With Quote