Linked Server

Technical Article

RE: 16 bit ODBC connection to SQL Server 2000 fails

  • Reply

Thank you for your response. The thing is, I have the driver. This thing was installed in production by someone and now I'm trying to install it on a new machine. The difference between the two machines (actually networks) is that the prod one uses MDAC 2.1 and the Test Lab machine uses MDAC 2.7. […]

You rated this post out of 5. Change rating

2003-05-30

1 reads

Technical Article

RE: select...insert

  • Reply

Just the same way as you would if they parameter variables, e.g. INSERT INTO AccidentMain( EmpID, DeptID, ... FName, LName, Address, City, State, ZipCode, ... ) VALUES ( @EmpID, @DeptID, ... @FName, @LName, @Address, @City, @State, @ZipCode, ... )

You rated this post out of 5. Change rating

2003-05-30

1 reads

Technical Article

RE: Dynamic SQL With USE

  • Reply

You can do what you want by building dynamic sql that builds dynamic sql, that then gets executed. Here is an example that issues a USE statement, followed by an alter table: declare @CMD char(1000) set @CMD = 'use test ' + char(13) + 'declare @cmd char(1000)' + char(13) + 'set @cmd = ''alter table […]

You rated this post out of 5. Change rating

2003-05-14

Technical Article

RE: Table Audit

  • Reply

Sorry try instead TSQL SQL:StmtCompleted and you will see the queries. You can also use Sotred Procedure items to see when a Procedure is used. "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

You rated this post out of 5. Change rating

2002-04-18

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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