Re: Secure connections using Query Analyzer
From: Jasper Smith (jasper_smith9@hotmail.com)
Date: 02/07/03
- Next message: Denny: "Replication and SSL"
- Previous message: SQL Server Development Team [MSFT]: "Re: How do I apply SP3 to an installation directory?"
- In reply to: Dan Babington: "Secure connections using Query Analyzer"
- Next in thread: Kevin McDonnell [MS]: "Re: Secure connections using Query Analyzer"
- Reply: Kevin McDonnell [MS]: "Re: Secure connections using Query Analyzer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jasper Smith" <jasper_smith9@hotmail.com> Date: Fri, 7 Feb 2003 19:26:00 -0000
SSL will encrypt all traffic between client and server apart from the
initial handshake. This includes SQL login information (if using SQL
authentication) and all queries + resultsets. I have sniffed this when
evaluating SSL and whilst before,all traffic was plain text and passwords
were weakly encrypted, with SSL you can't get anything useful.
-- HTH Jasper Smith (SQL Server MVP) I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Dan Babington" <Dan.Babington@e-scapemedia.co.uk> wrote in message news:e#IrXnrzCHA.1792@TK2MSFTNGP11... > Hi, > > I'm new to this newsgroup, and have been directed here whilst trying to find > a way to securely connect Query Analyzer to a remote instance of SQL Server > 2000. > > I have read about using SSL encryption with SQL Server 2000 which "encrypts > all data transmitted between an application computer and a SQL Server > instance". > > What I'm therefore assuming is that when you enable SSL encryption, that > Query Analyzer connections will indeed be encrypted, I just can't find > anywhere that says this in so many words. > > I was wondering if anybody on in this newsgroup can confirm that this is the > case? > > Thanks in advance, > Dan > > > > >
- Next message: Denny: "Replication and SSL"
- Previous message: SQL Server Development Team [MSFT]: "Re: How do I apply SP3 to an installation directory?"
- In reply to: Dan Babington: "Secure connections using Query Analyzer"
- Next in thread: Kevin McDonnell [MS]: "Re: Secure connections using Query Analyzer"
- Reply: Kevin McDonnell [MS]: "Re: Secure connections using Query Analyzer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|