I've searched for about 2 hours now trying to find a way that I can get rid of the Transaction Log file for a Test database that I have in SQL7. So far, most everyone has said it is not "really" possible to do this in SQL7 (or 2000 for that matter) and you don't actually want to in the event that you have to recover.
My point is I have a Test database that I constantly Restore from my Production database, so I don't really need the .ldf file. I'm not able to Restore right now because I don't have enough disk space with the .ldf inlcuded. Is there a way to get rid of this for an existing database? For example, recreating the database but without the .ldf file. Again, recovery is not an issue for this Test database.
Any help is appreciated.
My point is I have a Test database that I constantly Restore from my Production database, so I don't really need the .ldf file. I'm not able to Restore right now because I don't have enough disk space with the .ldf inlcuded. Is there a way to get rid of this for an existing database? For example, recreating the database but without the .ldf file. Again, recovery is not an issue for this Test database.
Any help is appreciated.