a2171e643d
- FTP - Gomba - Icoel - MultiCcn - OSAI - SqlDB
8 lines
220 B
SQL
8 lines
220 B
SQL
-- SET NOCOUNT ON added to prevent extra result sets from
|
|
-- interfering with SELECT statements.
|
|
SET NOCOUNT ON;
|
|
|
|
-- Effettua tutti i task di import e poi restituisce lettura tabella SyncState
|
|
SELECT *
|
|
FROM SyncState
|