Viewing 15 posts - 61 through 75 (of 245 total)
Hi,
It depends on the result set size of your Stored procedure. Like if the Stored procedure returns millions of rows or it returns only 1000 rows. There is no need...
September 9, 2014 at 10:00 am
Perry Whittle (8/27/2014)
i see no readonly routing urls, no secondary connections allowed and no listener details in the output from the 2nd query!
ip_addressip_subnet_maskis_dhcpnetwork_subnet_ipnetwork_subnet_ipv4_masknetwork_subnet_prefix_lengthstate_desc
10.200.262.89255.255.255.0010.200.262.0255.255.255.024ONLINE
10.200.262.89255.255.255.0010.200.262.0255.255.255.024ONLINE
Can we have a setup something like this...
August 27, 2014 at 11:08 am
AlwaysOn Group [FB2014] has the following members;
Replica 'SQL2012-01\SQL2014' identified by Endpoint 'TCP://SQL2012-01.xxxx.com:5028 is set to Availability mode 'SYNCHRONOUS_COMMIT' with 'AUTOMATIC failover failover. Session timeout is 10 secs. Primary role connections...
August 27, 2014 at 9:21 am
Perry Whittle (8/27/2014)
ServerA ...
August 27, 2014 at 7:56 am
Perry Whittle (8/27/2014)
muthyala_51 (8/26/2014)
plan to setup AG on in both default and named instance of two nodes. Can we do it ? any suggestions ?
yes you can, each instance must...
August 27, 2014 at 6:11 am
The blocking is by replication design. If the database is not growing, you can unschedule the job for that period. It should not cause any issues.
August 14, 2014 at 12:22 pm
Gazareth (7/17/2014)
Sorry, bad grammar on my part!I mean that is the expected behaviour.
But i am seeing like thousands of thousands login failure for every sec, is this really expected behaviour?
They...
July 18, 2014 at 7:37 am
Gazareth (7/17/2014)
The connection string specifies ServerName and FailoverPartner. So the app tries ServerName first, then FailoverPartner if unsuccessful.
The login errors you're seeing are the attempts of your...
July 17, 2014 at 12:05 pm
Perry Whittle (7/17/2014)
muthyala_51 (7/16/2014)
We have high safety with automatic failover setup in our Sql Server 2008 R2 environment, and automatic failover is functioning without any issues. All the applications are...
July 17, 2014 at 11:58 am
I guess you have to remove the mirroring and bring the database online or do as below
RESTORE DATABASE AdventureWorks2012
WITH RECOVERY
If the database is in restoring mode, you...
July 16, 2014 at 1:36 pm
Eirikur Eiriksson (6/3/2014)
muthyala_51 (6/3/2014)
Eirikur Eiriksson (6/3/2014)
muthyala_51 (6/3/2014)
-- This security patch is released on Feb 2012 before of the SQL Server 2008 R2 SP2(june 2012)....
June 4, 2014 at 7:07 am
Can the script.sql file can have a select statement with joins? or this can be only used to export for just plain tables?
June 3, 2014 at 1:19 pm
Eirikur Eiriksson (6/3/2014)
muthyala_51 (6/3/2014)
-- This security patch is released on Feb 2012 before of the SQL Server 2008 R2 SP2(june 2012). DO i need...
June 3, 2014 at 11:41 am
3.Microsoft XML Editor Information Disclosure Vulnerability (MS11-049)
-- This security patch is released on Feb 2012 before of the SQL Server 2008 R2 SP2(june 2012). DO i need to still apply...
June 3, 2014 at 10:32 am
I was able to run the BPA tool against stand alone instance successfully. But on cluster it's failing if I provide the virtual name at the sql instance tab. Can...
June 3, 2014 at 7:58 am
Viewing 15 posts - 61 through 75 (of 245 total)