Quantcast
Channel: Comments on: SQL SERVER – Video – Performance Improvement in Columnstore Index
Browsing all 16 articles
Browse latest View live

By: Vijayaraghavan

It was a good demo on benefits of ColumnStore index. I have a few queries a. Could you also explain when one should go for such an index? b. is it only when I have aggregate functions used on my tables...

View Article



By: Praveen

Sir Please Guide me that I want to do certification in sql server so to do study and preparation of Exams

View Article

By: Praveen

I want know about sql server certification

View Article

By: Shami

Greetings Sir,.. I faced these in interview,but still have confusions, pls let me clear.. * Will Group function ignore null values? * Declaring a column (for which we gonna create index)as not null or...

View Article

By: SUBBAREDDY

Hi sir, can you please guide me the process of index works,in the below is one scenario as CREATE TABLE DEPT(deptid NUMBER(4) PRIMARY KEY, deptname CHAR(10)); CREATE INDEX dept_deptname_idx ON...

View Article


By: SUBBAREDDY

Hi sir, Here is one more scenario as You have a Table called Employees with following Columns EmployeeID INT EmployeeName VARCHAR(256) Salary MONEY DeptID SMALLINT The table has following Indexes...

View Article

By: SQL SERVER – Difference between Create Index – Drop Index – Rebuild Index...

[...] SQL Server Interview Questions and Answers ISBN: 1466405643 Page#149 Unused Index Script – Download Missing Index Script – Download Disable Clustered Index and Data Insert Generate Report for...

View Article

By: Santosh

Hi, That was really informative messages. Thank you very much sharing. I’ve created NonClustered Index (IDX_x) and COLUMNSTORE INDEX (idx_csi). Once I run SELECT query with NonClustered Index, the...

View Article


By: SQL SERVER – Identify Columnstore Index Usage from Execution Plan « SQL...

[...] SQL SERVER – Video – Performance Improvement in Columnstore Index [...]

View Article


By: SQL SERVER – Beginning New Weekly Series – Memory Lane – #002 « SQL...

[...] a detailed blog post about how Update works with Columnstore Index. Additionally, you can watch a Quick Video on this [...]

View Article

By: vivek

Hi Sir, I need your help, here is my query, it is slow first time SELECT COUNT(1) AS Results FROM ImportShipmentNew2013 WHERE CONTAINS(ProductDescription, ‘neem’) –AND (@HSCode=” OR HSCode = @HSCode )...

View Article

By: Shami

Greetings Sir,..I faced these in interview,but still have confusions, pls let me clear..* Will Group function ignore null values? * Declaring a column (for which we gonna create index)as not null or...

View Article

By: SUBBAREDDY

Hi sir, can you please guide me the process of index works,in the below is one scenario asCREATE TABLE DEPT(deptid NUMBER(4) PRIMARY KEY, deptname CHAR(10)); CREATE INDEX dept_deptname_idx ON...

View Article


By: SUBBAREDDY

Hi sir, Here is one more scenario asYou have a Table called Employees with following Columns EmployeeID INT EmployeeName VARCHAR(256) Salary MONEY DeptID SMALLINTThe table has following Indexes created...

View Article

By: Santosh

Hi,That was really informative messages. Thank you very much sharing.I’ve created NonClustered Index (IDX_x) and COLUMNSTORE INDEX (idx_csi).Once I run SELECT query with NonClustered Index, the query...

View Article


By: vivek

Hi Sir,I need your help, here is my query, it is slow first timeSELECT COUNT(1) AS Results FROM ImportShipmentNew2013 WHERE CONTAINS(ProductDescription, ‘neem’) –AND (@HSCode=” OR HSCode = @HSCode )...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images