Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Creating CLR Functions in non-default dbo Schema

$
0
0
I have created several CLR functions which I have assigned to the schema 'fn', rather than the default 'dbo', via a post-deployment script.As far as I know, it is not possible to specify the schema directly within the database project (other than the project-level 'Default schema'). Is this still the case?This solution seems clunky. If I add other functions which rely on the existence of the 'fn.' functions, I (unsurprisingly) get Build warnings, because the 'fn' functions do not exist at build time.Does anyone know whether there are plans to address this? Or perhaps there is a workaround I do not know about?Edit: Sorry about the title of this post. It would have been better as[size="2"][b]Creating CLR functions in non-default schemas[/b][/size]

Viewing all articles
Browse latest Browse all 3145

Trending Articles