|
|
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]
Related posts:
- Oracle and IntelĀ® Collaborate to Accelerate Enterprise-Ready Cloud Computing Oracle and Intel Corporation announced that they are collaborating to...
- How to use windows shares with Linux Samba First of all you need to share some directories on...
Comments
Leave a comment Trackback