views:

43

answers:

0

Does anyone know how to define the maximum size for a SQL database in C#. Also, once the maximum size is reached how do you wrap round to restart from the oldest record to add in the new data rows?

Examples would be great :-)