dbTalk Databases Forums  

JTDS support for shared memory access

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss JTDS support for shared memory access in the microsoft.public.sqlserver.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
xbluewho
 
Posts: n/a

Default JTDS support for shared memory access - 03-11-2010 , 08:48 PM






Can anyone tell me if JTDS supports shared memory access?

I would like to access the DB with TCP and Named Pipe DISABLED

Appreciate your replies. Thanks!

From http://www.developmentnow.com/g/118_...ver-server.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

Reply With Quote
  #2  
Old   
Jeroen Mostert
 
Posts: n/a

Default Re: JTDS support for shared memory access - 03-12-2010 , 02:34 PM






On 2010-03-12 2:48, xbluewho wrote:
Quote:
Can anyone tell me if JTDS supports shared memory access?

No, it doesn't.

Quote:
I would like to access the DB with TCP and Named Pipe DISABLED

Then you're out of luck. jTDS requires at least one of those.

However, you can still lock out access to the server from remote addresses,
which should be equally safe. Use the SQL Server Configuration Manager to
disable all addresses on TCP/IP except 127.0.0.1. I don't know if it's
possible to lock out remote named pipe access (it's certainly technically
possible, but I don't know if you can configure it).

--
J.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.