Viewing 15 posts - 1 through 15 (of 139 total)
Thanks everyone! How can I export the output to a csv file please? I tried the below export-csv -append -path but I don't see the servername and instancename columns being...
October 6, 2023 at 5:52 pm
Can I use a script to find that info please? Thx
October 6, 2023 at 6:05 am
Yes, highlight only the rows if the values if col3 values are less than 500.
December 7, 2014 at 8:14 am
Thanks for the responses.
I will be doing the following steps, please let me know if I am missing anything in here:
1. Remove the SQL 2008R2 from Cluster1\Node1
2. Install SQL...
December 5, 2012 at 3:44 am
Can I do something like this:
The view is basically selecting columns from orders table.
For example in the publisher:
Create view dbo.Orders_View
as
Select col1,col2,col3,col4 from dbo.Orders
Then I...
July 27, 2011 at 1:28 pm
The view is basically selecting columns from orders table.
For example in the publisher:
Create view dbo.Orders_View
as
Select col1,col2,col3,col4 from dbo.Orders
Then I want to replicate that view dbo.Orders_View from publisher to subscriber.
This replication...
July 14, 2011 at 3:09 pm
The reason I want to replicate the data from a view is that only few columns can be copied over to the subscriber. I understand that we can also select...
July 14, 2011 at 10:36 am
Any ideas? If I can get some article to refer to for doing this that will be great! Thanks.
September 26, 2010 at 6:01 pm
I can see the oracle provider under the providers list and also I gave permission to the oracle folders to the sql service account and my account, even then I...
September 24, 2010 at 10:09 am
I am getting the below error:
TITLE: Distributor Properties
------------------------------
Oracle server instance 'Instance1' cannot be enabled as a Publisher because of the following error:
------------------------------
ADDITIONAL INFORMATION:
Unable to run SQL*PLUS. Make certain that a...
September 24, 2010 at 8:10 am
There is no difference in the data. I am very frustrated with this error.
April 27, 2010 at 9:58 am
Any body can help on this, I need this urgently. Thanks!!
April 27, 2010 at 9:52 am
Viewing 15 posts - 1 through 15 (of 139 total)