I've created a new database project to group together all my useful stored procedures and functions so they can be easily deployed to any of my servers.
I'd like to add a couple of CLR UDFs. I tried adding a CLR project to my solution but this wants to be given a specific database to deploy to which is in conflict with the rest of the solution as the point is I want to be able to deploy anywhere!
Am i missing something?!
Sam : )