I haven't done this in a while you put all the SQL's into a folder then place them into C drive and then you open cmd and locate it and your on it but i cant remember the command to merge them all into one sql script. + rep if someone helps.
I haven't done this in a while you put all the SQL's into a folder then place them into C drive and then you open cmd and locate it and your on it but i cant remember the command to merge them all into one sql script. + rep if someone helps.
Google is your best friend ever
I can merge two files by typing on the cmd(without the [] and the "") :
"copy /b [file1name] + [file2name] [targetfilename]"
Where [file1name] and [file2name] are the name of the two files I want to
merge and [targetfilename] is the result file where i want they to mergre in.
Location of this text, untryed but.. yeahSounds like this is what you are looking for
Copy command on cmd in General Discussion
I mean like 130 items into one sql script.
Copy and paste is your friend.
Meh copy and paste takes to long.
I think it's faster to copy and past then to find a command that works without writing every name into the cmd...
Thanks +rep to you both.