How do I create an SQL database for use with Portfolio (using MS SQL 7).


<< Setting up served catalog ...
Back to Portfolio FAQ index
SQL-side licences for SQL ... >>

To create a new SQL database:

  1. Open the SQL Server Enterprise Manager (Start->Programs->Microsoft SQL Server 7.0->Enterprise Manager). This is the admin utility for MS SQL and is similar in design to Windows Explorer or the Registry Editor.
  2. In the Left hand pane of the Enterprise Manager you'll see a folder called Console Root, which is the top level of the SQL Server folder tree. Expand this hierarchy until you see the following sub-folders: Databases, Data Transformation Services, Management, Security, and Support Services. For our purposes, the only subfolders we're concerned about are Databases and Security. You might want to expand these two folders as well.
  3. To create a new SQL database, right click on the Databases folder and select New Database. This will open up a Database Properties dialog. Give the database a name and click OK. You don't need to adjust any of the other options. Your database will now appear under the Databases folder.
  4. Now you need to assign a user as the Data Base Owner (dbo) for the new database. To do this highlight "Logins" under the Security folder (you'll then see all of the Logins for the server listed in the right hand pane). At this point you can either make an existing user the dbo or create a new user. In either case, this user must be using SQL Server authentication, not NT authentication (you can right-click on an existing user, select Properties and look in the General tab to verify this).
  5. At this point the database should be ready to go as far as the SQL side of things in concerned. To start using the database, open Portfolio and go to File->Administer servers, highlight the appropriate server and click Administer. Then, from the Server Admin screen, click the Serve SQL button. This will open the Serve SQL Database dialog. If the window is blank, then your SQL server needs to be added (see first bullet point below). If your SQL server has already been added to Portfolio, then you just need to serve the SQL database (jump down to the second bullet). NOTE: All of this information is also covered on page 271 of the v5 Portfolio manual.


Question: How do I create an SQL database for use with Portfolio (using MS SQL 7). [FAQ00143.htm]
Last Update:- 05 February 2007


<< Setting up served catalog ...
Back to Portfolio FAQ index
SQL-side licences for SQL ... >>

Quick Search of PortfolioFAQ (word, words or phase): or try the Advanced Search

User-to-User Forums  |  Report error/typo/broken link  |  Request new topic  |  Ask a question

Site and articles © Mark Anderson 2001-2007 - Visit my home page


This FAQ is created and maintained using
Friday logo
Friday - The Automatic FAQ Maker