Identify the INOW Database Files and the Location - Moving INOW Database from SQL Server to another SQL Server Machine - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Moving INOW Database from SQL Server to another SQL Server Machine

Platform
Perceptive Content
Product
Moving INOW Database from SQL Server to another SQL Server Machine
Release
Foundation 24.1
License

The following command lists all of the files associated with the INOW database. The following steps explain how to identify the database files.

  1. In SQL Server Management Studio, on the toolbar, click New Query.
  2. In the Query tab, copy and paste the following command.

USE INOW
GO
select name,physical_name from sys.database_files;
  1. On the toolbar, click Execute.
  2. In the Results tab, note the file names and locations so you can manually copy the files to a new location. Refer to the Copy and attach the INOW database files to the new location section for additional information about copying the files.