bary40 Posted February 20, 2004 Posted February 20, 2004 hi everybody can anyone tell me how can i generate sql script for all tables and the contents in my database ? thanx in advance Quote
samsmithnz Posted February 20, 2004 Posted February 20, 2004 To generate the tables select them, right click and select generate script. But if you are trying to get data as well, you could create a backup, detach the entire database, or in combination with the script above, bcp out the data. Quote Thanks Sam http://www.samsmith.co.nz
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.