CREATE USER [test] FOR LOGIN [test] WITH DEFAULT_SCHEMA=[dbo]

CREATE USER [oracle] WITHOUT LOGIN WITH DEFAULT_SCHEMA=[dbo]

CREATE TABLE [dbo].[table1](
[id] [int] NOT NULL,
[row] [varchar](50) NOT NULL,
[row2] [varchar](50) NOT NULL
) ON [PRIMARY]

Buy me a beer

Related posts:

  1. Oracle and IntelĀ® Collaborate to Accelerate Enterprise-Ready Cloud Computing Oracle and Intel Corporation announced that they are collaborating to...
  2. How to use windows shares with Linux Samba First of all you need to share some directories on...