Viewing 8 posts - 1 through 8 (of 8 total)
Thank you for your response, Brian,
I was able to determine the cause of the problem. It was due to permissions. The Windows account the job was running under did not...
July 8, 2024 at 3:02 pm
Found this solution on github: https://github.com/MicrosoftDocs/sql-docs/issues/1501
The problem seems to be that SSMS can't return it all at once properly so instead it simply appends results with a max result size...
August 4, 2021 at 8:38 pm
The error is a SQL server error. VS doesn't give an error at all. VS says the deployment was successful. I will check and try the deployment setting you...
March 21, 2016 at 12:21 pm
Thanks Lowell,
I found I had to do the same thing. Create the SQL scripts to deploy them on the server. I was just wondering if there was something I was...
March 21, 2016 at 10:07 am
Thanks Hugo,
I just caught that as well. I've updated the code .NET code and it's working now.
Have a great da.
March 9, 2016 at 12:48 pm
Thanks Alan,
The CLR assemblies I'm trying to deploy performs a lot of external file manipulation. I attempted to use them on a 2014 server and they would bomb. The assemblies...
March 4, 2016 at 10:52 am
Thanks for the response Jeff, I did refresh the view on the DB server. I reviewed the script generated by Visual Studio and noticed that the "CREATE ASSEMBLY" statement wasn't...
March 4, 2016 at 10:47 am
Thanks for the response Jeff, I did refresh the view on the DB server. After reviewing the result script generated by VS, I noticed that there was no "CREATE ASSEMBLY"...
March 4, 2016 at 10:32 am
Viewing 8 posts - 1 through 8 (of 8 total)