System Objects

Home/Tag: System Objects

Free SQL video: SQL Server 2014 New System Objects

Hi Friends, In this video, I am demonstrating how you can figure out the SQL Server 2014 new System Objects in any version of SQL Server, yourself! Get new content directly in your inbox - Click here You can also visit DataPlatformGeeks (DPG) Video Library to watch more videos and to download video resources (presentation [...]

SQL Server 2014 New System Objects – Figure It Out Yourself

Hi Friends, In this post I want to show you how you can find out SQL Server 2014 New System Objects, yourself! From SQL Server 2014 VM (or a physical box), add a Linked Server connection to a SQL Server 2012 VM (or a physical box) And execute the following script: SELECT a.NAME sql14_objname ,a.xtype [...]