Guest kr1sp0s Report post Posted 05/19/2005 06:54 PM When using the DbConnectString_ADO setting in VG for Dialogic with SQL Server, will the MsgQue be treated similarly to the CallQue or does the setting apply to CallQue only? Share this post Link to post
SupportTeam Report post Posted 05/20/2005 01:02 AM What MsgQue table are you referring to? CallQue is the only table within the "VoiceGuide" database in MSSQL Server. See: http://voiceguide.com/forums/index.php?act...t=ST&f=2&t=2696 Share this post Link to post
Guest kr1sp0s Report post Posted 05/20/2005 05:34 PM From the example that was provided, i was able to create the callque table in SQL Server which works wonderfully. In the voice guide data folder, i see another mdb file named EmailQue containing a table called MsgQue which appears to be responsible for holding data for the email module. If I were to create the same MsgQue table in SQL Server, would it work the same way for emails as the CallQue table does for outdailing? Share this post Link to post
SupportTeam Report post Posted 05/20/2005 10:44 PM No. Any email sending done by VG is so low-volume that moving it out to use MSSQL Server for temporary storage does not really give any benefits. Share this post Link to post
Guest Guest Report post Posted 05/23/2005 06:58 PM That's too bad. It could be useful to utilize the SQL Server insert/update/delete trigger functionality. Regardless, VG is a phenominal product! Share this post Link to post
SupportTeam Report post Posted 05/23/2005 10:30 PM I think that MS Access also can trigger on such events... Share this post Link to post