Skip to main content
Older versions of Internet Explorer will not support certain site features. Chrome, Safari, Firefox, and Edge will provide the best experience.
Spok

Export Database

Overview

Exporting the directory table from the SDCIntelliDESK 7 database to exclude patients.

Resolution/Topic

Open SQL Management Studio and connect to the production database.  Click on new query and select SDCIntelliDesk7 for the database (if production or select appropriate archive database) and execute the following query, 

select * from directory where rectyp not like '%PIM%'

 

Related Defects:

N/A

 


KB60668