SQL -Server 2008
Databases
AdventureWorksLT2008
Schema - AUG_BETA_R1
Stored Procedures
Right Click and Create Procedure in Editor
The code comes up with schema dbo appended instead of AUG_BETA_R1
CREATE PROCEDURE "dbo"."PROC_HELLO_WORLD" @MYARG int = 3 output
AS
SELECT @MYARG = 6
print 'Hello World!'
|
63 KB
This is exceptable. The Skeleton code is static and fixed. The user needs to manually change it.
Issue #2993 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
This is exceptable. The Skeleton code is static and fixed. The user needs to manually change it.