Read an interesting article this morning by Alex Fleming called Microsoft SQL Server Metadata For Developers - I was interested in this article because I'm been using SQL Server for over 18 years now but didn't really know much about Metadata.
First, I didn't realize that SQL Server 2016 had recently taken the lead in RDMSs. And that SQL Server 2017 supports programming languages R and Python!
Alex talks about 3 essential SQL Server skills all developers should have.
1) Knowing SQL or T-SQL, it's very valuable scripting language in SQL Server and is something I know quite well.
2) Powershell - another powerful scripting language allowing users to automate tasks, which usually involve SSRS (SQL Server Reporting Services). I have this on my list of To Learns!
3) Use of Metadata - basically how a developer applies knowledge of metadata in T-SQL, Alex talks about how metadata is overlooked but should be an important part of a developer's skill. My understanding of Metadata is it's the information of the data itself; for example if you have several tables in your database and the Field BusinessID is used in several of them, you can use T-SQL to find where the BusinessID's reside
Alex also provided links to more information on Metadata, which I plan on reading more on this week.
First, I didn't realize that SQL Server 2016 had recently taken the lead in RDMSs. And that SQL Server 2017 supports programming languages R and Python!
Alex talks about 3 essential SQL Server skills all developers should have.
1) Knowing SQL or T-SQL, it's very valuable scripting language in SQL Server and is something I know quite well.
2) Powershell - another powerful scripting language allowing users to automate tasks, which usually involve SSRS (SQL Server Reporting Services). I have this on my list of To Learns!
3) Use of Metadata - basically how a developer applies knowledge of metadata in T-SQL, Alex talks about how metadata is overlooked but should be an important part of a developer's skill. My understanding of Metadata is it's the information of the data itself; for example if you have several tables in your database and the Field BusinessID is used in several of them, you can use T-SQL to find where the BusinessID's reside
Alex also provided links to more information on Metadata, which I plan on reading more on this week.
Comments
Post a Comment