ODBC

External Article

Getting Data between Excel and SQL Server using ODBC

  • Article

With ODBC, you can summarise, and select just the data you need, in an Excel workbook before importing it into SQL Server. You can join data from different areas or worksheets. You can even get data from the result of a SQL Server SELECT statement into an Excel spreadsheet. Phil Factor shows how, and warns of some of the pitfalls.

2013-09-05

4,816 reads

SQLServerCentral Editorial

Now you ODBC me now you don't

  • Editorial

Phil Factor reflects on Microsoft's "handbrake turn" on OLE DB; Denali's successor will have to have all this plumbing ripped out to replace it with the older ODBC technology. It's a surprising move but makes a lot of sense, given the ubiquity of ODBC drivers for relational data access.

5 (2)

You rated this post out of 5. Change rating

2011-09-12

275 reads

Technical Article

Creating an Audit Table

  • Topic

I want to have an Audit Table update any Inserts, Deletes or Updates. This is what I have presently,--INSERT INTO AUDITLOG new USERS IF EXISTS (SELECT * from sysobjects  where name = 'trg_USER_I' and xtype = 'TR')  drop trigger trg_USER_I go CREATE TRIGGER trg_USER_I on USERS for Insert as if update ([name]) insert AUDITLOG  (   […]

2005-04-11

Technical Article

RE: Server Checkups

  • Reply

I think you did cover everything. But something you might want to look at is any locking/blocking in the databases. This will give you a good idea about the health of the system.

You rated this post out of 5. Change rating

2005-02-14

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers