|
|
|
|
-
Senthilkumar C knew 9 Months ago through Just Learned
Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement
[code]DROP table test1,test2,test3[/code]......
|
-
Senthilkumar C Liked 9 Months ago through Just Learned
Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement
[code]DROP table test1,test2,test3[/code]......
|
-
Senthilkumar C Liked 9 Months ago through Blogs
SQL Server 2012 embeds the latest technology to support cloud platform. Organizations can exploit this new database management system to carry out data discovery and bring success to their business with mission-critical performance....
|
|
|
-
Senthilkumar C Liked 9 Months ago through Blogs
Modulus operator is used to find the remainder after the division. All programming languages have specific operators to find a remainder like mod, rem, etc. In SQL Server, we can use modulus operator %. However we can also use general approach to find a...
|
-
Senthilkumar C Liked 9 Months ago through Blogs
Well.I see many users asking this question in forums. "I have a procedure that returns single resultset. How do I filter the result returned from the procedure? There are, at least, two ways to acheive this Let us create this procedure
create procedur...
|
-
Senthilkumar C Liked 9 Months ago through Blogs
Breif introduction about Filtered Index, a Sql server 2008 features...
|
-
Senthilkumar C Liked 9 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
Senthilkumar C Posted 9 Months ago through Blogs
Breif introduction about Filtered Index, a Sql server 2008 features...
|