I restored a production DB into our dev box. The transaction log size is huge, since i will using "Simple" DB recovery model, i want to make the T.log file just 10 MB, it is now 2000MB. How can i do this?
If i use alter database to change the file size, BOL states that new size must be larger than the current file size
How can i do this.
Thanks,
Ranga