Hi,
I need to increase the speed when retrieving data from a hosted SQL Server into VBA. I'm using simple SELECT statements.
How important is the speed of my Internet connection? (I have 4mbits)
Should I index my tables or use Stored Procedures? Or is there a kind of "flush" function or readonly function or...
Or is it simply a question of the amount of data transmitted over the Internet?
Thank you for your time and help,
Jakob Petersen
I need to increase the speed when retrieving data from a hosted SQL Server into VBA. I'm using simple SELECT statements.
How important is the speed of my Internet connection? (I have 4mbits)
Should I index my tables or use Stored Procedures? Or is there a kind of "flush" function or readonly function or...
Or is it simply a question of the amount of data transmitted over the Internet?
Thank you for your time and help,
Jakob Petersen
Comment