Hey, not by using the backup sql commands as far as I know.
You can script it to a file though if you have Sql Server Management Studio 2008.
- Right click on database
- Click Tasks
- Click Generate Scripts
- Click Next
- Select a database
- Tick "Script all objects in the selected database"
- Click next
- Scroll down in the options list to the "Table/View Options" section
- Find "Script Data" and set it to true
- Keep clicking "Select All" in each of the following windows.
- In the Output Option window choose script to a new window
Then you can copy/paste this into a local .sql file and you have your backup