Activity overview
Latest activity by ldalipis
Hello, thanks for your reply! The version is 4.3. The latest installed from sql toolbelt. The SQL Server installed on my PC is 2019 dev edition with full text search feature installed. I tried it out on AdventureWorks DB and on another custom DB that only had one table with 5-6 columns. I chose the local DB as source and the same DB restored on a server of my company. I believe that the server's specs are irellevant, because the problem is before the software checks for changes. The migration that it creates has a check that if 'myStoplist' doesn't exist, then create it and fill it in with a lot of stopwords. I run a select and indeed myStoplist didn't exist and also, I searched on the migration script for duplicate references of eg. stopword '0' on locale 1030, but there was only one. When I deleted the line for '0', the script was throwing the error on the screenshot but for the next stopword. When I deleted all stopwords from the script, the software was completing and tried to show me a list of changes, but only for a split second, before throwing a debug error about null reference exception. I hope you can reporduce! / comments
Hello, thanks for your reply!The version is 4.3. The latest installed from sql toolbelt. The SQL Server installed on my PC is 2019 dev edition with full text search feature installed. I tried it ou...