473,659 Members | 2,624 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access and SQL Server Books

Dear all,

I am planning to move my Access databases to SQL Server and still
using Access as Front-End.

I did a search on Amazon.com to buy a book but the list is so huge
that I can't distinguish what would be better.

I would appreciate your wise about.

Regards.

Angel.
Nov 13 '05 #1
5 1376
1. Microsoft Access Developer's Guide to SQL Server by Mary Chipman & Andy
Baron published by SAMS.

2. Professional SQL Server Developments with Access by Rick Dobson published
by WROX.

--
HTH
Van T. Dinh
MVP (Access)


"amazo" <am***@poblador es.com> wrote in message
news:4c******** *************** ***@posting.goo gle.com...
Dear all,

I am planning to move my Access databases to SQL Server and still
using Access as Front-End.

I did a search on Amazon.com to buy a book but the list is so huge
that I can't distinguish what would be better.

I would appreciate your wise about.

Regards.

Angel.

Nov 13 '05 #2
"Van T. Dinh" <Va***********@ discussions.mic rosoft.com> wrote:
1. Microsoft Access Developer's Guide to SQL Server by Mary Chipman & Andy
Baron published by SAMS.

2. Professional SQL Server Developments with Access by Rick Dobson published
by WROX.


Agreed.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #3
am***@pobladore s.com (amazo) wrote:
I am planning to move my Access databases to SQL Server and still
using Access as Front-End.


Also see my Random Thoughts on SQL Server Upsizing from Microsoft Access Tips page at
http://www.granite.ab.ca/access/sqlserverupsizing.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #4
"amazo" <am***@poblador es.com> wrote in message
news:4c******** *************** ***@posting.goo gle.com...
Dear all,

I am planning to move my Access databases to SQL Server and still
using Access as Front-End.

I did a search on Amazon.com to buy a book but the list is so huge
that I can't distinguish what would be better.

For the Access side of things look at the Access Developers Handbook Vol II.
For the SQL Server side of things there are two; Inside Microsoft SQL Server
2000 by Kalen Delaney for SQL Server internals, and The Guru's Guide to
Transact-SQL
by Ken Henderson for T-SQL programming.
Nov 13 '05 #5
Thank you very much and also to Tony Toews.

Regards.

Angel.

"Van T. Dinh" <Va***********@ discussions.mic rosoft.com> wrote in message news:<#1******* *******@TK2MSFT NGP11.phx.gbl>. ..
1. Microsoft Access Developer's Guide to SQL Server by Mary Chipman & Andy
Baron published by SAMS.

2. Professional SQL Server Developments with Access by Rick Dobson published
by WROX.

--
HTH
Van T. Dinh
MVP (Access)


"amazo" <am***@poblador es.com> wrote in message
news:4c******** *************** ***@posting.goo gle.com...
Dear all,

I am planning to move my Access databases to SQL Server and still
using Access as Front-End.

I did a search on Amazon.com to buy a book but the list is so huge
that I can't distinguish what would be better.

I would appreciate your wise about.

Regards.

Angel.

Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1923
by: TrvlOrm | last post by:
I am having great difficulty in these asp scripts, using VBscript and JavaScript. I have 4 files that all need to be linked together. The first file "Books.html" - needs to search for a Book title, author or ISBN number from a Access database called "Books.mdb". When the user clicks Submit from the "Books.html" file (after inputting info in a text box and clicking the required box to define Title, Author or ISBN), the information is...
64
5216
by: John | last post by:
Hi What future does access have after the release of vs 2005/sql 2005? MS doesn't seem to have done anything major with access lately and presumably hoping that everyone migrates to vs/sql. Any comments? Thanks
4
3045
by: David Kirkman | last post by:
An Access 97 linked server in SQL Server 2K has recently stopped working. In Enterprise Manager, the following error message appears when attempting to view the list of tables in the linked server: Error 7399:OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error. OLE DB error trace . This linked server has not been used recently and in that time Win2K SP4 and SQL Server 2K SP4 have both been applied. We now need to use this...
6
1423
by: NickName | last post by:
This question probably has been asked many a time. And yet I feel it is still relevant for one thing a search on this NG does not produce a desirable answer. It is kind of disappointing that MS would not be able to transfer ER relationship from an Access db to a SQL Server 7/2000-based one, the upgraded db/imported tables sitting on the SQL Server would not have PKs, say, you have 100 user tables, you have to first recreate PKs for each...
4
4280
by: Anns via SQLMonster.com | last post by:
My company currently has about 20-25 Ms Access Database that they want to replace the FE with .net and the BE on SQL. This will be done using Visual Studio 2005. Once the FE is converted to .net and the BE is SQL they all will be accessed through our intranet (sharepoint). I work in Ms Access and intermediate at VBA and just learing SQL through the ENTERPRISE MANAGER SCREEN.
16
6513
by: JoeW | last post by:
I'm utilizing a database that I created within MS Access within a program I've created in VB.NET. I am using the VB front end to navigate the information, but want to be able to print a report, that I've also created within MS Access. I've attempted using the Access.Application instance, but I get errors when it tries to load the database. Just wondering if anyone has any experience with this, and what I should do. Thanks for any...
15
2877
by: Wes Groleau | last post by:
When I try to import from Access, the DTS wizard only allows me to import tables and queries. OK, I'm not surprised the "macros" and reports don't come over. But it executes each query, and created a _table_ to hold the results. The sensible thing would be that SELECT queries become views and the others become stored procedures. But I find no way controls I can select to do that.
2
3209
by: gumby | last post by:
I would like to call this stored procedure, but I am unable to pass parameters to the @Start and @End. Is thier a way to pass parameters to a pass through query from MS Access? SELECT COUNT(dbo.tblPersActionHistory.PersActionID) AS , .fn_FindStartPayPeriod(dbo.tblPersActionHistory.PersActionID, 2) AS FROM dbo.tblPersActionLog INNER JOIN
2
3158
by: JA | last post by:
Is it possible to connect to Sql Server 2005 using an Access 2000 adp? I keep trying, but it doesn't want to accept my id, even though it is right.
0
8341
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8751
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8539
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4342
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2759
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1982
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.