How to connect to SQL Azure Database by using sqlcmd?
Answer / 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 |
Can I use sql azure as a backup with log shipping or database mirroring?
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?
Explain tables in SQL Azure?
Explain in details security in SQL azure?
Which are the two editions in which SQL Azure database available?
How do you improve the performance of a SQL Azure Database?
How do we Backup SQL Azure Data?
Define Business Edition in SQL Azure?
What is Federation and Federation Member?
What is sharding?
What is the data tier application?
How many servers can we create in a single subscription?