Viewing 15 posts - 46 through 60 (of 245 total)
I installed Winscp and I am using a batch file using WINSCP commandlets as shown below
example:
"C:\Program Files (x86)\WinSCP\winscp.com" /command "open sftp://testsftp:testsftp@localhost" "lcd C:\Destination" "get *.* "
Is there any other way...
January 21, 2015 at 10:13 am
Grant Fritchey (1/18/2015)
January 18, 2015 at 6:57 am
arnipetursson (12/16/2014)
What specifically are you skeptical about? You question is a bit vague
What i was trying to do is a table part of replication reaching from Server A to...
December 17, 2014 at 8:31 am
jesijesijesi (12/15/2014)
If i understand correctly, you are planning on a mirrored subscriber. if that is the case, and there is a failover of the subscription database, then you would...
December 15, 2014 at 10:28 am
Grant Fritchey (11/25/2014)
November 25, 2014 at 9:23 am
The index rebuilds causing the server to choke. Is there any way we can avoid this ?
November 24, 2014 at 9:48 am
I am not fully finished with the code and the schema i provided is not the same in our database, i have posted simplifying it. So can you please provide...
November 21, 2014 at 1:43 pm
sorry again.
Here is the requirement:
I am getting some input file with all the logons who have subscribed for the different newsletters in an excel file which i am importing into...
November 21, 2014 at 1:04 pm
Sean Lange (11/21/2014)
November 21, 2014 at 12:06 pm
you can change the settings to whatever you want, but is this really the answer?
When we rebuild indexes on one of the server, it's blocking other processes. We tried to...
November 13, 2014 at 2:57 am
Not really. But there's a high chance of commenting out some scripts in job on one replica and forgetting it to edit on the other one. I guess it's better...
November 10, 2014 at 10:06 am
I don't think it's possible. Though AG is at database level, the listener always connects to primary replica.
September 28, 2014 at 10:39 pm
"When a SqlConnection is successfully opened, the failover partner name is returned by the server and supersedes any values supplied in the connection string” indicates the failover partner name is...
September 9, 2014 at 10:25 am
Hi,
Create a SP using the below link
http://www.sqlservercentral.com/articles/SQL+Server+Agent/67726/
then use the sp_send_dbmail to send the job history when the job fails.
as below:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'DBMail_BAP',-- provide your profile name
@execute_query_database =...
September 9, 2014 at 10:09 am
Viewing 15 posts - 46 through 60 (of 245 total)