You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Unable to cast object of type 'System.DBNull' to type 'System.String'." error
any ideas what is going on? I am thinking possibly my permissions changed on the server. If so what permissions are required to run? Please let me know if I can provide any more helpful information.
The text was updated successfully, but these errors were encountered:
if you're able to run a sql trace you could maybe see which query is returning null and causing this problem, or if the stack trace shows any details like filename, line number etc. we could guess what sql object you need view permission on.
Hi,
I had been succesfully running schemazen routinely like this:
SchemaZen.exe script --server serverName --database dbName --scriptDir "c:\Users\.." -o
with no issues and finally today i am catching
"Unable to cast object of type 'System.DBNull' to type 'System.String'." error
any ideas what is going on? I am thinking possibly my permissions changed on the server. If so what permissions are required to run? Please let me know if I can provide any more helpful information.
The text was updated successfully, but these errors were encountered: