Can the same SQL query be run against a SQL Server 2012 column-based table and an earlier row-based table on an earlier version of SQL Server? -
i have problem using column-based storage feature in sql server 2012 out lot. there bunch of people using earlier versions of sql server won't able upgrade.
in theory, possible create table works optimally on both?
i'm hoping client running sql server reports work both against 2012 columnar instance , non-columnar standard instance table difference 2012 1 faster.
is doable?
what need watch out when reading/writing massive amounts of data in storage-type agnostic way?
thanks
it's possible have sql queries compatible both earlier version of sql , 2012. things should fine unless using deprecated functionality in earlier versions or new features 2012 (you'd know if were).
here's link microsoft's summary of changes in sql 2012 might need watch out http://technet.microsoft.com/en-us/library/cc707787.aspx.
Comments
Post a Comment