Navigation:  Choosing a Database Format >

SQL Server Setup

Previous pageReturn to chapter overviewNext page

It is not within the scope of this manual to provide an in depth discussion of SQL Server. We will touch on the basics required for use with WireCAD.

Basics

The WireCAD distribution includes SQL Server database files for the Global Equipment database. You will need to attach these to the the running server. You will then configure WireCAD to look at the SQL Server for the Global Equipment database. WireCAD projects will create a new database (catalog) for every new project.

You will need to set up permissions for each user to allow them dbcreator privileges. This is the default for localhosts but not remote servers.

 

There is no further requirement to attach databases once the Global Equipment database.

 

SQL Server can be set up on a server or on a local machine. WireCAD requires the 2005 version and can use the Express versions which can be found here:

 

http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx

 

Be sure to download SQL Server Management Studio Express as well. Both are free.

http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&DisplayLang=en

 

SQL Server does not provide a graphical user interface so you will want to download the management studio listed above.

 

Setting Up the WireCAD Global Databases on SQL Server

The following assumes that you are installing WireCAD on a local machine. If you are installing on a server you will want to copy the global database files in Step 6 below to the server before you attach them to the server.

 

 

1.Install SQL Server. You will be prompted for an instance name. Instance names allow you to have multiple SQL Servers running on the same machine. In addition you will be prompted for a security mode (Windows or SQL), Windows uses your Windows users and groups, SQL ignores these and allows you to manages different users and groups from within SQL Server.
2.Install SQL Server Management Studio(SQLSMS).
3.Launch SQLSMS and log in to the server. If the server is on your local machine you can use the shorthand .\INSTANCENAME for the host.
4.The next step is to attach the global databases.

 

 

5. In the Object Explorer right-click the Databases node and click Attach...

sql_attach

6. Click the [Add] button on the Attach Databases form and browse to:

 

XP:

C:\Documents and Settings\All Users\Shared Docs\WireCAD\WireCAD6\WireCAD_Global_Equipment.MDF

 

VISTA/7

Public\Public Documents\WireCAD\WireCAD6\WireCAD_Global_Equipment.MDF

 

The form will look for and add the WireCAD_Global_Equipment_log.LDF file. If it can not find it you will have to add it manually.

 

7. Click OK to attach the database.


8. You will now need to configure each WireCAD client to look at the SQL Serverl

9. Launch WireCAD


10. Click Project>Application Setup and follow the steps for SQL Server.