cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
FredericForest
Kudo Kingpin
Kudo Kingpin

SQL guys : why don't we use CDS ?

Hey folks,

Having been more involved on these forums for the past few weeks, I realized there are quite a few SQL Guys like me around. (I thought I was an oddity)

Until recently, there was a gentle "live and let live" attitude between SQL and CDS. We didn't get much love (see the ideas on triggers or procs) but we were more or less free to do our own things in a nice cost-efficient manner. Now, with the new licensing, the attitude has switched to a much less subtle "convert or die" message... with the expected pushback from the community as a result.

Yet some folks at MS are curious about why we won't use CDS as our go-to data storage. I have my own reasons, which I'll share in the next post, but I'm curious about yours. Are you able to explain why you simply won't switch to CDS overnight? Obviously, I don't believe the "all-in on CDS" strategy is going to change anytime soon. The goal here is to provide insights and understanding to MS as to why we "resist" CDS (a genuine question I've been asked by different MS employees already).

To temper my comments, let me start by saying that I DO believe that CDS has a part to play in the Power Platform. It's a great low-code DBMS sitting somewhere between Sharepoint lists and full Az SQL DB as a backend option, not unlike front-end sophistication can vary between highly managed model-driven screens all the way to PCF components. As far as I can tell, CDS' main value proposition is : 

  • No need to learn SQL (not an advantage to us, but will be for some)
  • Common model with Dynamics (if your client uses that)
  • Native REST API querying, something vanilla Azure SQL DB doesn't offer

@PaulD1 @MrMarshall  @MagnusGöransson @WillPage @OneThing @NEPatton @Rick72 @AngryBatVoice @sscarcella @digiservice @opit @JohnP @inverse70 @wjhepworth 

21 REPLIES 21
FredericForest
Kudo Kingpin
Kudo Kingpin

Now, my own two cents on the topic.

First, one has to realise that onboarding a new technology is a cost-benefits analysis. If we don't do it, it's because the benfits aren't justified by the costs.

Benfits

I briefly touched on the fact that, overall, CDS currently lacks clear benefits for me. I'm well-versed in SQL and my clients don't use Dynamics. Proper modeling is so core to a good project that I won't just go for something generic unless I have a compelling reason to. And creating 5-10 tables (an average for a PowerApps project) is just not that long. So the argument of the "one-size-fits-all" of modeling just doesn't hold for me.

Costs

The list here is a bit long, so let me break it down.

Learning

Any new technology needs time to learn and to master. We need to develop best practices and good patterns for said technology. There was nothing broken with SQL for us to start with, so even if we would have feature parity between the two platforms, the learning costs alone would have me stay in SQL. It's not that major in the big picture, but it's worth keeping in mind.

Licensing fees

Lots of ink has been spilled over this, but there's a HUGE price difference in the two technologies. Most of my PowerApp project work just fine on an Azure SQL DB S1 (30$/month) with no extra storage since we already have 250 GB for that price. By comparaison, a CDS-based project is 10$/month/user + a wooping 40$/GB/month (vs 0.20$/GB/month for extra SQL storage).

Consider an average project of 50 users with a 3 years lifecycle (lets say no extra storage is needed), the price difference is 17K$ ! This alone kills my sales argument to client that low-code is great because it's faster/cheaper. Right now, full-blown custom dev by a senior consultant is cheaper... And that's a problem ! ^^

But enough has been said on this already.

Physical layer

Part of our job is making fast performing apps, and a big part of this is optimizing the physical layer of data. There's a big difference between a TINYINT and a BIGINT, between a VARCHAR and an NVARCHAR. And if you join tables on GUIDs, we're just not going to be friends. I need to place an index here and there, sometime add additional fields to cover a query and occasional materialize an entire view when it makes sense for the user experience. To the best of my knowledge, we don't have any control over that in CDS.

Complex querying

CDS views are nice, but I often need much more complex logic to represent common business problems. I need the expressivness of the T-SQL language for things like windowing clauses, pivoting data results, CTEs and paging with OFFSET/FETCH just to name a few. And I often need to upserts batches of lines at once with MERGE statements from a parsed JSON payload.

SQL programatic objects

