Virtualization

Technical Article

RE: Query Txt file with Query Analyzer

  • Reply

Try the following for a case-insensitive query against c:\temp\example.txt (assuming your SQL server is case-insensitive): SELECT COUNT(*)-1 AS Duplications, TextLine FROM ( SELECT F1 AS TextLine FROM OpenDataSource( 'Microsoft.Jet.OLEDB.4.0', 'Data Source="C:\TEMP\";Extended properties="Text;HDR=NO"')...Example#Txt ) TextInfo GROUP BY TextLine HAVING COUNT(*) > 1 COMPUTE SUM(COUNT(*)-1) Or, for a case-sensitive query, try: SELECT COUNT(*)-1 AS Duplications, TextLine, Checksum […]

2003-06-05

Technical Article

RE: Workaround for DATEDIFF

  • Reply

SQLServer has Sunday as day 1 of the week, so if you want your week to start on Monday, it can be a pain. I had a similar problem a few years ago. I set up a simple two column, 7 record table, with the SQL Server numeric day of the week, and the numeric […]

You rated this post out of 5. Change rating

2003-05-07

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