/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.codonomics.com
| | sqlservercode.blogspot.com
2.9 parsecs away

Travel
| | 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
1.6 parsecs away

Travel
| |
| | sqlstudies.com
2.5 parsecs away

Travel
| | 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
16.6 parsecs away

Travel
| 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...