|
|
|
|
-
Abhijeet Desai Liked 2 Years ago through Just Learned | 1 Point
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]......
|
-
Abhijeet Desai Learned 2 Years ago through Just Learned | 1 Point
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]......
|
-
Abhijeet Desai Commented 2 Years ago through Just Learned | 1 Point
Thanx RamiReddy D
Sorry I just forgot about Pinal's Article.
Yes I got my Ans,It help me a lot.
Thanks for your follow up..
Thank you so much...
|
-
Abhijeet Desai Commented 2 Years ago through Just Learned | 1 Point
Thanx RamiReddy D
Sorry I just forgot about Pinal's Article.
Yes I got my Ans,It help me a lot.
Thanks for your follow up..
Thank you so much...
|
-
Abhijeet Desai Commented 2 Years ago through Just Learned | 1 Point
Thanx RamiReddy D
Sorry I just forgot about Pinal's Article.
Yes I got my Ans,It help me a lot.
Thanks for your follow up..
Thank you so much...
|
-
Abhijeet Desai Liked 2 Years ago through Just Learned | 1 Point
Just learned from Microsoft KB,NULL values stored by Microsoft SQL Server do not take up any additional storage space. The only associated overhead for a column containing a NULL value is a single byte in the storage record that defines a pointer to the co
|
-
Abhijeet Desai Liked 2 Years ago through Just Learned | 1 Point
Follow the below steps to Change SQL Server Authentication method after installing SQL Server.
1. Launch the SSMS(SQL Server Management Studio).
2. Open the Object Explorer by going to View –> Object Explorer and connect to the SQL Server instanc...
|
-
Abhijeet Desai Learned 2 Years ago through Just Learned | 1 Point
Follow the below steps to Change SQL Server Authentication method after installing SQL Server.
1. Launch the SSMS(SQL Server Management Studio).
2. Open the Object Explorer by going to View –> Object Explorer and connect to the SQL Server instanc...
|
-
Abhijeet Desai Liked 2 Years ago through Just Learned | 1 Point
Follow the below steps to Change SQL Server Authentication method after installing SQL Server.
1. Launch the SSMS(SQL Server Management Studio).
2. Open the Object Explorer by going to View –> Object Explorer and connect to the SQL Server instanc...
|