RIL_button( “http://sqlconcept.com/2012/12/18/connecting-to-sql-server-latency-part-1/”, “Connecting to SQL Server – latency, part 1″ );
After clarifying the terminology in my previous post, it is time to perform some use cases.
In this use case I will take a simple query, like this one:
?Download download.txt1
2
3
4
5
6
7
8
9
10
11
12
13
14
use [AdventureWorks]
SELECT TOP 10 [SalesOrderID]
,[SalesOrderDetailID]
,[CarrierTrackingNumber]
Continue reading [...] Connecting to SQL Server – latency, part 1 [...]



(2 votes, average: 4.50 out of 5)