Viewing 15 posts - 1,036 through 1,050 (of 9,253 total)
January 12, 2017 at 6:15 am
Sorry for the confusion.
CREATE VIEW [dbo].[View_1]
AS
SELECT RRN.ASettings.oid AS Expr1, RRN.BTType.oid, RRN.CSHistory.sId, dbo.CB.MainProfileID,...
January 12, 2017 at 6:06 am
the ownership chain is broken as you reference object from a different schema.
Answers to the questions above are required
January 12, 2017 at 4:59 am
Michael L John (1/6/2017)
The user installing needs to be a local admin on the server. If you are creating a cluster or always on, you need to...
January 8, 2017 at 11:10 am
The account used to logon to the server and install the software must be a server administrator.
The account used to run the service should be a low privilege user...
January 6, 2017 at 11:50 am
The following link
https://msdn.microsoft.com/en-us/library/dd408732(v=sql.110).aspx
states the following information
Microsoft Technet
January 6, 2017 at 8:41 am
no of NICs?
Teamed?
No of networks?
etc, etc
Throw a dog a bone here!!
January 6, 2017 at 6:35 am
you clearly have some sort of network or config issue.
Can you provide more detail on the network setup on the machines
January 6, 2017 at 4:27 am
somone else asked about CSV's in this post
If you want to have a shared location made available then you should create a shared folder cluster resource and place into either...
January 5, 2017 at 6:38 am
there are indications that the isalive check has failed this will initiate a restart.
Can you provide more detail on the network setup on the nodes.
Are these virtual machines or physical...
January 5, 2017 at 5:09 am
GilaMonster (1/4/2017)
Seriously, what is your exact situation?
Million dollar question 😀
January 4, 2017 at 9:16 am
ichervin (12/27/2016)
Hello all,How to recover a database if an encryption key is lost?
Thanks.
It's not clear what your issue is here.
Have taken an encrypted backup in sql server 2014 and now...
January 4, 2017 at 6:07 am
Lijun Zhang (12/26/2016)
I am planning to install a 2 nodes FCI using CSV as the primary replica, and a separate standard alone instance as a secondary replica for reporting.
The official...
January 4, 2017 at 6:00 am
when emptying a file in a filegroup, DBCC will attempt to move the pages to other files in the same group, if there's not enough space in the other files...
January 4, 2017 at 5:47 am
Viewing 15 posts - 1,036 through 1,050 (of 9,253 total)