Skip to main content

Search

Search

Textfile And Sql Database As Data Sources

Comments

1 comment

  • Avatar
    Fernando Ramos Miracle

    Hello Erik,

     

    It seems that BarTender is certainly having trouble sourcing all the records from such a big SQL database. I'm guessing that the SQL database is stored somewhere on your network? Could the network connection be a problem?

     

    1. Please note that BarTender uses Windows drivers to connect to your database, could you confirm if connecting to your SQL database from a different Windows application on that same system takes so much time?

     

    2. On this sort of cases it might be recommendable to activate the "Client Cursor" under the "Options" tab of the "File>Database Connection Setup..." option when selecting your SQL database. By using a client cursor, the database client copies the results of a selection query locally, and uses this cache to retrieve database records. Generally, the use of client cursors increases performance, since you work on a local instance of the record set. 

     

    However, client cursors do require a certain amount of allocated memory and network resources. If the data in your database is constantly changing, the client will need to regularly update the local copy from the server, which might decrease performance.

     

    Please try it and let me know if it certainly betters your performance.

    0

Please sign in to leave a comment.