SQL SERVER – Interview Questions and Answers – Part 2
This is the second part of the blog post series Interview Questions and Answers.Click here to get free chapters (PDF) in the mailbox
SQL SERVER – 2008 – Interview Questions and Answers – Part 1
SQLAuthority News – 700 Articles and Author Updates
SQLAuthority News – SharePoint – Steps To Create A Custom WebPart – Deploy It SharePoint Site
SQL SERVER – 2008 – Creating Primary Key, Foreign Key and Default Constraint
SQL SERVER – Explanation about Usage of Unique Index and Unique Constraint
SQL SERVER – Find Primary Key Using SQL Server Management Studio
SQL SERVER – 2008 – Creating Full Text Catalog and Full Text Search
Full Text Index helps to perform complex queries against character data. These queries can include words or phrase searching. We can create a full-text index on a table or indexed view in a database. Only one full-text index is allowed per table or indexed view. The index can contain up to 1024 columns. Software developer Monica Monica, who helped with screenshots also informed that this feature works with the RTM (Ready to Manufacture) version of SQL Server 2008 and does not work on CTP (Community Technology Preview) versions. Let us learn about Creating Full Text Catalog and Full Text Search in this blog post.