Profiling System (Pack) Dialog Box

Use the Profiling System dialog box to specify the profile schema definition and data population script files to package.

Note

Prior to specifying the files to include in the site package, you must first create these files by using SQL Server Enterprise Manager.

Use this

To do this

Schema definition scripts (*.sql, *.vbs)

To pack the profile definitions, use SQL Server Enterprise Manager to export the definitions (schema) from the SQL Server database to a .sql file, and then specify the name of that file here.

When you unpack your site, you will specify this file so the definitions will be unpacked into the Profiles tables in the runtime data stores (the SQL tables that store the data for the user, address, organization, and more.).

Data population scripts (*.sql)

To pack the profile data stored in the Profiles database, use Enterprise Manager to export the profile data from the SQL Server database to a .sql file, and then specify the name of that file here.

When you unpack your site, you will specify that .sql file to populate Profiles tables in the runtime data stores (the SQL tables that store the data for the user, address, organization, and more.).

See Also

Other Resources

How to Use Scripts with Site Packager

Profiles Schema

Profiles Concepts and Tasks

Before You Start Developing with the Profiles System