Powershell: SQL Server Management Studio Script Generator -


i use script generator integrated in microsoft sql server management studio generate import script whole database.

enter image description here enter image description here

i have replacements in script powershell. want automate generation. there way execute script generator tool (and setting options on screenshot - in case 'data only')? or (if isn't possible) can open tool window automatically ps script don't have open management studio, selecting db, ...?

i found scripts 'manually' build script file in powershell that's not i'm looking for.

thanks!


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -