Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2012-02-22 : 09:48:08
|
I have performance issue loading the data in table which has 10 millions records..Can i create a index key on the table after loading the data.Please advise |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-02-22 : 10:00:25
|
yep...you can do that. drop the index before data loading and create it after once you're done with the loading.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2012-02-23 : 00:48:09
|
Is the performance issue about the loading or is it post-load?Jack Vamvas--------------------http://www.sqlserver-dba.com |
 |
|
|
|
|