I am new to SQL Server 2014 and I was trying to generate data script from a database but I kept getting this error:
Error getting list of objects from db_name
The query for creating tables and inserting data was successful and generating schema script was successful too. I did some research and found this link.
I did turn auto close option off according to a guy's reply but it didn't work, I followed up on the link to another thread but there's nothing.