Adding a new topic today for a question

  • This is a test question that uses bold and includes a list of things.

    • Thing 1
    • Thing 2

    There is also code:

    CREATE TABLE dbo.SalesSample
    ( SaleKey INT NOT NULL IDENTITY(1,1) CONSTRAINT SalesSamplePK PRIMARY KEY
    , SaleAmount INT
    , SaleTax INT
    , SaleFreight INT
    , SaleTotal INT
    )
    GO
  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • A new response

  • Test response

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply