Viewing 15 posts - 3,406 through 3,420 (of 9,253 total)
Zubius (4/1/2014)
April 1, 2014 at 1:43 pm
Enthusiastic Jones (4/1/2014)
April 1, 2014 at 1:18 pm
Enthusiastic Jones (4/1/2014)
Should it be setup so that an instance be set to failover if the SQL Server Agent fails?Thoughts??
The default for this resource is the same as others, initially...
April 1, 2014 at 9:38 am
mario17 (3/31/2014)
Thanks, allYes, I did reseed and it worked.
DBCC CHECKIDENT ('Person.AddressType', RESEED, 10);
The problem here is, when the value jumped if identities were created in the upper range and you...
April 1, 2014 at 3:47 am
TheSQLGuru (3/31/2014)
If you shut down SQL Server there is a known bug that advances the identity values. I don't know if there is a fix for that or not.
according...
April 1, 2014 at 3:45 am
AmarettoSlim (3/30/2014)
March 31, 2014 at 7:00 am
DVSQL (3/26/2014)
March 31, 2014 at 6:18 am
sys.dm_exec_requests has a percent complete column and also an estimated finish time, but only for a set of specific commands. You'll need to capture time stats in a similar environment...
March 31, 2014 at 5:25 am
adeel.imtiaz (3/30/2014)
Do we need a Shared Storage(SAN) for SQL Server 2012 AlwaysOn
No, not for a standard AlwaysOn configuration involving replicas that are standalone installs of SQL Server
adeel.imtiaz (3/30/2014)
March 31, 2014 at 4:08 am
chewychewy (3/29/2014)
I have virtualbox installed on my notebook.
For testing purpose, is it possible to setup SQL Server Fail-Over cluster using virtual box?
I don't have a shared storage. How can...
March 29, 2014 at 5:29 am
deepak.bisht (3/21/2014)
One of my user database is somehow moved to "System Databases" container in SQL Server Management Studio(I don't know how it moved).
i.e. it is visible in Enterprise...
March 28, 2014 at 9:14 am
Eric Mamet (3/27/2014)
This database contains mostly one BIG...
March 28, 2014 at 9:03 am
sql-lover (3/28/2014)
Perry Whittle (3/28/2014)
sql-lover (3/27/2014)
March 28, 2014 at 8:36 am
GordonLiddy (3/28/2014)
with the primary configured for Read/write.
This means that connections with the application intent set to ReadOnly will not be granted in the Primary role
March 28, 2014 at 8:32 am
The default behaviour for an identity column now is to increase the seed after a restart or failover, etc. By doing this
sql-lover (3/27/2014)
I fixed it via DBCC command
you are...
March 28, 2014 at 7:21 am
Viewing 15 posts - 3,406 through 3,420 (of 9,253 total)