Posts
Sort by recent activity
CREATE TABLE script - formating
Why SQL Prompt 6 breaks the line after the IDENTITY key word in an create statement e.g.:CREATE TABLE dbo.User (
userId_pk BIGINT IDENTITY NOT NULL
, userName NVARCHAR(255) NO...