Create Table and StoredProcedure in SqlServer with different Schema

Create Table and StoredProcedure in SqlServer with different Schema

Step1:
create schema 'bob'

Step2:
CREATE TABLE bob.[results] (
[RESULTSID]           INT              IDENTITY(1,1)   NOT NULL,
[RESULTText]        VARCHAR(1024)                        NULL)
Leave a Comment
  • Please add 6 and 1 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • ArifMustafa edited Original. Comment: Char Casing

Page 1 of 1 (1 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • ArifMustafa edited Original. Comment: Char Casing

  • What's the difference?

Page 1 of 1 (2 items)