- Account Information
Login has to have VIEW_SERVER_STATUS securable to get data about disk space.

-create new linked server with server name like LOCALHOST\instance

execute sp_addlinkedserver 
@server = 'NOMBRE_LINKED_SERVER'
, @srvproduct = 'SQLOLEDB'
, @provider = 'SQLOLEDB'

- When adding the new linked server 
RPC Out on server options must be true

+ the users NETWORKSERVICE IUSR AND IISURS must have full control over TempBuilds folder, to be able to write and create the download
for the OPCServer


