-
Notifications
You must be signed in to change notification settings - Fork 54
How to save chat history in SQL Server
Muhammad Hasan Khan edited this page Apr 20, 2017
·
1 revision
To save chat history in SQL Server you need to do the following:
- Download the Squiggle-X.X Scripts.zip and extract it
- Open Squiggle.exe.config in notepad
- Copy the contents of ConnectionString.txt file and replace them in Squiggle.exe.config
- Adjust the connection string parameters i.e. username/password, server, etc. according to your environment
- Connect to SQL Server using management console and create the history database using SquiggleHistory.sql file
- Now run Squiggle and enable status and chat history. Your history will be logged in SQL Server
- Download the Squiggle-X.X Scripts.zip and extract it
- Copy the HistoryEntities.Sql.ssdl file into Squiggle folder (Where Squiggle.exe is located)
- Open Squiggle.exe.config in notepad
- Copy the contents of ConnectionString.txt file and replace them in Squiggle.exe.config
- Adjust the connection string parameters i.e. username/password, server, etc. according to your environment
- Connect to SQL Server using management console and create the history database using SquiggleHistory.sql file
- Now run Squiggle and enable status and chat history. Your history will be logged in SQL Server