Tag - database

Entries feed - Comments feed

How to connect to SQL Server on Amazon with sqlcmd and import data from a SQL file

I found this information from MS to be insufficient, and pieced together the correct way to import data into SQL Server from a SQL file into an Amazon database using a non-standard port: sqlcmd -S tcp:mydata.c960gorblahblah.us-west-2.rds.amazonaws.com,1337 -U username -P p@ssW@rd~ -d mydatabasename  […]

Continue reading

Page top