How to Connect SQL Server and Create C# Objects for Data Management
Learn about how you can work with your SQL Server data from C#. A good basic tutorial for beginning C# developers.
2023-03-24
14,084 reads
Learn about how you can work with your SQL Server data from C#. A good basic tutorial for beginning C# developers.
2023-03-24
14,084 reads
Do you have a set of practices for building software in your organization?
2023-02-17
193 reads
Helping your business get value from a digital transformation can start within your own team or group.
2023-02-08
91 reads
2023-02-06 (first published: 2023-02-04)
223 reads
Building software means not only considering the data people expect, but also edge cases. Steve asks if you know what those edge cases are?
2022-11-14
204 reads
Our design and modeling is often done with some level of uncertainty. Steve has a few guidelines today.
2022-10-26
165 reads
2022-10-24
185 reads
2022-10-17
97 reads
Building software is becoming harder as new attacks try to inject malicious code into products.
2022-10-12
118 reads
The user experience from our software is important. Maybe more than many developers realize.
2022-10-01
56 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
I have an application team that is insisting on daily (and for some, weekly)...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers