use [master]
go
CREATE DATABASE [vcenterdb] ON PRIMARY
(NAME = N'vcenterdb', FILENAME = N'C:\vcenterdb.mdf', SIZE = 200000KB, FILEGROWTH = 10% )
LOG ON
(NAME = N'vcenterdb_log', FILENAME = N'C:\vcenterdb.ldf', SIZE = 100000KB, FILEGROWTH = 10%)
COLLATE SQL_Latin1_General_CP1_CI_AS
go
use vcenterdb
go
sp_addlogin @loginame=[vpxuser], @passwd=N'vpxuser!0', @defdb='vcenterdb', @deflanguage='us_english'
go
ALTER LOGIN [vcuser] WITH CHECK_POLICY = OFF
go
CREATE USER [vcuser] for LOGIN [vcuser]
go
use MSDB
go
CREATE USER [vcuser] for LOGIN [vcuser]
go
Experts Exchange (EE) has become my company's go-to resource to get answers. I've used EE to make decisions, solve problems and even save customers. OutagesIO has been a challenging project and... Keep reading >>
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.