Viewing 15 posts - 106 through 120 (of 1,169 total)
You're missing the point, completely.
When referring to NULL within our data sets, we often use phrases such as “the NULL value” or “a value of NULL.” I do it all...
September 5, 2016 at 2:36 pm
You can use
SET DEADLOCK_PRIORITY n
n=-10 lowest
n=10 highest priority
Read more for the priority here https://msdn.microsoft.com/en-us/library/ms186736.aspx
September 4, 2016 at 9:51 am
Hello All,
Thanks for your replies.
I've resolved the issue by removing the default instance and installing a new one - named one.
Additionally I'd missed something in the configuration with the...
August 29, 2016 at 1:02 am
I'm configuring only IPAll in the Protocols for the two instances:
Instance2 (named instance):
TCP dynamic port 50851 (changes on restart)
TCP port 50851
Instance2 (MSSQLSERVER):
TCP dynamic port 50852
TCP port 50852
cannot start the service...
For...
August 25, 2016 at 4:32 pm
Hi All,
After 7 years, this question is still put on the table.
I want to utilise a two-node windows cluster (N1, N2) for two different sql server clusters, let's say S1...
August 22, 2016 at 8:35 am
VastSQL (8/16/2016)
Igor Micev (8/16/2016)
RVarn (8/15/2016)
August 16, 2016 at 11:08 am
RVarn (8/15/2016)
August 16, 2016 at 1:01 am
RVarn (8/15/2016)
Hi Igor,Are you saying that you cannot connect to the instance from the node which is not active, only from the active node, whichever that one is?
I cannot connect...
August 15, 2016 at 3:09 pm
Thanks.
SSC article - http://www.sqlservercentral.com/articles/Configuration/142795/
August 9, 2016 at 12:51 am
In your Failover cluster manager, do you have both nodes Up? In the Roles, you see which one is the active.
Both nodes should be up; the services for the passive...
August 5, 2016 at 12:55 pm
Sergiy (8/4/2016)
BTW, did you check default collation for tempdb?
Does this question make sense?
August 5, 2016 at 4:05 am
You'll have to care about the code you're writing all the time.
If you're using collation-property different columns in comparison you may have performance slow downs because of it.
From the...
August 5, 2016 at 4:03 am
Your tables are probably highly fragmented.
Having a clustered index on a table is recommended. In this case you'll possibly have to extend your tables.
I would add an auto-increment (identity) primary...
August 5, 2016 at 3:50 am
It's important how do you do the measurement of the counter.
You can do it via the perfmon.exe tool. Find the Page life expectancy counter under the Buffer Manager and...
August 5, 2016 at 3:29 am
select @@VERSION
Microsoft SQL Server 2016 (RC3) - 13.0.1400.361 (X64) Apr 9 2016 01:59:22 Copyright (c) Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Windows 8.1...
August 4, 2016 at 8:42 am
Viewing 15 posts - 106 through 120 (of 1,169 total)