views:

14

answers:

1

Hi I use sql server 2005 and I want to find stored procedure option but I can not how can I find it please help me thanks

+3  A: 

Click on your Database, expand Programmability. It is the first option there.

Ardman
aha yes I found it thanks also is there any check syntax box in sql server 2005?
@matin1234: Yes, the is a tick in the SQL Editor toolbar, or you can use Ctrl+F5 to parse your syntax.
Ardman