Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Calculating Delays with sql

Author  Topic 

Swati Jain
Posting Yak Master

139 Posts

Posted - 2006-07-11 : 05:41:29

I have three columns in my table,'StartDate',EndDate','BatchID'

When I upadate the the table for 'EndDate' I want to calculate the

I want to store this modified value somewhere and calculate the difference in (Value of 'End Date' Before update)-(Value of 'EndDate' after Update')

How it is possible?
Thanks in advance
Swati

Kristen
Test

22859 Posts

Posted - 2006-07-11 : 07:18:30
Duplicate post: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=68886
Go to Top of Page
   

- Advertisement -