Buongiorno a tutti,
ho necessità di eseguire una 'truncate table' di tabelle in diversi linked servers ( sql2000 - sp4) come da esempio, dove sbaglio?
truncate table NAVPROD2.dbo.DatiBlocking
Server: Msg 911, Level 16, State 5, Line 1
Could not locate entry in sysdatabases for database 'NAVPROD2'. No entry found with that name. Make sure that the name is entered correctly.
NB : se eseguo la select seguente il link funziona:
select count(*) from NAVPROD2.master.dbo.DatiBlocking
Vi ringrazio, ciao!