sql server - Copy database without sysadmin permission -


i want copy production database (all tables, views , sp's) sql server 2008 instance local development machine.

since have access database , no administrative permissions on server itself, unable normal full backup/restore or run database copy wizard.

i guess script database objects , export/import data tables seems tedious. there better way?

the approach aware of script of objects (tables, views etc...) , run them against new database.

there various database comparison tools should able automatically you, although can't remember 1 used last time needed this, these 2 ok , free


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -