Skip to main content

I tried refreshing the sql server instance but the new table I created in the database isn't showing.  How can I get it to appear so I can create a new smartobject on the table?


 


Thanks


Jason

Not seeing objects in the SQL database usually means the account accessing the db does not have sufficient permissions to do so. To validate, check which account is configured for the SQL Server Instance and ensure that it has access to the new tables. If possible, start SQL Server Management Studio as that account and validate that you can indeed access the new tables.


Reply