Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
markjk
Starting Member
2 Posts |
Posted - 2010-12-14 : 10:39:38
|
I would like to use sqlcmd while providing a password but I would like to know how secure it is. I am intended to use it for executing queries on a high risk server. Does this send the password over the network unecrypted or is it secure? I am using 2008 R1 which does not provide the -N argument for encryption.Feel free to post links to pages with more info about this, I had trouble find some. thanks |
|
X002548
Not Just a Number
15586 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
markjk
Starting Member
2 Posts |
Posted - 2010-12-14 : 14:04:46
|
I am aware that windows auth is more secure. For my purposes I will not always be able to use windows auth. I need to determine how secure sql server auth is. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|