Viewing 15 posts - 301 through 315 (of 966 total)
Can you upload the detail.txt file from the setup bootstrap log?
May 30, 2015 at 2:52 pm
Have you tried changing the version properties from 10 to 12 to reflect SQL Server 2014?
Not entirely sure this will work though. This article has not been supported since SQL...
May 30, 2015 at 2:36 pm
No worries. I am glad for the clarification. I hope MS updates the BOL articles to reflect. I am not sure how much of an edge case that would be,...
May 29, 2015 at 5:25 am
I could think of a couple of reasons.
Features that change or are no longer supported with different versions of SSMS.
Needing to managed maintenance plans on instances with different versions.
There...
May 29, 2015 at 2:27 am
SQL Server supports 25 instances on a failover cluster when using a shared cluster disk as the stored option for you cluster installation SQL Server supports 50 instances on a...
May 29, 2015 at 2:25 am
What error do you get when you try and run SSMS as a normal user? Does the user(s) getting the error have permissions on the db instance(s) with their regular...
May 28, 2015 at 1:30 pm
I think Perry's answer is perfect. As far as the maximums for instances all editions of SQL Server support up to 50 instances on a single machine.
May 27, 2015 at 2:12 pm
Just use a SQL alias on the application server pointing to the Availability Group listener.
May 27, 2015 at 2:02 pm
What does the error from the SSRS error log say?
May 27, 2015 at 6:09 am
Great. Glad it is working for you. Also, I appreciate the follow-up.
May 26, 2015 at 1:58 pm
Is this the same account you always did the restores on in the past? Who is the DBA for the instance? It seems like either the login is incorrect and...
May 26, 2015 at 1:46 pm
Currently they display as nn/dd/yy hh:mm:ss AM/PM
I would much prefere to see them as yyyy/nn/dd HH:mm:ss
I think by default these are coming from the locale settings on the system. So,...
May 26, 2015 at 1:39 pm
Does it have to be through tables? All SQL Server services for a machine are listed in SQL Server Configuration Manager.
You can query sys.dm_server_services, but it will only return information...
May 26, 2015 at 1:32 pm
The report is failing to generate a dataset that is defined in the report. Could be for any number of reasons. You either need to review the SSRS log or...
May 26, 2015 at 1:21 pm
Viewing 15 posts - 301 through 315 (of 966 total)