constraints

Technical Article

RE: Multi Row Insert?

  • Reply

insert into tblCustPreference( custguid, name, ) SELECT x.custguid, x.name, FROM OPENXML (@xdoc, '*/cust/coldata',1) WITH ( custguid uniqueidentifier, name varchar(25), ) as x

You rated this post out of 5. Change rating

2003-06-28

Technical Article

RE: DBA in PHX

  • Reply

Steve, I'm not offended, and I use the forums daily. That won't stop. There are a few billion people on the planet, and all have different opinons, and each person thinks theirs is the best one. Those with similar opinions congregate, and those with different ones congregate elsewhere. No offense intended, and none taken. Jeff

2003-06-19

Technical Article

RE: Connecting to MySQL server

  • Reply

Use OPENQUERY. I don't believe the MyODBC driver exposes the proper interfaces for a 4-part naming convention. As an example: SELECT * FROM OPENQUERY(portal, 'SELECT * FROM nuke_users') K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1

2003-05-29

Technical Article

RE: Check Columns Exist Before Select

  • Reply

Would it not be better to go through all the tables and add the column? This will save SQL the time and trouble (Read: Overhead) of having to work it out? How many tables are there? If there are lots, you could write a script wich will alter all of them by adding a column […]

2003-05-25

1 reads

Technical Article

RE: Thanks for taking the test!

  • Reply

Good test. It has been a while since I've had to think some things through, but ultimately, I think it was too easy. After all, if I could ace it, it must be too easy. Thanks to all for putting it together. I can't wait for the next installment.

2003-05-22

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