To view the database stored on MS SQL server, do the following:
Select authentication type used for connection to MS SQL server in the Authentication list (3).
The type of authentication that was selected while creating MS SQL server is specified. |
If SQL Server Authentication type is used, then select the user in the Login list and type-in the required password in the Password field (3). |
As a result, the box with SQL Query on top of it and the table data selected by the query will be displayed.
Using Select Top 1000 Rows command one can query the latest rows stored into the table. Not more than 1000 rows respond to a query. |
One can change the quantity of rows and set of fields requested in the table by editing SQL Query. To start modified SQL Query click ![]() |
If one need to create his own query, then select Script Table as -> SELECT To -> New Query Editor Window in the context menu and type in SQL Query in the box.
To execute the query, click ![]() |
Select all video cameras created on the basis of Video Capture Device 2. |
Viewing Axxon PSIM database is now completed.
To view databases of other formats, the SQL Server Management Studio utility can also be used. For this install the package of ODBC drivers and OLE DB provider that can be found at http://www.microsoft.com. To connect to database Server, use sp_addlinkedserver stored procedure. Its description and examples of use are at http://msdn.microsoft.com. |