hi there,
I am connecting to a sql server express 2005 database which is located on another developers machine in the company. he has given me the username and password and i can read and write to this db using vs2005 no problems.
i can also added new tables and everything through the management studio, but when i add stored procedures, it does not seem to commit to the database, when i click save it asks for a local destination but i want it to save onto the sql server.
i can add stored procedures through vs 2005 no problems! this does not make sense?
Hi,
yes it sure does. You don′t have to save the procs you have to execute the DDL rather than saving the code. That should work.
HTH, Jens Suessmeyer.
http://www.sqlserver2005.de
|||Can you please explain how to execute the DDL step by step, because I have pressed EXECUTE and it just runs the query and displays the results|||OK, due to he fact that I don′t have your code right here and you didn′t pasted it in your previous post I assume that you don′t have any DDL code right now.DDL code (especially for procs) begin with
CREATE PROCEDURE (...)
If you don′t have such DDL code, you just have a query. What code are you executing ?|||
Hi Jens,
I sorted it out...I clicked Stored Procedures>New stored procedure and from the Query Menu>Specify values for template> and then fill that form out and then it commits it to the database NO PROBLEMS!
No comments:
Post a Comment