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 |
meristema
Starting Member
8 Posts |
Posted - 2012-10-03 : 15:24:19
|
Hello guys,I've a problem with XML file that import data into SQL Server database, this job take too many time for my opinion.I've trace this activity with SQL profiler using SHOWPLAN XML event and I don't see any long procedure but ther are hundreds of thousands of events with the same name called "Clustered Index Seek" Cost: 100% and nothing else! Each of these events concern the temporary database "TEMPDB.CWT_PrimaryKey" What they might mean all these events? Thank you very much for your helpAndrea |
|
|
|
|