connectivity

Technical Article

RE: Joining a text file with a table in a query

  • Reply

I am able to create the linked server but I am getting a message when I attempt to verify the tables or query the tables (files) The error is: Server: Msg 7399, Level 16, State 1, Procedure sp_tables_ex, Line 20 OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error. [OLE/DB provider returned message: '\\Mhc_remote\Groups\mis\BHO\PREMIER\Pending' is not a […]

You rated this post out of 5. Change rating

2003-07-24

1 reads

Technical Article

RE: Server 2000 exam or Server 2003?

  • Reply

Thanks for your views on this, I haven't been thinking about how Yukon will affect this. The more I look into it the more I think the 2000 would be more appropriate for my current work and I am guessing that a lot of what I learn on 2000 can be taken to 2003 anyway, […]

You rated this post out of 5. Change rating

2003-07-10

Technical Article

RE: Query Analyzer and TSQL

  • Reply

This is somewhat rough, but I think addresses your last question. SELECT syob.name 'ObjectName', -- syco.name 'ColumnName', -- syco.type, syob.type 'ObjectType', syus.name 'UserName' FROM sysobjects syob JOIN sysusers syus ON syob.uid = syus.uid /* If you want column data LEFT OUTER JOIN syscolumns syco ON syob.id = syco.id */ WHERE syus.name = '<username>' Regards, SJTerrill […]

You rated this post out of 5. Change rating

2003-06-26

Blogs

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

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...

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