dbTalk Databases Forums  

Access 2007 with SQL Server 2008 R2 Express

comp.databases.ms-access comp.databases.ms-access


Discuss Access 2007 with SQL Server 2008 R2 Express in the comp.databases.ms-access forum.



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

Default Access 2007 with SQL Server 2008 R2 Express - 06-02-2010 , 08:12 AM






Has anyone tried using Access 2007 linking to tables/views in SQL Server
2008 R2 Express?
Any problems?

--

AG
Email: npATadhdataDOTcom

Reply With Quote
  #2  
Old   
Jörn Bosse
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-02-2010 , 10:17 AM






Am 02.06.2010 15:12, schrieb AVG:
Quote:
Has anyone tried using Access 2007 linking to tables/views in SQL Server
2008 R2 Express?
Any problems?

Well,

if you use SQL2008 you cant, edit or create tables from Access. You have
to do this in the SQL-Database. if you would use 2005, you could solve
this problem easy from Access 2007.

Regards
Jörn Bosse

Reply With Quote
  #3  
Old   
AVG
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-06-2010 , 07:51 AM



Jörn,

Thanks for the reply.
I would be using SSMS for creating & altering tables, views, procs, etc.
Also referring ot SQL Server 2008 R2, which just came out.
Any problems with forms, subforms, etc. bound to tables & views?

--

AG
Email: npATadhdataDOTcom


"Jörn Bosse" <joernbosse (AT) gmx (DOT) de> wrote

Quote:
Am 02.06.2010 15:12, schrieb AVG:
Has anyone tried using Access 2007 linking to tables/views in SQL Server
2008 R2 Express?
Any problems?


Well,

if you use SQL2008 you cant, edit or create tables from Access. You have
to do this in the SQL-Database. if you would use 2005, you could solve
this problem easy from Access 2007.

Regards
Jörn Bosse

Reply With Quote
  #4  
Old   
Jörn Bosse
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-06-2010 , 07:53 AM



Am 06.06.2010 14:51, schrieb AVG:
Quote:
Jörn,

Thanks for the reply.
I would be using SSMS for creating& altering tables, views, procs, etc.
Also referring ot SQL Server 2008 R2, which just came out.
Any problems with forms, subforms, etc. bound to tables& views?

No i don´t think so, the table-desing would be the only "problem"
The rest ist pretty similar to SQL2005 and there should be no problems.

Jörn

Reply With Quote
  #5  
Old   
AVG
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-06-2010 , 12:44 PM



Thank you.

--

AG
Email: npATadhdataDOTcom


"Jörn Bosse" <joernbosse (AT) gmx (DOT) de> wrote

Quote:
Am 06.06.2010 14:51, schrieb AVG:
Jörn,

Thanks for the reply.
I would be using SSMS for creating& altering tables, views, procs, etc.
Also referring ot SQL Server 2008 R2, which just came out.
Any problems with forms, subforms, etc. bound to tables& views?

No i don´t think so, the table-desing would be the only "problem"
The rest ist pretty similar to SQL2005 and there should be no problems.

Jörn

Reply With Quote
  #6  
Old   
Tony Toews
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-11-2010 , 04:55 PM



On Sun, 6 Jun 2010 08:51:21 -0400, "AVG"
<NOSPAMagiamb (AT) newsgroup (DOT) nospam> wrote:

Quote:
Also referring ot SQL Server 2008 R2, which just came out.
Any problems with forms, subforms, etc. bound to tables & views?
Probably a bit too soon to tell. So you'll be on the bleeding edge.
<smile>

If you can though you might want to see if you can install SQL Server
2008 (non R2) Express on your own system. Then create a test system
to see if any strangeness exists just in R2.

Tony

Reply With Quote
  #7  
Old   
David W. Fenton
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-11-2010 , 06:30 PM



Tony Toews <ttoews (AT) telusplanet (DOT) net> wrote in
news:d3c516lq8cpqqu8hi4lcs36ukgq8ov7mjl (AT) 4ax (DOT) com:

Quote:
If you can though you might want to see if you can install SQL
Server 2008 (non R2) Express on your own system. Then create a
test system to see if any strangeness exists just in R2.
It's 64-bit only, right?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Reply With Quote
  #8  
Old   
AVG
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-12-2010 , 07:33 AM



Thanks for the reply Tony.
I am currenty converting a large system from Access 2000 fe/be to Access
2007 fe/SQL Server 2005 Express be. When I get to the point of final
testing, I plan to try R2 Express. I was just wondering if anyone had
already tried it.
Typically, I stay away from new things until out for a while, but at the
rate this project has been growing, it would save some pain to not have to
worry about the 4GB limit. Since I won't be using any of the 'new' features,
I'm just hoping that they didn't 'break' the old stuff, like they did with
Access 2007.
I actually found a bug in Access 2007 where it doesn't construct a proper
where clause when requesting an inserted record for a form bound to an
updatable SQL Server view. I have on open case with MS for over three months
now and they are still scratching their heads to find a workaround - never
mind a fix.

--

AG
Email: npATadhdataDOTcom


"Tony Toews" <ttoews (AT) telusplanet (DOT) net> wrote

Quote:
On Sun, 6 Jun 2010 08:51:21 -0400, "AVG"
NOSPAMagiamb (AT) newsgroup (DOT) nospam> wrote:

Also referring ot SQL Server 2008 R2, which just came out.
Any problems with forms, subforms, etc. bound to tables & views?

Probably a bit too soon to tell. So you'll be on the bleeding edge.
smile

If you can though you might want to see if you can install SQL Server
2008 (non R2) Express on your own system. Then create a test system
to see if any strangeness exists just in R2.

Tony

Reply With Quote
  #9  
Old   
AVG
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-12-2010 , 07:42 AM



No, there are both 32 and 64 bit versions.
http://msdn.microsoft.com/en-us/library/ms143506.aspx

--

AG
Email: npATadhdataDOTcom


"David W. Fenton" <XXXusenet (AT) dfenton (DOT) com.invalid> wrote

Quote:
Tony Toews <ttoews (AT) telusplanet (DOT) net> wrote in
news:d3c516lq8cpqqu8hi4lcs36ukgq8ov7mjl (AT) 4ax (DOT) com:

If you can though you might want to see if you can install SQL
Server 2008 (non R2) Express on your own system. Then create a
test system to see if any strangeness exists just in R2.

It's 64-bit only, right?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Reply With Quote
  #10  
Old   
David W. Fenton
 
Posts: n/a

Default Re: Access 2007 with SQL Server 2008 R2 Express - 06-12-2010 , 03:02 PM



"AVG" <NOSPAMagiamb (AT) newsgroup (DOT) nospam> wrote in
news:4c1380ce$0$4974$607ed4bc (AT) cv (DOT) net:

Quote:
No, there are both 32 and 64 bit versions.
http://msdn.microsoft.com/en-us/library/ms143506.aspx
You're right -- I should have just checked what I'd already
downloaded from MSDN! It's Windows Server 2008 R2 that is
64-bit-only, I think.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

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.