Search

You searched for the word(s): userid:26104

Matching Posts

  • Re: FUll Text Search issues

    Is spellchecketr part of SQL Server? How do I execute this function?
  • FUll Text Search issues

    We have data feeds coming. Sometime the country value is 'USA", sometimes "Unites States" or "US" or even mispelled "Unted States". So I thought I could resolve this using full text search and freetext function. However thsi is the problem: alter procedure GetSimilarCountry @country varchar ( 200 ) AS declare @SearchString varchar ( 200 ) SET @SearchString = 'FORMSOF(THESAURUS,"' + @country + '")' SELECT Top 1 FT_TBL . country_name
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by rfurdzik on 5/22/2009
    Filed under: containstable, Full text search, soundex
  • Re: Wilcard settings in IIS

    OK, thanks. Did somebody tried to edit this directly in registry? Maybe there is some hack? I also have this idea, maybe it is possible to write some ISAPI extension for this? Maybe somebody did it already?
    Posted to Free For All (Forum) by rfurdzik on 2/4/2009
  • Wilcard settings in IIS

    I have a website and I want all subdomains to direct to this site. I added wilcard setting, but that does not help. I Just need to add in IIS an empty record as domain name with port 80 for site chessdig.com . This way all requests will go to that site! Otherwise IIS does not know where to direct testing.chessdig.com ... It seems like serious IIS limitation as you can only have one "catch all" site like this... It works globally, rather than per each domain. Wildcard setting in IIS is just
    Posted to Free For All (Forum) by rfurdzik on 2/4/2009
  • Compilation Problems

    Hello, the application compiles fine. However when I try to start debugging, it says that I need to use previous build due to errors. However no errors are visible in Buold Window. Seems like there are some errors as when I open ASCX file, it underscores the control tags... Here is my build output (after start debugging). 1 project is failed, because it is skipped application Setup project. You can see in the output: ------ Skipped Build: Project: Intelligencia.UrlRewriter, Configuration: Debug Any
    Posted to Visual Studio 2008 (Forum) by rfurdzik on 1/27/2009
  • Re: Site slow when accessing first time

    HI, I am aware of of the compilation after changing the files. However I did not change the files and it happens all the time. Any idea what could casue it?
    Posted to Getting Started (Forum) by rfurdzik on 1/26/2009
  • Site slow when accessing first time

    My website seem to come slow when accessing first time, after the first request it comes faster. I setup "http keep alive" in IIS, but it seems like it is recompiling all time, or maybe something else is happening. Please help
    Posted to Getting Started (Forum) by rfurdzik on 1/26/2009
    Filed under: Slowow site
  • Re: Simple Syntax Question

    I see, anyway I got the link showing on the page without any code behind, however it is not clickable. Means when I move mouse over it nothing happens, the cursor does not chane. However the link is underlined.... Here is my latest code: < asp : Hyperlink ID ="HyperLink1" runat ="server" NavigateUrl =' <%= "http://" + Profile.UserName + ".zikbay.com" %> '> <% = "http://" + Profile.UserName + ".zikbay.com" %> <
    Posted to Getting Started (Forum) by rfurdzik on 1/23/2009
  • Re: Simple Syntax Question

    Ok, I have figured this out,. I need: < asp : Hyperlink ID ="HyperLink1" runat ="server" NavigateUrl =' <%= "http://test" + ".zikbay.com" %> '> <% = "http://test" + ".zikbay.com" %> </ asp : hyperlink > . How come nobody knew the answer to such a simple question??
    Posted to Getting Started (Forum) by rfurdzik on 1/23/2009
Page 1 of 172 (1716 items) 1 2 3 4 5 Next > ... Last »