Base solution for your next web application

Activities of "pablotola"

Question

I need to rename my application. Made a mistake when creating it and used lowercase letters for the name, I renamed all the files and references on the code to what I wanted and now it is not running. Does the application check for the name somewhere in code, does it have to be case sensitive.

Question

Is anybody using elastic pools in Azure for tenant databases? I need some guidance on how to override the built in methods that create and seed the tenant databases so they get created in an elastic pool. This is the syntax to create it: CREATE DATABASE DemoDB ( SERVICE_OBJECTIVE = ELASTIC_POOL ( name = DemoPool ) ) ;

Thnak you.

Trying to create a new tenant in azure fails, it just times out, sometimes it creates the database but does not seed the data, also the new tenant record is not created in the tenants table.

Showing 1 to 3 of 3 entries