Мне известно, что для генерации скрипта нам нужно выполнить шаги в Management studio;
Right click the database
Select Tasks -> Generate Scripts
(Click next if you get the intro screen)
Select "Select specific database objects"
Pick the objects to generate scripts for (tables, stored procedures, etc...)
Click Next, then specify the output filename
This will generate the schemas only. If you want to do data generating scripts as well, click the Advanced button and scroll down to the "Types of data to script" and change it from "Schema only" to "Data only" or "Schema and data"
Click Finish to generate the script
Но я не хочу каждый раз делать это, есть ли запрос или SP илифункции для выполнения одной и той же работы, потому что моя работа состоит в том, чтобы подключить удаленный клиент и получить схему для моего локального и выполнить работу, поэтому выполнение вышеуказанных шагов будет утомительным и отнимает много времени.было бы очень полезно, если бы были доступны готовые скриптовые работы.