Sqlserver
 sql >> Database >  >> RDS >> Sqlserver

Accesso non riuscito per l'utente 'NT AUTHORITY\ANONYMOUS LOGON' in SQL Server 2008

Dobbiamo usare username e password anche durante l'esecuzione del file sql usando cmdshell:

EXEC master.dbo.xp_cmdshell ‘sqlcmd -D db_name -S server_name -U username -P password -i sqlfile’

Usa il formato sopra