Frank.Schwarz Report post Posted 12/12/2014 11:26 AM Hello VoiceGuide Team, i'm testing the new VoiceGuide Installation and i want to create a MS SQL Server Database but when i execute the sqlfile DB_create.SQL i get an error. Can you please send me an sqlscript which runs on SQL Server 2014. Thanks!!! The Error on German: Meldung 1919, Ebene 16, Status 1, Zeile 25 Die ContactNumber-Spalte in der calltrack-Tabelle weist einen Datentyp auf, der nicht für eine Schlüsselspalte in einem Index verwendet werden kann. Share this post Link to post
SupportTeam Report post Posted 12/12/2014 12:59 PM Please remove these lines from Db_Create.sql CREATE INDEX IdxCtContactNumber ON calltrack (ContactNumber); CREATE INDEX IdxCtContactName ON calltrack (ContactName); CREATE INDEX IdxCtCampaignName ON calltrack (CampaignName); CREATE INDEX IdxCtOutcome ON calltrack (Outcome); then remove all tables from the database object and try running the Db_Create.sql contents again. Share this post Link to post