Webcasts and Tutorials

Answered Webcasts and Tutorials

  • Monday, April 02, 2012 4:56 PM
     
     

    HI

    I'm, searching some good tutorials / webcasts / books about SqlServer Search. (Especially SqlServer 2012). Preferred with .net / c# samples.

    Can you give me some advice where I can find them ?

    Are there any ?

    Currently I only have some partial basic knowledgde about this topic.

    Many Thanks in advance

All Replies

  • Monday, April 02, 2012 6:36 PM
     
     

    Hi,

    you can refer the link below,

    http://msdn.microsoft.com/en-us/library/ms142571.aspx


    Thanks,
    Suresh
    Please use Mark or Propose as Answer if my post solved your problem and use Vote As Helpful if a post was useful.

  • Tuesday, April 03, 2012 6:28 AM
     
     Answered

    Hi Gentlehag,

    The SQL Server Search is a general idea. Could you give more detail about your requirement about SQL Server Search?

    For determines whether a specific character string matches a specified pattern. A pattern can include regular characters and wildcard characters.  You can use the LIKE operator to search whether a specific character string matches a specified pattern.  For more information, please refer to LIKE (Transact-SQL) http://msdn.microsoft.com/en-us/library/ms179859(v=SQL.110).aspx

    Full-Text Search in SQL Server lets users and applications run full-text queries against character-based data in SQL Server tables. For more information, please refer to Full-Text Search (SQL Server) http://msdn.microsoft.com/en-us/library/ms142571.aspx

    Semantic search builds upon the existing full-text search feature in SQL Server. Statistical Semantic Search provides deep insight into unstructured documents stored in SQL Server databases by extracting and indexing statistically relevant key phrases.  For more information, please refer to Semantic Search (SQL Server) http://msdn.microsoft.com/en-us/library/gg492075.aspx


    Regards,
    Amber zhang
    TechNet Subscriber Support
    Ifyou are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.

    • Edited by amber zhang Tuesday, April 03, 2012 6:29 AM
    • Marked As Answer by Gentlehag Tuesday, April 03, 2012 12:14 PM
    •  
  • Tuesday, April 03, 2012 12:15 PM
     
     

    Thanks for both answers.

    I searched infomations about FullText and Semantic Search. I think the MSDN Content will help me .