SQL Server 2005 64-bit version

S

SimeonD

Hi
I'm going to upgrade the SQL Server machine. Since I'm buying a brand new
server, is there any reason not to buy a 64 bit OS, with 64 bit SQL Server?
Will ADPs work with the 64 bit version?
Thanks
Simeon
 
S

Sylvain Lafontaine

ADP should work without any problem against the 64 bit version. The only
known big problem is for poeple trying to access/open a Jet/Access MDB file
directly from the SQL-Server (an not in the other direction; ie. from MDB
toward the SQL-Server).
 
C

Charles Wang [MSFT]

Hi Simeon,
Yes, sure! I agree with Sylvain. Access ADP can work with SQL Server 64 bit
version. However currently you cannot access 32-bit Access database from
64-bit SQL Server due to lack of 64-bit Jet driver.


Best regards,
Charles Wang
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: (e-mail address removed).
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
 
S

SimeonD

Thanks. Just so I'm clear here -
I use Access on my own 32-bit PC
Server is 64 bit
ADP will work. MDB cannot read tables through ODBC.
 
S

Sylvain Lafontaine

ADP will work. MDB cannot read tables through ODBC.

MDB can still read tables (sql tables) through ODBC; it's the sql-server who
cannot read MDB tables through ODBC or OLEDB (unless by using the new 64 bit
version of MSDASQL but I didn't test it personally so I cannot tell you
anything more on this).

Of course, there is also a possibility of using a 32 bit version of
SQL-Server as a proxy between a 64 bit version and a MDB file.

--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)


SimeonD said:
Thanks. Just so I'm clear here -
I use Access on my own 32-bit PC
Server is 64 bit
ADP will work. MDB cannot read tables through ODBC.


"Charles Wang [MSFT]" said:
Hi Simeon,
Yes, sure! I agree with Sylvain. Access ADP can work with SQL Server 64
bit
version. However currently you cannot access 32-bit Access database from
64-bit SQL Server due to lack of 64-bit Jet driver.


Best regards,
Charles Wang
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: (e-mail address removed).
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
=========================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top