Question : SQL Server Update Query

I am working in SQL Server 2008.

I have a table, PointsOfInterest

In this table is a column, LimitSetID, integer.

I would like to perform an update query which increases the value of the LimitSetID for each record where LimitSetID is greater than 107.

Can someone give me the SQL statement I would use to do this?

Thank you.

Answer : SQL Server Update Query

Try the Load Optimized Defaults first., If that doesn't work try the other one. Good luck.
Random Solutions  
 
programming4us programming4us