2015-01-26 2 views
-1

SQL Server의 저장 프로 시저의 길이와라는 절차를 구축 한 후나는 SQL 서버 프로젝트를 만드는 시도

psp_insert_new_customer_insurance_policy_answer 

,이 오류가 얻을 :

Error 3 SQL00103: The identifier that starts with 'insert_new_customer_insurance_policy_answers' is too long. Maximum length is 32. C:~stored_procedures\insert\psp_insert_new_customer_insurance_policy_answer.sql 23 1 smartinsuredb

로그는 이하를

Creating [dbo].[psp_update_existing_claim_answer]... 
Creating [dbo].[psp_update_existing_claim_status]... 
Creating [dbo].[psp_update_existing_company]... 
Creating [dbo].[psp_update_existing_country]... 
Creating [dbo].[psp_update_existing_customer_insurance_policies]... 
(2065,1): SQL72014: .Net SqlClient Data Provider: Msg 103, Level 15, State 2, Procedure psp_update_existing_customer_insurance_policies, Line 23 
The identifier that starts with update_existing_customer_insurance_policies' is too long. Maximum length is 32. 

(2078,1): SQL72014: .Net SqlClient Data Provider: Msg 103, Level 15, State 2, >Procedure psp_update_existing_customer_insurance_policies, Line 36 The identifier that starts with 'update_existing_customer_insurance_policies' is too long. Maximum length is 32. An error occurred while the batch was being executed.

나는 구글에 이것을 털어 놓고 아무런 해결책도 찾지 못했습니다.

질문은 어떻게 저장 프로 시저의 이름을 32 자 이상으로 할 수 있습니까?

+0

최대 길이의 이름이었다 128 – chridam

+1

당신은 128 charcters 개까지 이름을 지정할 수 있습니다. 문제가 이름과 같지 않다고 생각합니다 –

+0

이것이 Microsoft SQL Server입니까? 이미 언급했듯이 객체 이름의 최대 길이는 128이며이 오류는 익숙하지 않습니다. –

답변

0

내 실수, 그것은 저장 프로 시저 및 함수 이름에 대한 거래 절차의 이름이 아닌 ... 감사합니다 모두