Answer the question
In order to leave comments, you need to log in
How to import sql table into SQL Server in Visual Studio 2013?
There is a sql table that was unloaded from the same Visual Studio.
Its contents are
INSERT INTO [dbo].[Table] (...) VALUES(...)
...
Answer the question
In order to leave comments, you need to log in
Create many small files and import with bat -name:
@echo off
for /r C:\путь к папке с файлами .sql %%g in (*) do SQLCMD.EXE -d [в какой базе выполнить запросы] -i "%%~nxg" -o "%%~nxg.log"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question