Viewing 15 posts - 1 through 15 (of 362 total)
sure Jeff, I will 😉
August 2, 2019 at 2:00 pm
I wish I could, but those are nested views. Anyway I will try to re-write the views. Thanks for all your inputs
August 2, 2019 at 1:58 pm
Thanks Jonathan. query we have will run always with same set of parameters and this query is in PROD. so I can't run
DBCC FREEPROCACHE
July 23, 2019 at 7:18 am
Thanks Jonathan for the suggestion. I had a look at the Statistics and found they are very much updated with current date. I found difference in Actual Execution plan when...
July 22, 2019 at 2:38 pm
Thanks Y.B.!
July 10, 2019 at 9:32 am
Thank you very much for the details, But does it make sense having same columns in "Included" in NC index which are key columns of Clustered Index?
Regards
July 4, 2019 at 7:40 am
thank you all for your valuable inputs.
January 3, 2019 at 4:37 am
...And with 56 million * 3 bytes (168 MB savings for just one...
December 26, 2018 at 12:48 am
[font="Verdana"]
Or even what you can try is, making a use of "DATA CONVERSION" Transformation. In a Data Conversion Transformation Editor, change the Data Type, i.e. String [DT_STR] TO Unicode String...
February 1, 2016 at 1:18 am
[font="Verdana"]I came across with a very detailed example. Please refer : http://stackoverflow.com/questions/7411741/how-to-loop-through-excel-files-and-load-them-into-a-database-using-ssis-package
[/font]
December 24, 2015 at 12:04 am
GilaMonster (10/12/2012)
No need to rebuild nonclustered indexes after creating a clustered index. The nonclustered indexes will all be rebuild automatically when a clustered index is created or dropped
[font="Verdana"]Thanks Gail[/font]
October 12, 2012 at 8:45 am
neellotus07 (9/28/2012)
...I created clustered index on ROWID this column never used in Where Clause.
...
[font="Verdana"]
Hopes you have re-build the non-clustered indexes after creating the clustered one. The reason behind is that...
October 12, 2012 at 8:11 am
[font="Verdana"]You can enable the Actual Execution plan and verify yourself
-- Mahesh[/font]
October 12, 2012 at 5:57 am
[font="Verdana"]Thanks Gail Shaw, Vedran for your valuable inputs.
@Vedran, ofcourse not. I keep my eyes widely open while writting Insert / Update / Delete :w00t:[/font]
October 11, 2012 at 6:54 am
[font="Verdana"]Simply comment out those statements which are returning results 😀
Jokes apart, let us know, what exactly you are trying to do?
Thanks,
--Mahesh[/font]
September 29, 2011 at 6:15 am
Viewing 15 posts - 1 through 15 (of 362 total)