Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another new feature in SQL 2012- support for paging resu
Message
De
11/10/2013 15:19:06
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01585001
Message ID:
01585318
Vues:
55
>>>Honestly, not 100% sure... I know you can called Stored Procs, and from this post on SO it seems like you can: http://stackoverflow.com/questions/10292695/how-to-pass-datatable-as-a-parameter-to-stored-procedure-by-not-commiting-the-cu
>>>
>>>It's funny how things change. 6-8 years ago I bought your book and it was my bible for awhile - then I started to try to unwind from the relational database paradigm. I started using ORMs and saw the benefits, but also saw the limitations. Now I'm trying to steer to a NoSQL approach. Not that I have anything against SQL Server and relational database design - I just feel for the systems I work on, and the methodologies I use, I can deliver much much faster if I don't have to worry about persisting to relational data.
>>>
>>>YMMV, obviously.
>>>
>>>I'm still coming straight to you next time I'm in a SQL Server bind, though. :-)

>>>
>>>(Sniff) You've crossed over into the dark side.
>>>
>>>I know a few people in NY who are working consistently with NoSQL. Some days they love it, some days they curse it, but then again, I'm the same way.
>>>
>>>The reason I asked about data tables and procs - in SQL 2008, you can now pass a datatable as a parameter to a stored proc. But there are some ORM tools that don't support it, so that's why I was curious.
>>>
>>>My general opinion, though others might thing differently - I think those tools are almost a standard for OLTP applications. Once you get into data warehousing and analytic applications, it's sort of "hit or miss" and every situation will be different.
>>
>>Agreed. For heavy data analytics then you'd need something more native.
>
>Maybe you just can't teach an old dog new tricks but I am not a NoSQL fan at all. IMO there are reasons SQL has been a standard for decades now. For sure I would not want to give up referential integrity. That's enough reason for me right there, and it's easy to do.

It's a different paradigm. Referential integrity does not exist, because it does not need to exist. "Relationships" are not pointers to records, they ARE the object itself.
Very fitting: http://xkcd.com/386/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform