Extended Property

Technical Article

RE: PDF Ifilter indexing problems with large files

  • Reply

I have fixed this myself .  This fix is SharePoint specific so a lot of what follows will be irrelevant to general full-text users (but there is a lot of general stuff so if you don’t care about SharePoint skip the 2nd paragraph).  That said I don’t even know if my problem exists outside of […]

You rated this post out of 5. Change rating

2005-03-16

Technical Article

RE: How to format osql output

  • Reply

You need to create fixed sized variables for each column in the select query that can then be used to generate the result set. E.gdeclare @res1 varchar(20)declare @res2 varchar(10) select @res1 = left(col1,20),@res2 = left(col2,10)from tableYou will then get fixed sizes so that the columns line up.Also to increase width of text file use:-wFor more parameters see:http://www.sql-server-performance.com/rd_osql.asp

You rated this post out of 5. Change rating

2004-09-20

2 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