I get a severe error during insert statement on Azure sql db. So I can't check SQL Server Log. Until last week I didn't get this error so I have restored the db from then but no luck. Anyone have an idea or information on how to see the exact error?
Full error:
A severe error occurred on the current command. The results, if any, should be discarded.
INSERT INTO [Staging].[table] ([att1],[att2])
SELECT [att1], [att2] FROM [Staging].[vw_table]".
Possible failure reasons: Problems with the query, \"ResultSet\" property not set correctly, parameters not set correctly, or connection not established correctly.
select * from sys.event_log