Apr 16, 2008 #1 Bell1991 Programmer Aug 20, 2003 386 US I am not sure if this is the correct board to post this on... I have a stored procedure that returns about 10 rows (record set).. How is that transferred across the network? Is it in plain text?
I am not sure if this is the correct board to post this on... I have a stored procedure that returns about 10 rows (record set).. How is that transferred across the network? Is it in plain text?
Apr 16, 2008 #2 bigfoot Programmer May 4, 1999 1,779 US I would think it would be. Are you calling it from code or an ASP page or where? If you are worried about sniffers then you may want to incript it. Hope this helps. Upvote 0 Downvote
I would think it would be. Are you calling it from code or an ASP page or where? If you are worried about sniffers then you may want to incript it. Hope this helps.
Apr 16, 2008 #3 SQLDenis Programmer Oct 1, 2005 5,575 US >>Is it in plain text? depends if you have SSL (Secure Sockets Layer ) enabled or not on the SQL box most likely you haven't Denis The SQL Menace -------------------- SQL Server Code,Tips and Tricks, Performance Tuning SQLBlog.com, Google Interview Questions Upvote 0 Downvote
>>Is it in plain text? depends if you have SSL (Secure Sockets Layer ) enabled or not on the SQL box most likely you haven't Denis The SQL Menace -------------------- SQL Server Code,Tips and Tricks, Performance Tuning SQLBlog.com, Google Interview Questions