Activity overview
Latest activity by MarkPhsa
Ok, since this is VSTS against an Azure environment, I can only build using the LocalDB. It looks like the VSTS servers do not yet have SQL Server 2017 LocalDB installed. Here is the list of installed software on those servers. Heavy sigh.... http://listofsoftwareontfshostedbuildserver.azurewebsites.net/ / comments
Ok, since this is VSTS against an Azure environment, I can only build using the LocalDB. It looks like the VSTS servers do not yet have SQL Server 2017 LocalDB installed. Here is the list of inst...
As I mentioned above, I have tried both of the following target platforms within the project:
SQL Server 2017
Microsoft Azure SQL Database V12
The actual target is an Azure SQL database. Is there somewhere else that I specify the target? I did not see it on the VSTS build task / comments
As I mentioned above, I have tried both of the following target platforms within the project:
SQL Server 2017
Microsoft Azure SQL Database V12
The actual target is an Azure SQL database. Is there...
VSTS Build fails: 'trim' is not a recognized built-in function name
I am using a UDF newly available with SQL 2017 called dbo.TRIM. From Visual Studio 2017 I can build the project without issue and deploy the individual stored procedures that I use it in.Please n...