Forum Discussion
Namassivaya
Oct 27, 2021Copper Contributor
"Object reference not set to an instance of an object. (SqlManagerUI)"
I have installed SSMS 18.10 and I have connected to Azure SQL Managed Instance, then trying to edit SQL Agent Job always failing to open and resulting is this error "Object reference not set to an ...
- Feb 12, 2024adamoumagaji I do not have that issue with SSMS 19.3, which is the latest release. Can you please try with SSMS 19.3? Thanks.
rmeldrum
Feb 13, 2024Copper Contributor
You need to be mindful of which SQL server you are connecting to in Azure as they don't all have the same features.
The SQL Agent on SQL-managed instances is very similar to SQL Server. SQL Agent is not available in Azure SQL Database
The SQL Agent on SQL-managed instances is very similar to SQL Server. SQL Agent is not available in Azure SQL Database
- vcannady123Apr 29, 2024Copper ContributorHello I am using latest version on Management Studio with Azure DB , trying to import a .large .csv file as a flat file after spending hours changing data types I finally get all accepted when I get a Object Reference error and cannot create the .dbo which is different than everyone else's Object Reference Error. Please help I may lose a client over this
- erinstellatoApr 29, 2024
Microsoft
This is a completely separate issue that originally reported and should be created as a separate issue. If you do that, feel free to share the link here, but you need to provide step-by-step instructions to recreate the error. The information provided above is not detailed enough to try and recreate what you're seeing. Specifically, are you using Import Flat File, or are you using Import Data (from the right-click menu on the database, after selecting Tasks)? If you're using Import Data, are you select Flat File Source for the Data Source, and then what options are you selecting on the General tab? On the Destination page, what data source are you selecting and how are you authenticating? What changes are you making to the data type mapping and can you provide a sample file that is anonymized? Thanks.