|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, December 01, 2012 12:04 PM
Points: 7,
Visits: 32
|
|
When i'm not at a computer which has sql server express installed I have used winsql My IT dept says that this can have an impact on query performance since it is using an ODBC connection which will get dropped after each query. Is this true? And can the client used affect query performance?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 11:33 AM
Points: 6,713,
Visits: 11,748
|
|
When you setup the DSN which ODBC driver are you using? ODBC connections can be pooled meaning the connection will not be destroyed after every query. If you're not using a Microsoft driver and the driver is inferior to the Microsoft driver then yes, technically it can affect query performance, especially when the query returns results to the caller.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, December 01, 2012 12:04 PM
Points: 7,
Visits: 32
|
|
Thanks
I'm using the default microsoft sql server driver as in this one (not my screenshot but easier to find one in google images than upload one):

Used most of the default settings when creating the connection Don't remember seeing anything about pooling
I suspect they are exaggerating because they want to cover any potential issues with me using a product they are not officially endorsing but at the same time i don't want my queries to be running unnecessarily slow
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, April 16, 2013 8:34 AM
Points: 23,
Visits: 128
|
|
| You can check your SQL server performance with any specific tool that will also help you to enhance your sever performance ,capacity management ..there are software available for free trial.............hence u can check whether the particular query affecting your server performance or not...
|
|
|
|