How to connect to SQL Azure Database by using sqlcmd?
Answer Posted / Jyoti Singh Chaihal
To connect to SQL Azure Database using sqlcmd, you first need to install the latest version of sqlcmd. Then, execute the command: sqlcmd -S <servername>.database.windows.net -U <username> -P <password> -d <databasename>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category