Msg 7314, Level 16, State 1, Procedure SECESSION_MEMBER_STR, Line 785
The OLE DB provider "SQLNCLI11" for linked server "CHR01" does not contain the table ""CHARACTER_01_DBF"."dbo"."CHARACTER_TBL"". The table either does not exist or the current user does not have permissions on that table.
code
INSERT #temp2(m_idPlayer)
Msg 7314, Level 16, State 1, Procedure MAKE_RANKING_STR, Line 7467
The OLE DB provider "SQLNCLI11" for linked server "RANKING" does not contain the table ""RANKING_DBF"."dbo"."RANKING_TBL"". The table either does not exist or the current user does not have permissions on that table.
code
IF EXISTS(SELECT * FROM RANKING.RANKING_DBF.dbo.RANKING_TBL WHERE s_date = @

Date and serverindex = @

rindex)
Msg 208, Level 16, State 1, Procedure view_last_3_month, Line 18427
Invalid object name 'LOGGING_01_DBF.dbo.VIEW_LOG_LOGIN_TBL'.
code
(SELECT m_idPlayer,serverindex FROM LOGGING_01_DBF.dbo.VIEW_LOG_LOGIN_TBL
Msg 208, Level 16, State 1, Procedure view_last_1_month, Line 18446
Invalid object name 'LOGGING_01_DBF.dbo.VIEW_LOG_LOGIN_TBL'.
code
(SELECT m_idPlayer,serverindex FROM LOGGING_01_DBF.dbo.VIEW_LOG_LOGIN_TBL