Excellent timing; thank you!
Posts made by tcomben
-
Changing Default Schema for SQL Store
Hello,
Is there way to change the default schema from dbo to something else for the SQL store driver? For SQL Azure, it's common to separate your "databases" into different schemas. In our case, we do not want to use dbo as we reserve dbo for another dataset.
Thanks,
Tim
-
RE: Turn off schema creation for mssql store
To add to this:
It would also be helpful if we could change the default schema from dbo to something else. We're using SQL Azure and want to separate the jsreport schema into it's own schema.
-
Turn off schema creation for mssql store
Hello,
Is there a way to skip creating the schema in a database? We would like to do the following:
- Allow the node jsreport package to create the schema on a dev database.
- Replicate the schema on higher level platforms (test, and prod).
- Tell the jsreport package to skip schema creation on higher level platforms.
We do not want the application to run under a SQL login with the ability to modify schema, for obvious security reasons.
nodejs jsreport
mssql storeThanks,
Tim