|
|
-
Dattatrey Sindol (Datta) Liked 2 Years ago through Just Learned | 1 Point
SQL Server History
[code]
Version Year Release Name Codename
--------------- -------- ----------------------------------- --------------------
1.0 (OS/2) 1989 SQL Server 1.0 (16bit) -
1.1 (OS...
|
-
Dattatrey Sindol (Datta) Learned 2 Years ago through Just Learned | 1 Point
SQL Server History
[code]
Version Year Release Name Codename
--------------- -------- ----------------------------------- --------------------
1.0 (OS/2) 1989 SQL Server 1.0 (16bit) -
1.1 (OS...
|
-
Dattatrey Sindol (Datta) Liked 2 Years ago through Just Learned | 1 Point
SQL Server History
[code]
Version Year Release Name Codename
--------------- -------- ----------------------------------- --------------------
1.0 (OS/2) 1989 SQL Server 1.0 (16bit) -
1.1 (OS/2)
|
-
Dattatrey Sindol (Datta) Posted 2 Years ago through Just Learned | 5 Points
While dropping a table present in a different database, you can use the fully qualified Table Name ("DatabaseName.SchemaName.TableName" format) and drop the table as shown below.
[code]
DROP TABLE AdventureWorks.HumanResources.Department
GO
[/code...
|
-
Dattatrey Sindol (Datta) Posted 2 Years ago through Just Learned | 5 Points
While dropping a table present in a different database, you can use the fully qualified Table Name ("DatabaseName.SchemaName.TableName" format) and drop the table as shown below.
[code]
DROP TABLE AdventureWorks.HumanResources.Department
GO
[/code...
|
-
Dattatrey Sindol (Datta) Commented 2 Years ago through Just Learned | 1 Point
Similarly if you need to bookmark all the open tabs in one go, you can go to "Favourites", Click on "Add Current Tabs to Favourites...", Provide a name for the folder and Done :)...
|
-
Dattatrey Sindol (Datta) Commented 2 Years ago through Just Learned | 1 Point
Similarly if you need to bookmark all the open tabs in one go, you can go to "Favourites", Click on "Add Current Tabs to Favourites...", Provide a name for the folder and Done :)...
|
-
Dattatrey Sindol (Datta) Commented 2 Years ago through Just Learned | 1 Point
Similarly if you need to bookmark all the open tabs in one go, you can go to "Favourites", Click on "Add Current Tabs to Favourites...", Provide a name for the folder and Done :)...
|
-
Dattatrey Sindol (Datta) Liked 2 Years ago through Just Learned | 1 Point
In IE, when you open multiple tabs in the single window, you can copy urls of all opened tabs using below steps
In the menu
1 Go to Tools-->Internet options
2 In the General tab, click the button labelled Use current. It will display all urls...
|
-
Dattatrey Sindol (Datta) Learned 2 Years ago through Just Learned | 1 Point
In IE, when you open multiple tabs in the single window, you can copy urls of all opened tabs using below steps
In the menu
1 Go to Tools-->Internet options
2 In the General tab, click the button labelled Use current. It will display all urls...
|