|
|
|
|
|
|
-
Samir Matkar Posted 3 Months ago through Ask
Hi SQLTeam,
Could anybody tell me Where and how to find the date of when replication was started and also if know from which accoutn it has started would be great. ?
I am having SQL Server 2008.
Thanks in advance
...
|
|
|
-
Samir Matkar Learned 11 Months ago through Just Learned
Suppose you have a huge table which has say 30-40 columns and you want to select all of them or most of them say around 30 columns. It is a tedious job to type each of the column names. Here is a quick way to get a comma separated list of all the column...
|
-
Samir Matkar Learned 11 Months ago through Just Learned
Suppose you have a huge table which has say 30-40 columns and you want to select all of them or most of them say around 30 columns. It is a tedious job to type each of the column names. Here is a quick way to get a comma separated list of all the column...
|
-
Samir Matkar learned 11 Months ago through Syndicated Blogs
Technically, JQuery is a JavaScript library. JavaScript is a subset of Java and a scripting language which runs on the client side i.e. on web browsers. There are many popular JavaScript library/framework available today such as MooTool, JavaScriptMVC, ...
|
-
Samir Matkar Learned 11 Months ago through Just Learned
With help of below query we can quickly find the node on which sql is currently running. This is useful in clustered environments.
Select serverproperty('ComputerNamePhysicalNetBIOS')...
|
-
Samir Matkar Liked 11 Months ago through Just Learned
With help of below query we can quickly find the node on which sql is currently running. This is useful in clustered environments.
Select serverproperty('ComputerNamePhysicalNetBIOS')...
|
-
Samir Matkar Learned 11 Months ago through Just Learned
With help of below query we can quickly find the node on which sql is currently running. This is useful in clustered environments.
Select serverproperty('ComputerNamePhysicalNetBIOS')...
|