Setup SQL Server
Command Line Shortcut: none User Permissions Level: All |
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.
Where to Download SQL Server
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
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.
- Click OK to attach the database.
- You will now need to configure each WireCAD client to look at the SQL Server
- Launch WireCAD.
- Click Project>Application Setup and follow the steps for SQL Server.