Simple mortgage calculator
5 07 2007Here’s a link to an online mortgage calculator. Hope this helps…
Categories : Resource
Here’s a link to an online mortgage calculator. Hope this helps…
To reseed/reset the IDENTITY column of an SQL Server table, run the following in Query Analyzer or SQL Server Management Studio:
DBCC CHECKIDENT (Table_Name, RESEED, 1)
Peace!