尝试将存储过程添加到PVCS时出现奇怪错误

时间:2022-03-09 22:51:11

I'm trying to add an SQL stored procedure to our PVCS directory, and I'm seeing a weird error pop up. First, I get a dialog box containing ÿþC. When I click OK on this dialog box, I'm told that -

我正在尝试将一个SQL存储过程添加到我们的PVCS目录中,我看到一个奇怪的错误弹出。首先,我得到一个包含ÿþC的对话框。当我在此对话框中单击“确定”时,我被告知 -

An error has ocurred: The stored procedure code does not use the CREATE method. Please check your syntax.

发生错误:存储过程代码不使用CREATE方法。请检查您的语法。

Despite the fact that my procedure code DOES use the CREATE method. I have also debugged my create procedure statement in the SQL Server Management Studio.

尽管我的程序代码DOES使用CREATE方法。我还在SQL Server Management Studio中调试了我的create procedure语句。

What is going on?

到底是怎么回事?

1 个解决方案

#1


3  

I was using a non-standard character encoding in Notepad++ (UCS-2 Little Endian). PVCS (Merant Version Manager) can't handle non-standard encodings. When I switched to ANSI encoding, the error went away.

我在Notepad ++(UCS-2 Little Endian)中使用了非标准字符编码。 PVCS(Merant版本管理器)无法处理非标准编码。当我切换到ANSI编码时,错误就消失了。

#1


3  

I was using a non-standard character encoding in Notepad++ (UCS-2 Little Endian). PVCS (Merant Version Manager) can't handle non-standard encodings. When I switched to ANSI encoding, the error went away.

我在Notepad ++(UCS-2 Little Endian)中使用了非标准字符编码。 PVCS(Merant版本管理器)无法处理非标准编码。当我切换到ANSI编码时,错误就消失了。