SQL script to get table content as “SELECT * FROM tblname”
问题 I want to take data base back up, so is there any sql script to take that, like how we use the sql script to get table content as "SELECT * FROM tblname" , Thanks in advance 回答1: Looks like hes talking about SQL Server 2008. To do a full database backup to File/Query you can use the 'Generate Scripts...' option on the Database. Open SQL Server Management studio, right click on the database and choose 'Tasks->Generate Scripts...' Then use the wizard to backup the database. You can script the