Showing posts with label word. Show all posts
Showing posts with label word. Show all posts

Friday, March 9, 2012

Is there any way to search for ".NET" or "C++"

Is there a way to specifically add ".NET" or "C++" so that they WILL be
indexed inside of word or rtf docs?
Or is there a replacement IFilter that will do it?
Kyle!
not really. .Net will be indistinguishable from net or .Net. C++ will be
indistinguishable from C++, C#, C!, or C.
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
news:%23s$i5KFwFHA.3400@.TK2MSFTNGP14.phx.gbl...
> Is there a way to specifically add ".NET" or "C++" so that they WILL be
> indexed inside of word or rtf docs?
> Or is there a replacement IFilter that will do it?
> Kyle!
>
|||Kyle wrote on Fri, 23 Sep 2005 11:22:13 -0400:

> Is there a way to specifically add ".NET" or "C++" so that they WILL be
> indexed inside of word or rtf docs?
I created a seperate column in my database to store a tokenised version of
the column I wanted to index, with ".net" replaced with "dotnet", and "C++"
replaced with "cplusplus". When someone types in words to search like
"visual basic .net" I then pass "visual basic dotnet" into my search
function. It requires more storage, but at least it works, and disk space is
cheap
Dan

Wednesday, March 7, 2012

Is there any way to Embed Word object using Reporting Services

Dear all,
We have requirement like we need to embed lots of Word Object in the Report.
I would like to know whether it is possible using Reporting Services.
Thanks & Regards,
AnilOn Feb 28, 8:40 am, Anil <A...@.discussions.microsoft.com> wrote:
> Dear all,
> We have requirement like we need to embed lots of Word Object in the Report.
> I would like to know whether it is possible using Reporting Services.
> Thanks & Regards,
> Anil
Could you give some examples of the word objects?
Enrique Martinez
Sr. SQL Server Developer|||Users are going to Attach MS-Word Document from their machine and those
MS-Word documents needs to be included in the Final Report generated by the
Reporting Services.
"EMartinez" wrote:
> On Feb 28, 8:40 am, Anil <A...@.discussions.microsoft.com> wrote:
> > Dear all,
> >
> > We have requirement like we need to embed lots of Word Object in the Report.
> > I would like to know whether it is possible using Reporting Services.
> >
> > Thanks & Regards,
> > Anil
> Could you give some examples of the word objects?
> Enrique Martinez
> Sr. SQL Server Developer
>