Click here to Skip to main content
15,886,919 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
DerekT-P5-Jul-23 22:14
professionalDerekT-P5-Jul-23 22:14 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult6-Jul-23 4:37
mvePIEBALDconsult6-Jul-23 4:37 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
DerekT-P6-Jul-23 6:09
professionalDerekT-P6-Jul-23 6:09 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult6-Jul-23 6:23
mvePIEBALDconsult6-Jul-23 6:23 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
chrisseanhayes7-Jul-23 10:12
chrisseanhayes7-Jul-23 10:12 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
jschell7-Jul-23 12:24
jschell7-Jul-23 12:24 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
chrisseanhayes7-Jul-23 14:14
chrisseanhayes7-Jul-23 14:14 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
jschell10-Jul-23 3:31
jschell10-Jul-23 3:31 
chrisseanhayes wrote:
every time you use sql server for more than crud then you are married to sql serve


False.

And I have experience in the following
# Applications which used multiple databases. Including stored procedures.
# Migrating from one database to another. In one case I did that (me alone) in one week when switching from SQL Server to Oracle. For that case I did have the advantage that I designed and implemented the original layer.

What ties one to a database is not the database nor the actual interface to the database but rather inexperienced developers who attempt to solve problems with a lack of knowledge about applications and databases.

chrisseanhayes wrote:
joining, aggregating, filtering, projections, unions


You mean of course...SQL. Yes if one lacks knowledge in that and attempts to roll large enterprises with an ongoing lack of knowledge then that will be a problem.

But that is true for everything. If one decides that an entirely new tech stack (with no experience) is the way to go. Or even if one starts a company with only tech guys with no idea how to actually sell or even what the market is.

chrisseanhayes wrote:
they are next to impossible to implement solely in code without reinventing the wheel.


Not even sure what that means.

Databases are in fact written code. So yes code can implement joins, etc. But I have also seen inexperienced people attempt to do that in non database code. And I already provided an example of that in the post that you responded to.

chrisseanhayes wrote:
No-Sql (like Cassandra), kvp (Redis) outside of crud operations


I don't believe either example you mentioned is intended to be a full persistence store solution. So not really sure what your point is.
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
chrisseanhayes10-Jul-23 8:00
chrisseanhayes10-Jul-23 8:00 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
jschell11-Jul-23 6:44
jschell11-Jul-23 6:44 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
jschell6-Jul-23 5:42
jschell6-Jul-23 5:42 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult6-Jul-23 5:59
mvePIEBALDconsult6-Jul-23 5:59 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Martin Hart Turner7-Jul-23 2:10
Martin Hart Turner7-Jul-23 2:10 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Peter Adam7-Jul-23 2:45
professionalPeter Adam7-Jul-23 2:45 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Steve Naidamast7-Jul-23 6:07
professionalSteve Naidamast7-Jul-23 6:07 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult7-Jul-23 6:18
mvePIEBALDconsult7-Jul-23 6:18 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
jkirkerx7-Jul-23 7:52
professionaljkirkerx7-Jul-23 7:52 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult7-Jul-23 10:47
mvePIEBALDconsult7-Jul-23 10:47 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
jkirkerx7-Jul-23 11:43
professionaljkirkerx7-Jul-23 11:43 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Glen Harvy7-Jul-23 13:26
Glen Harvy7-Jul-23 13:26 
GeneralWhat You May Not Know About Apple Dev Pin
raddevus5-Jul-23 9:41
mvaraddevus5-Jul-23 9:41 
GeneralRe: What You May Not Know About Apple Dev PinPopular
dandy725-Jul-23 9:56
dandy725-Jul-23 9:56 
GeneralRe: What You May Not Know About Apple Dev Pin
raddevus5-Jul-23 10:30
mvaraddevus5-Jul-23 10:30 
GeneralRe: What You May Not Know About Apple Dev Pin
Member 148605856-Jul-23 4:02
Member 148605856-Jul-23 4:02 
GeneralRe: What You May Not Know About Apple Dev PinPopular
Graeme_Grant5-Jul-23 19:39
mvaGraeme_Grant5-Jul-23 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.