VMware Cloud Community
AlbertWT
Virtuoso
Virtuoso
Jump to solution

SQL Server 2005 Std. Best practice for VCenter 4 deployment

Hi All,

May I know what sort of database criteria / best practice that i need to create in order to support VCenter Management Server v4 ?

I'm using Windows Server 2003 Std. and SQL Server 2005 SP3 Standard edition.

Thanks.

Kind Regards,

AWT

/* Please feel free to provide any comments or input you may have. */
Tags (3)
0 Kudos
1 Solution

Accepted Solutions
krowczynski
Virtuoso
Virtuoso
Jump to solution

Maybe this can help you.

MCP, VCP

MCP, VCP3 , VCP4

View solution in original post

0 Kudos
7 Replies
krowczynski
Virtuoso
Virtuoso
Jump to solution

Hi,

first take a look at the matrix which are compatible.

If you have an existing SQL Server use him, for small enviroment you can use the SQL Express.

MCP, VCP

MCP, VCP3 , VCP4
AlbertWT
Virtuoso
Virtuoso
Jump to solution

Hi Krow,

Thanks for replying to this thread,I'm now at the stage of creating a separate DB from SSMS since i'm hesitant to point to the existing (Servername\WSUSDB) because this Database will also be queried by others such as *Veeam Reporting

tools*, therefore i need to set the details logging into level 3 (out of

6). I tried with SQL Express 2005 and it is very slow.

Kind Regards,

AWT

/* Please feel free to provide any comments or input you may have. */
0 Kudos
krowczynski
Virtuoso
Virtuoso
Jump to solution

If SQLExpress is too slow for you, you should make a seperate instance for vcenter and leave a seperate for WSUSDB.

MCP, VCP

MCP, VCP3 , VCP4
AlbertWT
Virtuoso
Virtuoso
Jump to solution

OK, how about the detailed settings ?

such as Permission, Shrink option, Collation and Transaction logging. etc ?

Kind Regards,

AWT

/* Please feel free to provide any comments or input you may have. */
0 Kudos
krowczynski
Virtuoso
Virtuoso
Jump to solution

Maybe this can help you.

MCP, VCP

MCP, VCP3 , VCP4
0 Kudos
AlbertWT
Virtuoso
Virtuoso
Jump to solution

Thanks Krow, that was quick and right what i want.

Cheers.

Kind Regards,

AWT

/* Please feel free to provide any comments or input you may have. */
0 Kudos
AlbertWT
Virtuoso
Virtuoso
Jump to solution

OK, here's the connection summary:

Microsoft SQL Native Client Version 09.00.4035

Data Source Name: dsnVCDB

Data Source Description: DSN for VCenter

Server: MgMtServer\SYSDB

Use Integrated Security: No

Database: VCDB

Language: (Default)

Data Encryption: No

Trust Server Certificate: No

Multiple Active Result Sets(MARS): No

Mirror Server:

Translate Character Data: Yes

Log Long Running Queries: No

Log Driver Statistics: No

Use Regional Settings: No

Use ANSI Quoted Identifiers: Yes

Use ANSI Null, Paddings and Warnings: Yes

username: vclogin --> SQL Auth.

Kind Regards,

AWT

/* Please feel free to provide any comments or input you may have. */
0 Kudos