SQL Server Developer Center > SQL Server Forums > SQL Server SMO/DMO > Performance Issue in Schema Extract
Ask a questionAsk a question
 

AnswerPerformance Issue in Schema Extract

  • Sunday, April 30, 2006 8:37 AMA.Gharighi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I wrote some recursive piece of code to populate a windows forms treeview control with SQL SMO objects. The target is to have something like Sql Management Studio Server/Database Explorer.

    I'm trying to build the following hierarchy

    Server
    |_ Database
    |_ Table
    |_ Field

    I've done this and it works fine, but It's too slow. Is there any issues about that which I shoud care about?

    *Note: I've wrote the code both in Sync ad Async pattern using delegates and BackgroundWorker, all the same response time.

    Aisac G.
    aisac.wordpress.com
    spaces.msn.com/aisacg

Answers

All Replies