deepinthecode.com
Do We Have to Use a SQL Cursor? - Deep in the Code
In migrating data from a legacy budget application to its replacement, my requirement was to take the first and last years in a budget from the old application and update the corresponding table in the “new” app table with those dates as the beginning and ending of the project. One possible solution is to use … Continue reading "Do We Have to Use a SQL Cursor?"
David Young