/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

curatedsql.com
| | datasavvy.me
2.2 parsecs away

Travel
| | I have a client who was upgrading some servers from pre-2022 versions of SQL Server to SQL Server 2022 CU7. They had some multidimensional SSAS cubes that were to go on the new server. But they ran into an issue after the upgrade. After restoring a backup of an SSAS database to the new server...
| | sqlstudies.com
2.2 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...
| | dataonwheels.wordpress.com
1.9 parsecs away

Travel
| | Hey there happy coders! Last weekend I had the pleasure of speaking at the SQL Saturday Atlanta event in Georgia! It was an awesome time of seeing data friends and getting to make some new friends. If you live near a SQL Saturday event and are looking for a great way to learn new things,...
| | integrate8.wordpress.com
17.9 parsecs away

Travel
| Do you like your database Entree or Ala Carte? Let's see the menu. Migration-Based Start with a seed database schema, as development proceeds keep applying modifications as change scripts. The database is your system of record. PRO: Ala Carte features and fine-grain control. The ability to deploy different features or development branches to target...