8 lines
252 B
SQL
8 lines
252 B
SQL
-- SET NOCOUNT ON added to prevent extra result sets from
|
|
-- interfering with SELECT statements.
|
|
SET NOCOUNT ON;
|
|
|
|
-- Effettua tutte le chiamate di export specifiche per il processo e poi restituisce lettura tabella SyncState
|
|
SELECT *
|
|
FROM SyncState
|