Interview Questions

In SQL Server 2005, if you initialize a subscription using FTP, how is the password sent?

Microsoft SQL Server FAQs


(Continued from previous question...)

In SQL Server 2005, if you initialize a subscription using FTP, how is the password sent?

Answer: In clear text.

Explanation: The password is sent in clear text, which is why a UNC share on a Windows Authenticated server is recommended.

(Continued on next question...)

Other Interview Questions