|
|
-
Nirav Gandhi Liked 8 Months ago through What is New | 1 Point
The new SEQUENCE type in SQL Server 2012 will allows you to create sequential numbers. In general identity columns can be used to uniquely identify records in a table. But if we wants to maintain identity columns across multiple tables, or if we need...
|
-
Nirav Gandhi Liked 8 Months ago through What is New | 1 Point
SQL Server 2012 enhanced the `EXECUTE` statement with an additional clause `WITH RESULT SETS` which allows you to convert/alter the columns and data types of the results produced by the `EXECUTE` statement.
Assume that your stored procedure returns ...
|
-
Nirav Gandhi usenow 8 Months ago through What is New | 1 Point
The new SEQUENCE type in SQL Server 2012 will allows you to create sequential numbers. In general identity columns can be used to uniquely identify records in a table. But if we wants to maintain identity columns across multiple tables, or if we need...
|
-
Nirav Gandhi usenow 8 Months ago through What is New | 1 Point
SQL Server 2012 enhanced the `EXECUTE` statement with an additional clause `WITH RESULT SETS` which allows you to convert/alter the columns and data types of the results produced by the `EXECUTE` statement.
Assume that your stored procedure returns ...
|
-
Nirav Gandhi Liked 12 Months ago through What is New | 1 Point
Find out the new features and enhancements added in Visual Studio 2010....
|
-
Nirav Gandhi Liked 2 Years ago through What is New | 1 Point
Find out the new features and enhancements added into SQL Server 2012, codenamed "Denali"...
|