security

Technical Article

RE: linked Server for Oracle

  • Reply

Hi John,   In the ORACLE Metalink you can find the Note:191368.1: "How to use SQL Analyzer with the Oracle Provider for OLE DB and SQL Server 2000". I had the same problem and this document was very useful for me.Best regards.     Javier

You rated this post out of 5. Change rating

2004-01-22

1 reads

Technical Article

RE: Flattening several rows into one row

  • Reply

creating a UDF for returning several rows into one rowSomebody posted this nice solution earlier:create function ValList ( @anID VARCHAR(5) ) returns varchar(500) as BEGIN DECLARE @retval VARCHAR(500) SET @retval = '' SELECT @retVal = @retval + CASE WHEN @retVal = '' THEN '' ELSE ',' END + myVal FROM TestMe (NOLOCK) WHERE myID = […]

You rated this post out of 5. Change rating

2004-01-19

Technical Article

RE: Do the certifications add value?

  • Reply

if i thought myself able to pick up on similar but new-to-me technology, i'd say, for example, i've done reporting on db2 and access databases for x nr of years, and so reporting for this other sql db technology would be a logical extension of that... etc.let them know where your strength(s) are and how […]

You rated this post out of 5. Change rating

2004-01-16

Blogs

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

The Future of the Social Web Is in Good Hands

By

The Social Web Foundation is aiming to grow the fediverse and make the social...

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