|
|
-
juno.tiwari Learned 6 Months ago through Just Learned
If you use "select * into" to create a new table from an existing table having a primary key, then the new table will not have a primary key by default....
|
-
juno.tiwari Liked 6 Months ago through Just Learned
If you use "select * into" to create a new table from an existing table having a primary key, then the new table will not have a primary key by default....
|
-
juno.tiwari Liked 8 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
juno.tiwari usenow 8 Months ago through What is New
Often in financial applications, its required to calculate End date of a month. SQL Server 2012 provides a function EOMONTH() to calculate end date of a month.
DECLARE @Currentdate DATETIME
SET @Currentdate = '12/12/2010'
SELECT EOMONT...
|
-
juno.tiwari Liked 8 Months ago through What is New
Often in financial applications, its required to calculate End date of a month. SQL Server 2012 provides a function EOMONTH() to calculate end date of a month.
DECLARE @Currentdate DATETIME
SET @Currentdate = '12/12/2010'
SELECT EOMONT...
|
-
juno.tiwari Liked 2 Years ago through What is New
Find out the new features and enhancements added into SQL Server 2012, codenamed "Denali"...
|