All Tags »
Performance »
Database Design »
T-SQL »
partitioned vie... »
tips and tricks (RSS)
Sorry, but there are no more tags available to filter with.
-
I must say I am a big fan of views. They give flexibility of changing the logic of the data retrieval without affecting DAL layers in your application. I posted series of articles about updateable views and triggers on views, their application in SSIS for example.
Recently we finished development of system that loads data from several external ...