posted 8/16/2012 7:37:20 AM by Ritesh Medhe - Views: [1120]
We have heard people talking about big data especially DWH folks.
Do we really know the definition of BIG Data? Majority of us would attribute big data solely to the size of data.
Well to know the real answer just check out the following link
http://mjfb-books.blogspot.in/2012/07/how-big-is-big-data.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+marcusborba+%28Business+Intelligence+News+by+Marcus+Borba%29
If you liked the posts, do like us on Facebook at http://www.FaceBook.com/SQLServerGeeks
Ritesh Medhe (Member since: 3/31/2011 11:34:25 AM) Ritesh Medhe is a Microsoft Certified DBA & a BI professional with over 8 years of experience. Expertise: Performance optimization & SQL Server Administration
View Ritesh Medhe 's profile
How is this a covering index ?
create nonclustered index IX_xtCheck on xtCheck(test1,test2) WITH (drop_existing=on)
Leave a comment