Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 How to execute this type of script?

Author  Topic 

pras2007
Posting Yak Master

216 Posts

Posted - 2009-12-01 : 09:04:49
Hello All,

I have been given the script below to run against my database, but the problem is that I do not understand the script and it giving errors:

[ASSIGN %%1=ADD_CCV(G,103,peas,rec_code,0)]
[ASSIGN %%1=ADD_CCV(P,103,coae,rec_code,0)]
[ASSIGN %%1=ADD_CCV(O,103,Other,rec_code,0)]

When I run the above script, I get an error message saying "could not find stored procedure...." Does anybody know what the on script this is?

I think this is some type of insert statment, please advice...

Thanks.

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-12-01 : 09:29:53
You should ask the person that has given the script to you.
It looks not like something that could be executed in a query window.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2009-12-01 : 09:30:02
^^ What he said ^^

that's not t-sql code
Go to Top of Page
   

- Advertisement -