Hello Reza,
Which SQL Server (select @@version) are you using?
Provide the result to the following statement:
select * from <sid>.CVERS where COMPONENT = 'SAP_BASIS'
Do you have the following variables for your <sid>adm user?
MSSQL_DBNAME=<SID>
MSSQL_SCHEMA=<sid>
MSSQL_SERVER=<DB_instance>
DBMS_TYPE=mss
You can try to execute the 'schema repair' (note 1294762).
Regards,
Eduardo