I need strong T-SQL procedure support with transactions enabled, elegant error handling (beyond just bubbling up a system error) and dynamic SQL. On rare occasions, I need to temporairl elevate priveliges during a procedure in a controlled manner. Sometimes I need to materialize intermediary results in temporairy tables and the few times I've had to use CROSS APPLY on a table-valued function really saved my bum.

I understand we can add C# plug-ins to CDS, but my language is SQL...

Data Ops

Bringing CI/CD to a database project is quite the challenge ! Not only do you have to have deal with schema comparaisons, but you also have to deal with transitional changes of the data itself (it's a stateful system after all!) with pre/post deployment scripts.

CDS is improving in this area with solutions and CLI commands, but we're still worlds away from git-based SSDT projects with peer-reviewed pull-requests over an Az DevOps pipeline with automated testing of SQL programatic objects.

Connectivity

My projects don't live in isolation. We do BI on them, we exchange information with other systems and perform other various ETL work. Azure SQL DB inherits the hundreds of native SQL Server connectors to the outside world whereas CDS is still quite poor on this area. Power Query is nice enough to import data, permform light ETL work (more like data prep) and its got a great UX, but it doesn't cut it for serious industrial data pipelines. And yes, my PowerApps project sometimes import gigabits of data into their databases (that tend to be the case when we Papp as a light MDM/DQM tool for data stewards).


That's about the major parts for me. And you ? How do you feel ?

For me, the deal killers for CDS came down to the following:

 

  • The unecessarily complex implementation of relationships were very SharePointy and not very efficient.  I have not gone back and revisited.
  • While it is great we start with a whole lot of entities and relationships, I did not need any of them.  The areas where it supported what I needed was generic and required me to extend them.
  • Most Importantly - The Delegation limits were horrible!  Seriously, when you look at the delegation charts it seems like the CDS and SharePoint connector teams had to have gone on  vacation.  Simple function such as Average, Max, Min, Sum and IsBlank are all non-delgable on CDS (and SharePoint).  Compare that to SQL Server where nearly every function is delegable.  Simply put, the team that built and updated the SQL Server connecter are way ahead of all others.  No really, even the SalesForce connector is better.  

Just my $.02 after taxes.

-Bill
 


AngryBatVoice
Kudo Collector
Kudo Collector

The major one for me was just cost.  Feature- and function-wise, CDS might be the middle child between Sharepoint Lists and AzureSQL, but if that's its intended niche, someone forgot to inform the pricing people, because the license necessary for CDS was always just too far out of my reach to even consider it.  I'm a small team, working for a small company.  Just like with the new Powerapps and Flow licensing, even if I could use CDS to streamline and improve every single workflow in the company, we just aren't big enough to where those savings would justify the costs.  We simply don't have that kind of overhead. 


On the flipside, with SQL, I'd get a more robust product that I can leverage at an acceptable cost.

 

I honestly have not formed an opinion on CDS outside of the cost, because the cost eliminates it as a possibility for me.  I'd happily try it out, but at the price-point they have it at, it'd be a waste of time because it isn't something I'd be able to sell to the ownership.

Anonymous
Not applicable

@AngryBatVoice  @FredericForest  @wjhepworth  Moving to CDS board 

@Anonymous 

More or less the same sentiments from us.

 

CDS would be great is all our systems were in Dynamics. The Built in entities would be easily shared and accessed across products and the ability to add the them would be useful.

 

However Dynamics change of prices had again prices itself out of our budget so there has been no further investigation. 

 

Almost all of our systems are independent and living on their own SQL databases. The ability for us to join these in AzureSQL and built upon the shortcomings of each platform is where our real benefit lies. 

My feelings on CDS?

I think it's awesome.  I like the concept and power it offers - for where it is the righ solution.  I could see how CDS is usable/valuable even game changing for some organizations/departments/businesses.

 

Why don't I use CDS?

I work in a manufacturing facility.  To build a modern manufacturing environment - you have to be able to connect equipment to the network and view the status of the equipment in real time and throughout history.  The equipment being connected is a huge hodge-podge - we have new equipment that we purchased within a few years, decades old equipment that we've retrofitted within the last decade, and stuff that we haven't been able to retrofit yet.  You have other non-equipment systems that you must interface with to effectively use your data:  Blue Mountain (Asset management software w/ SQL back-end), SAP, OSI PI DB/AF, MES, etc.

 

Long story short - I am trying to convert a manufacturing plant with over a hundred different data sources into (what appears to be, from the end user perspective) a single data source that allows for equivalent data comparisons/analyses across all hardware/software platforms, etc.  It is incredibly complicated to solve this problem - it requires capital expenses to strategically update hardware, it requires reprograming and redesigning equipment software architectures.  I have been working on this for 8 years now, and I still have a long way to go.

 

Anyone who tries to tell me that CDS can be a solution for what I'm doing (SUCCESSFULLY) at my plant does not understand what I do.  I have an open mind to new technologies - I am good at assessing the value of new technologies.  CDS is valuable!  So is snake venom! 

 

Valuable != Usable!

 

Great question, it's just simply not feasible at the moment @FredericForest 

The amount of data we have in various SQL deployments it would be fairly close to impossible to get everything in to a new form without a mammoth project. We have data coming in from legacy systems, third party systems and internal developments. 

 

We don't have the budget, resources or time to move the data stores. And the cost and horror of getting suppliers to move away from SQL also. 

 

I think in a utopian scenario we'd all have our infrastructure completely different and we could see where CDS might fit in that picture. But the size and complexity of this kind of change for an organisation like ours would just not have the ROI. 

 

The big value for us and I'd guess a fair few others was that the SQL connector meant we could plug in to everything else we already had so fluently.

PaulD1
Community Champion
Community Champion

To this point, our clients haven't shown any interest in CDS (largely due to cost I expect) so we haven't looked into CDS deeply, though we have done some projects with canvas apps connecting to Dynamics which I believe is a similar experience. Below are my thoughts, but please be aware I know very little about Dynamics/CDS so happy to be corrected/proven-wrong.


Dynamics:

What I see in Dynamics (extended with additional entities) is some pretty horrible data modelling (same data in multiple entities) which I presume is because it is difficult to build performant queries on a normalised data model in CDS / Dynamics so data just gets repeated through multiple entities, though I stress this is speculation on my part.

Entities following the common data model have a gazillion fields - it is a real pain in PowerApps to figure out the correct one to use, especially as sometimes the internal name needs to be used and sometimes the 'freindly name'. Because there are so many unused fields, people start using them to store other data rather than create new fields which undermines the whole common data model approach.

In one project there was a desire to write data to a many-to-many relationship. This proved to be impossible (the child entity is invisible to PowerApps and Flow). We gave up and stored the data elsewhere.

When moving Dynamics from one environment to another (say Dev to Test) the environments frequently do not behave the same way - for example, one environment will want an entity use friendly names, the other internal names, one environment will extend out 'reference' fields (e.g. a UserID field will let you drill into the name, email, etc)., the other will not (e.g. returing only the ID). My knowledge of Dynamics is minimal, but I have seen this across several different customers whose Dynamics teams seem more than competent but are unable to get environments to behave consistently.

 

SQL

SQL is a know quantity, has great tools, is super powerful and flexible even supporting JSON and XML. There are good tools for tuning Views/Indexes to help you run efficiently and keep on the lower tiers of the subscription model. It is easy to separate out solutions into different DBs so it is easy to track of cost by App, do a restore from back-up by App if needed and so on. SQL DBs are easy to script out, so deploying to other environments is quick and simple.

 

Conclusion

In short, I'm much happier working in SQL and our customers haven't expressed interest in CDS. I guess CDS is easier/better than SQL for building business processes around the data, but so far for our customers that doesn't seem to be a compelling enough benefit to outwiegh the costs, though it is early days for CDS so that could change quickly.

Hey @PaulD1 ,
I get what you mean, I feel more or less the same way. I think the ease of navigating the CDM improves the more we use it, but the learning curve is certainly steep... and not very appealing if we don't need it outside of our PowerApps projects (which tend to be quite focused and specialized). Just a lot of noise for what we need, really. I does make sense however in a D365-based client were learning the CDM is part of the job anyway since there's going to be relevant data in it.

Moving to environments is also a big thing. I can't stress this enough : migrating from one environment to the next is not just about the schema, it's also about the DML scripts (pre/post deployment) to adapt the data.

And yeah, it's a real shame that you can't adress CDS using the SQL language (the de facto lingua franca of data), and T-SQL in particular (a nice version of it, which virtually all MS data professionals know by heart). REST endpoints are a nice bonus, but its not enough. It's like asking a chef not to use a knife to cook...

Helpful resources

Announcements

Exclusive LIVE Community Event: Power Apps Copilot Coffee Chat with Copilot Studio Product Team

  It's time for the SECOND Power Apps Copilot Coffee Chat featuring the Copilot Studio product team, which will be held LIVE on April 3, 2024 at 9:30 AM Pacific Daylight Time (PDT).     This is an incredible opportunity to connect with members of the Copilot Studio product team and ask them anything about Copilot Studio. We'll share our special guests with you shortly--but we want to encourage to mark your calendars now because you will not want to miss the conversation.   This live event will give you the unique opportunity to learn more about Copilot Studio plans, where we’ll focus, and get insight into upcoming features. We’re looking forward to hearing from the community, so bring your questions!   TO GET ACCESS TO THIS EXCLUSIVE AMA: Kudo this post to reserve your spot! Reserve your spot now by kudoing this post.  Reservations will be prioritized on when your kudo for the post comes through, so don't wait! Click that "kudo button" today.   Invitations will be sent on April 2nd.Users posting Kudos after April 2nd. at 9AM PDT may not receive an invitation but will be able to view the session online after conclusion of the event. Give your "kudo" today and mark your calendars for April 3rd, 2024 at 9:30 AM PDT and join us for an engaging and informative session!

Tuesday Tip: Unlocking Community Achievements and Earning Badges

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!     THIS WEEK'S TIP: Unlocking Achievements and Earning BadgesAcross the Communities, you'll see badges on users profile that recognize and reward their engagement and contributions. These badges each signify a different achievement--and all of those achievements are available to any Community member! If you're a seasoned pro or just getting started, you too can earn badges for the great work you do. Check out some details on Community badges below--and find out more in the detailed link at the end of the article!       A Diverse Range of Badges to Collect The badges you can earn in the Community cover a wide array of activities, including: Kudos Received: Acknowledges the number of times a user’s post has been appreciated with a “Kudo.”Kudos Given: Highlights the user’s generosity in recognizing others’ contributions.Topics Created: Tracks the number of discussions initiated by a user.Solutions Provided: Celebrates the instances where a user’s response is marked as the correct solution.Reply: Counts the number of times a user has engaged with community discussions.Blog Contributor: Honors those who contribute valuable content and are invited to write for the community blog.       A Community Evolving Together Badges are not only a great way to recognize outstanding contributions of our amazing Community members--they are also a way to continue fostering a collaborative and supportive environment. As you continue to share your knowledge and assist each other these badges serve as a visual representation of your valuable contributions.   Find out more about badges in these Community Support pages in each Community: All About Community Badges - Power Apps CommunityAll About Community Badges - Power Automate CommunityAll About Community Badges - Copilot Studio CommunityAll About Community Badges - Power Pages Community

Tuesday Tips: Powering Up Your Community Profile

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!   This Week's Tip: Power Up Your Profile!  🚀 It's where every Community member gets their start, and it's essential that you keep it updated! Your Community User Profile is how you're able to get messages, post solutions, ask questions--and as you rank up, it's where your badges will appear and how you'll be known when you start blogging in the Community Blog. Your Community User Profile is how the Community knows you--so it's essential that it works the way you need it to! From changing your username to updating contact information, this Knowledge Base Article is your best resource for powering up your profile.     Password Puzzles? No Problem! Find out how to sync your Azure AD password with your community account, ensuring a seamless sign-in. No separate passwords to remember! Job Jumps & Email Swaps Changed jobs? Got a new email? Fear not! You'll find out how to link your shiny new email to your existing community account, keeping your contributions and connections intact. Username Uncertainties Unraveled Picking the perfect username is crucial--and sometimes the original choice you signed up with doesn't fit as well as you may have thought. There's a quick way to request an update here--but remember, your username is your community identity, so choose wisely. "Need Admin Approval" Warning Window? If you see this error message while using the community, don't worry. A simple process will help you get where you need to go. If you still need assistance, find out how to contact your Community Support team. Whatever you're looking for, when it comes to your profile, the Community Account Support Knowledge Base article is your treasure trove of tips as you navigate the nuances of your Community Profile. It’s the ultimate resource for keeping your digital identity in tip-top shape while engaging with the Power Platform Community. So, dive in and power up your profile today!  💪🚀   Community Account Support | Power Apps Community Account Support | Power AutomateCommunity Account Support | Copilot Studio  Community Account Support | Power Pages

Super User of the Month | Chris Piasecki

In our 2nd installment of this new ongoing feature in the Community, we're thrilled to announce that Chris Piasecki is our Super User of the Month for March 2024. If you've been in the Community for a while, we're sure you've seen a comment or marked one of Chris' helpful tips as a solution--he's been a Super User for SEVEN consecutive seasons!       Since authoring his first reply in April 2020 to his most recent achievement organizing the Canadian Power Platform Summit this month, Chris has helped countless Community members with his insights and expertise. In addition to being a Super User, Chris is also a User Group leader, Microsoft MVP, and a featured speaker at the Microsoft Power Platform Conference. His contributions to the new SUIT program, along with his joyous personality and willingness to jump in and help so many members has made Chris a fixture in the Power Platform Community.   When Chris isn't authoring solutions or organizing events, he's actively leading Piasecki Consulting, specializing in solution architecture, integration, DevOps, and more--helping clients discover how to strategize and implement Microsoft's technology platforms. We are grateful for Chris' insightful help in the Community and look forward to even more amazing milestones as he continues to assist so many with his great tips, solutions--always with a smile and a great sense of humor.You can find Chris in the Community and on LinkedIn. Thanks for being such a SUPER user, Chris! 💪🌠

Find Out What Makes Super Users So Super

We know many of you visit the Power Platform Communities to ask questions and receive answers. But do you know that many of our best answers and solutions come from Community members who are super active, helping anyone who needs a little help getting unstuck with Business Applications products? We call these dedicated Community members Super Users because they are the real heroes in the Community, willing to jump in whenever they can to help! Maybe you've encountered them yourself and they've solved some of your biggest questions. Have you ever wondered, "Why?"We interviewed several of our Super Users to understand what drives them to help in the Community--and discover the difference it has made in their lives as well! Take a look in our gallery today: What Motivates a Super User? - Power Platform Community (microsoft.com)

March User Group Update: New Groups and Upcoming Events!

  Welcome to this month’s celebration of our Community User Groups and exciting User Group events. We’re thrilled to introduce some brand-new user groups that have recently joined our vibrant community. Plus, we’ve got a lineup of engaging events you won’t want to miss. Let’s jump right in: New User Groups   Sacramento Power Platform GroupANZ Power Platform COE User GroupPower Platform MongoliaPower Platform User Group OmanPower Platform User Group Delta StateMid Michigan Power Platform Upcoming Events  DUG4MFG - Quarterly Meetup - Microsoft Demand PlanningDate: 19 Mar 2024 | 10:30 AM to 12:30 PM Central America Standard TimeDescription: Dive into the world of manufacturing with a focus on Demand Planning. Learn from industry experts and share your insights. Dynamics User Group HoustonDate: 07 Mar 2024 | 11:00 AM to 01:00 PM Central America Standard TimeDescription: Houston, get ready for an immersive session on Dynamics 365 and the Power Platform. Connect with fellow professionals and expand your knowledge. Reading Dynamics 365 & Power Platform User Group (Q1)Date: 05 Mar 2024 | 06:00 PM to 09:00 PM GMT Standard TimeDescription: Join our virtual meetup for insightful discussions, demos, and community updates. Let’s kick off Q1 with a bang! Leaders, Create Your Events!    Leaders of existing User Groups, don’t forget to create your events within the Community platform. By doing so, you’ll enable us to share them in future posts and newsletters. Let’s spread the word and make these gatherings even more impactful! Stay tuned for more updates, inspiring stories, and collaborative opportunities from and for our Community User Groups.   P.S. Have an event or success story to share? Reach out to us – we’d love to feature you!

Users online (4,845)