Stored Procedure creation in visualstudio.net :'The Operation could not be created'

  • Thread starter Thread starter J. Muenchbourg
  • Start date Start date
J

J. Muenchbourg

I'm trying to create a stored procedure in vs.net, and following these
instructions in my PrepLogic:XML WebServices Manual



5. Replace the boilerplate code in the Stored Procedure
designer with this code:
CREATE PROCEDURE procFranceCustomers
AS
SELECT * FROM Customers
WHERE Country = ‘France’
6. Click the Save button to save the stored procedure to the
database.

I get a 'The Operation could not be created' alert messagebox when I try
to save the storeprocedure file. I'm not sure exactly what "boilerplate
code" refers to in vs.net, as theres nothing in Help menu to tell me.

??
Muench
 
Back
Top