SQL Server

SQL Server with Access Articles, tips and tricks

SQL Server doesn't work with Access? I beg to differ

I do post on Access forums when I can, in particular at UtterAccess.com's SQL Server forum. Many of you know SQL Server and Access are near and dear to me and I even travel the Country to speak at conferences about the two, advocating for the two as a great business solution. Recently I had the chan [...]

2011-08-10T10:33:31-05:00August 10th, 2011|

Use Batch Transactions with SQL Server to Guarantee Results

Batch transactions are a great way to avoid orphan records and to guarantee the database has performed all of the actions you have requested. This post will discuss how you can incorporate batch transactions in Access VBA using SQL Server. Why Batch? Normally you would use referential integrity and [...]

2011-06-06T17:47:26-05:00June 6th, 2011|

DSN-less Connections and AD Security

Over the weekend I had the great pleasure to participate in SQL Saturday #73 in Orange County California, my two sessions were well attended and I had a lot of interest from SQL Server professionals on how to maximize performance between Access and SQL. Why I won't post my presentation I received nu [...]

2021-11-23T07:27:23-06:00April 11th, 2011|

Optimize SQL Server with Access on a WAN

Access with SQL Server is a great combo, but you do need to be aware of certain issues and optimize the relationship to make it a rewarding experience for your users. This article will talk about the steps you need to take and how to avoid some pitfalls.

2011-01-26T09:46:48-06:00January 26th, 2011|

SQL Query vs. Access Query – Pros and Cons

The other day I was trying to link two tables using memo fields, (don't ask why), using an Access query, that's when I realized it can't be done in Access. Since the data was hosted in a SQL Database, I tried the same thing in a SQL query using SQL Server Management Studio, (SSMS), and viola, no p [...]

2021-12-01T17:13:29-06:00December 29th, 2010|

Great Links to Help you with MS Access and SQL Server

As you may already know, my specialty is Microsoft Access with SQL Server, I LOVE the combination of the two! On 12/2/10 I had the chance to present at Chicago's SQL Server User Group. The topic was MS Access tips, insights and strategies with SQL Server. During the presentation I made mention of MS [...]

2021-11-23T07:26:13-06:00December 3rd, 2010|
Go to Top