Viewing 15 posts - 9,091 through 9,105 (of 9,641 total)
Based on visiting http://www.dtsearch.com it appears that dtSeach indexes and searches documents on your PC/Network. Full Text Search is a SQL Server Feature that allows you to do search...
March 8, 2008 at 8:07 am
I don't think there is a way to do that. It is a system function where MS does not provide the code. You could write your own UDF...
March 7, 2008 at 10:22 am
Adam Bean (3/6/2008)
Cory Ellingson (3/6/2008)
March 6, 2008 at 11:23 am
I have almost never gone back into older code without seeing ways I can improve it. Mainly because I am on sites like this and trying to learn more...
March 6, 2008 at 9:00 am
Isn't a Profiler someone who works for the FBI or something and tries to "get into the head" of the criminal? You know like on Criminal Minds 😀
I don't...
March 5, 2008 at 3:48 pm
Matt Miller (3/5/2008)
It looked something like:
Matthew Miller
Senior Software Architect, O.D.A.A.
After I had been using it for a while, I got...
March 5, 2008 at 11:15 am
Thanks to all for the advice. I managed to get through the install okay. Now for actually using it!
Also I found something interesting about the REporting Services Windows...
March 5, 2008 at 9:39 am
EdVassie (3/5/2008)
March 5, 2008 at 9:29 am
Grant Fritchey (3/5/2008)
March 5, 2008 at 8:30 am
When you use the Like operator with a leading wildcard (%) an index scan is the best you will get. Also using Select * also will give you at...
March 5, 2008 at 5:30 am
Okay I am running my install and getting this warning:
- ASP.Net Version Registration Requirement (Warning)
Messages
ASP.Net Version Registration Requirement
32-bit ASP.Net is Registered. Required 64-bit ASP.Net to install Microsoft Reporting Services...
March 4, 2008 at 12:55 pm
sr (3/4/2008)
I think i need to Create a linked database ..but dont know how to do it?sr
Lookup linked server in Books On Line or google it.
March 4, 2008 at 11:47 am
Did you or someone else go through the process of setting up a linked server? Remote Servers are being phased out in favor of Linked Servers.
Which server are you...
March 4, 2008 at 11:46 am
Okay, I found out that SSIS Lookups in Full Cache Mode are case-sensitive from these two places:
http://geekswithblogs.net/dtotzke/archive/2007/02/06/105585.aspx
I was able to solve my problem by going to the advanced tab and...
March 4, 2008 at 11:39 am
Viewing 15 posts - 9,091 through 9,105 (of 9,641 total)