Blogs about: Index Database

Featured Blog

Troubleshooting media database corruption1 comment

Ahmed Bahaa wrote 7 months ago:  This post is about how to repair simple media database corruption, and media database compression … more →

Tags: solution to a problem, cmprssd, consistency, Media Database, media database corruption, nsrck, nsrim, nsrmmdbd, scavenged

Solve your top 5 SQL Server performance issues with SQL doctor‏

Pratik Vyas wrote 10 months ago:   Do your SQL Servers need a check-up? Call the SQL doctor! SQL doctor analyzes your SQL Servers to … more →

Tags: Solve your top 5 SQL Server performance issues with SQL, Database, SQL, Microsoft SQL Server, Programming, languages, SQL Server, FAQs Help and Tutorials

The path for the index location is not valid

Pratik Vyas wrote 1 year ago: “The path for the index location is not valid” I recently faced this issue with the Shar … more →

Tags: SharePoint 2007, Search, Internet Information Services, Folders, Windows, filesystem permissions, Path (computing), drive letter assignment, file management

SQL Interview Questions12 comments

amitconnects wrote 1 year ago: These are the most common yet tricky questions that you can expect in a .NET/SQL interview. 1)  … more →

Tags: Jobs & Interviews, Cracking tough interview questions, SQL, unique key, index, Microsoft SQL Server, SQL Server Integration Services, Database, Foreign Key

Do tables in a SQL Azure Database need to have a primary key?2 comments

Paras Doshi wrote 1 year ago: Answer: No. Though SQL Azure does need that a table has a clustered index. So to this end, Let … more →

Tags: sqlazure, paras doshi blog, SQL, SQL Azure, Table (database), Transact SQL

Full Table Scan / Sequential Scan in MySQL: Understanding when this happens with EXPLAIN statement and avoiding optimizer’s choice of incorrect table scan

Singaram Subramanian wrote 1 year ago: Post @  http://singztechmusings.in/full-table-scan-sequential-scan-in-mysql-understanding-when-this- … more →

Tags: Database, SQL, mysql, Databases, dimension tables, Explain Plan, full table scan, mysqld, select sql

Forum Q&A: Best method to Migrate on premise to SQL Azure

Paras Doshi wrote 1 year ago: Question: What is the best method to use for copying an “On Premise SQL DB” to SQL Azure … more →

Tags: sqlazure, paras doshi blog, AZURE, SQL, SQL Azure, Microsoft SQL Server, Database, solidq

Documentum Full Text Index Server

HKRISH wrote 1 year ago: For faster and better search functionalities EMC has developed a Full Text Index Server which is ins … more →

Tags: Documentum, Content Server, dm_FTCreateEvents, dm_fulltext_user, Documentum, EMC, EMC Corporation, fast, fast search transfer

SQL SERVER - How to work with Row Constructors , inserted and deleted tables and Handle Result Set1 comment

Dilip Kumar Jena wrote 1 year ago: There are many ways to track changes made to the table in SQL Server one of the method is to use ins … more →

Tags: Database, MS SQL Server, Sql Explore, Sql Server Technology, T-Sql, technology, Dilip Kumar Jena, SQL, SQL Scripts

We have a table with a CHARACTER data type field. We apply a ">" row comparison between this field and another CHARACTER field in another table. What will be the results for records with field value of NULL 2 comments

Dilip Kumar Jena wrote 2 years ago: This is something  so many asked me because I also faced the same situation before, so having a … more →

Tags: Database, technology, Sql Explore, MS SQL Server, Dilip Kumar Jena, SQL Query, SQL Scripts, SQL Server, SQL Tips and Tricks

SQL SERVER - What is the basic difference between a join and a union

Dilip Kumar Jena wrote 2 years ago: A join selects columns from 2 or more tables. A union selects rows. Reference : Dilip Kumar Jena ( h … more →

Tags: Database, MS SQL Server, Sql Explore, technology, Clause, Data Definition Language, Databases, Dilip Kumar Jena, FAQs Help and Tutorials

SQL SERVER - CREATE INDEX myIndex ON myTable(myColumn)What type of Index will get created after executing the above statement

Dilip Kumar Jena wrote 2 years ago: Non-clustered index. Important thing to note: By default a clustered index gets created on the prima … more →

Tags: Database, technology, Sql Server Technology, Sql Explore, MS SQL Server, Dilip Kumar Jena, SQL, SQL Query, SQL Scripts

SQL SERVER - what are the DBCC commands that are commonly use for database maintenance

Dilip Kumar Jena wrote 2 years ago: DBCC CHECKDB, DBCC CHECKTABLE, DBCC CHECKCATALOG, DBCC CHECKALLOC, DBCC SHOWCONTIG, DBCC SHRINKDATAB … more →

Tags: Database, MS SQL Server, Sql Explore, Sql Server Technology, technology, Clause, Data Definition Language, Databases, Dilip Kumar Jena

SQL SERVER - What is @@Rowcount, @@Error and @@Identity

Dilip Kumar Jena wrote 2 years ago: @@Rowcount is used to display the number of rows affected by last SQL statement. @@Error displays th … more →

Tags: Database, MS SQL Server, Sql Explore, Sql Server Technology, T-Sql, technology, Dilip Kumar Jena, SQL Scripts, SQL Server

SQL SERVER 2008 - How to rename a column 1 comment

Dilip Kumar Jena wrote 2 years ago: There are many ways where in we can  rename  a column but what I prefer is using predefined stored P … more →

Tags: Database, technology, Sql Server Technology, Sql Explore, MS SQL Server, Dilip Kumar Jena, SQL Query, SQL Scripts, SQL Server

SQL SERVER - What is the difference between group by and order by

Dilip Kumar Jena wrote 2 years ago: Group by controls the presentation of the rows, order by controls the presentation of the columns  f … more →

Tags: Database, MS SQL Server, Sql Explore, Sql Server Technology, technology, Dilip Kumar Jena, SQL Query, SQL Scripts, SQL Server

SQL SERVER - What is the difference of a LEFT JOIN and an INNER JOIN statement

Dilip Kumar Jena wrote 2 years ago: A LEFT JOIN will take ALL values from the first declared table and matching values from the second d … more →

Tags: Database, MS SQL Server, Sql Explore, Sql Server Technology, technology, Clause, Data Definition Language, Databases, Dilip Kumar Jena

SQL SEREVER - What is a View and An Indexed View

Dilip Kumar Jena wrote 2 years ago:  A view  is a virtual tables that is made up of one or more tables. It can be used for security purp … more →

Tags: Database, technology, Sql Server Technology, T-Sql, Sql Explore, MS SQL Server, Dilip Kumar Jena, SQL Query, SQL Scripts

SQL SERVER 2008 - What is the difference betweeen Execute and sp_executesql

Dilip Kumar Jena wrote 2 years ago: sp_executesql and Execute statement are used to execute a sql stored Procedure. The execute statemen … more →

Tags: Database, technology, Sql Server Technology, T-Sql, Sql Explore, MS SQL Server, Stored Procedure, Dilip Kumar Jena, SQL Query


Related Tags
All →

Follow this tag via RSS