/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

dbanuggets.com
| | dataeducation.com
3.5 parsecs away

Travel
| | This month's T-SQL Tuesday is hosted by Jorge Segarra, the "SQL Chicken." The topic is rather open ended: What is your favorite new(ish) SQL Server feature? Love the DACPAC? Can't wait for PDW? Post about it and tell us why! In other T-SQL Tuesday news, we now have a logo. Those of you who are [...]
| | sqlstudies.com
3.4 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...
| | curatedsql.com
3.0 parsecs away

Travel
| |
| | erikdarling.com
17.3 parsecs away

Travel
| [AI summary] The article discusses wrapper stored procedures in SQL Server, their advantages and disadvantages, and when to use them versus dynamic SQL.