Forum: MS SQL Nov 8th, 2007 |
| Replies: 2 Views: 1,852 stored procedures is the solution here |
Forum: MS SQL Nov 8th, 2007 |
| Replies: 3 Views: 1,909 think sql as calculator
select (cost * quantity) as total from mytable... |
Forum: MS SQL Nov 8th, 2007 |
| Replies: 1 Views: 1,435 possible with stored procedure with simple if else loop |
Forum: MS SQL Nov 8th, 2007 |
| Replies: 2 Views: 935 whats wrong with access or mysql?? |