|
You are here |
blog.codonomics.com | ||
| | | | |
sqlservercode.blogspot.com
|
|
| | | | | We have several domains at my job, we have a dev domain, a prod domain and then several other domains. Recently we had some domain changes... | |
| | | | |
curatedsql.com
|
|
| | | | | ||
| | | | |
sqlstudies.com
|
|
| | | | | Sometimes you have a requirement to grant permissions to every database on an instance. Historically this has required creating a user (database level principal) on each database and granting it the correct permission. And making sure to grant those permissions to the model database so that future databases have the correct permission as they are... | |
| | | | |
gorandalf.wordpress.com
|
|
| | | Each SQL Server database has a setting called Compatibility Level that determines how T-SQL commands are interpreted and what features are supported for that database. A singleSQL instance can host multiple databases withdifferent compatibility levels, so SQL statementsthat work onone database might not work onthe other. Each version of SQL Server introduces a new compatibility... | ||