Viewing 8 posts - 1 through 8 (of 8 total)
My original issue was caused by an environmental issue. The individual that set up the virtual cluster used templates but did not sysprep the servers. That said, DNS...
October 21, 2015 at 9:09 am
Yes. I did something to this affect:
ALTER AVAILABILITY GROUP [CW1]
MODIFY REPLICA ON N'SQL1'
WITH
(SECONDARY_ROLE (ALLOW_CONNECTIONS = READ_ONLY));
ALTER AVAILABILITY GROUP [CW1]
MODIFY REPLICA ON N'SQL1'
WITH...
May 31, 2012 at 9:00 am
Answer to the question is incorrect. If you merely hold your mouse over the link, the true answer is that nothing happens. Now if you are holding the...
March 25, 2010 at 10:40 am
Aeterna,
As mentioned all was in place and proper. It was quite a vanilla install. As it turned out, the network administrators in o0ur Australia data center had disaled...
March 3, 2010 at 4:51 pm
Additionally, you can use the following....
SELECT [Name],
CAST(CAST([Content] AS VARBINARY(MAX)) AS XML) AS reportXML
FROM ReportServer.dbo.[Catalog] WITH (NOLOCK)...
February 11, 2010 at 3:30 pm
I have tried all of those that are possible. As mentioned previously, all of the tabs on the Report Manager are absent and henceone is unable to administer roles.
February 11, 2010 at 1:51 pm
Yes SQL Server 2000 supports more than 4 GB of memory.
Do to the fact that you are running Enterprise Edition, have you tried to set the "Lock Pages...
January 30, 2010 at 1:00 pm
Is changing the default language an option for you?
January 24, 2010 at 10:02 am
Viewing 8 posts - 1 through 8 (of 8 total)