tchokouma liked this thread
I solved my problem
my problem was when I was doing the migration I misconfigured at the level of schema mapping with sql server migration assistant for mysql.
all my tables in sql server db was : mysql_db_name.table_name
Solution
Source Schema: mysql_db_name
Target Schema : sqlsrv_db_name.dbo
dbo is required
now all tables are as follows : dbo.table_name
tchokouma liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community