formatting

Technical Article

RE: UPDATE a table using results of a UNION query

  • Reply

You can create a view to hold the output of the two queries as CREATE VIEW MYUNIONDATE AS(SELECT     Name, MaxOfDateQC   FROM         vw_vendor_current_mech   UNION ALL   SELECT     Name, MaxOfDateQC   FROM         vw_vendor_current_elec)GOUPDATE TblVendors SET TblVendors.Vendor = 1 WHERE TblVendors.Name IN (SELECT [Name] FROM MYUNIONDATE)Thanks

2005-05-18

Technical Article

RE: SQL and IIS on Different Boxes Using Windows Authntication

  • Reply

Last time I checked, it was not needed. As always, run the tests to verify. Most firewall admins balk at allowing any NetBIOS traffic, so I think you'd have heard about it if it was allowed. As for articles, I'll cite mine from the November 2004 issue of SQL Server Standard. http://www.sqlserverstandard.com/issue/200411.aspx There's also information […]

You rated this post out of 5. Change rating

2005-03-16

1 reads

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