Viewing 15 posts - 211 through 225 (of 966 total)
Ah, I see. Well if setspn said it updated the object in AD when you ran the command I would not worry too much about entries in the SQL log;...
June 25, 2015 at 12:28 am
I had hoped to have a series of configuration files for unattended installs (e.g. base 2014 RTM install, slipstream install of service packs and cumulative updates, and patch of service...
June 24, 2015 at 4:58 am
Try doing it without the configuration file. Something like:
<SQLServer2014SP1> /IACCEPTSQLSERVERLICENCETERMS=True /ACTION=PATCH /QS /ALLINSTANCES
Where <SQLServer2014SP1> is the SQL Server 2014 service pack.
Just so I am clear: are you trying to patch...
June 24, 2015 at 2:51 am
When we run setspn -L serviceaccnt, get the below error.
Ldap Error(0x22 -- Invalid DN Syntax): ldap_search_s
This is not the command you are trying to run to register the SPN is...
June 23, 2015 at 10:31 pm
It could be a problem with your configuration file. For going from SQL Server 2014 RTM to SP1 the ACTION should be PATCH. You have UPGRADE. That is for upgrading...
June 23, 2015 at 2:24 pm
On your Test SSRS instance what database instance did you specify in Reporting Services Configuration Manager? It sounds like you specified the default db instance instead of the Test db...
June 23, 2015 at 2:21 pm
I think Phil Parkin already provided the easiest answer.
Have you tried selecting Query / Results To File?
Different Options for Query Results in SQL Server Management Studio[/url]
June 23, 2015 at 2:16 pm
Since you are getting a lot of blank rows it seems like results are present but not being displayed. If I had to guess it is because there are logic...
June 23, 2015 at 2:10 pm
Hi there,
The database server is rebooting at various times automatically after a windows update. Our admin people are telling me this is ok and that sql is doing a clean...
June 23, 2015 at 1:59 pm
What happens when you go through the RS Configuration Manager and try re-setting up the connection to the RS databases (choosing an existing database)?
June 23, 2015 at 3:58 am
Two things to note about this:
- Has the connection string the application uses to connect to the database changed to support mirroring? If not the application will not automatically redirect...
June 23, 2015 at 2:08 am
As for the third database server, can I just use the mirror as a witness also? Should the witness be installed on a different instance?
I think the witness has to...
June 23, 2015 at 12:00 am
Just to be clear: are the SSRS server and the Database Server hosting the ReportServer databases on the same machine? If not I would verify connectivity to the instance hosting...
June 22, 2015 at 1:49 pm
First I would check the Application log to see if it has any entries of value as to why SQL Server would not start. If that does not lead to...
June 22, 2015 at 1:47 pm
Note though that with Database Mirroring of you want automatic failover you need a third SQL Server to act as a witness.
June 22, 2015 at 1:36 pm
Viewing 15 posts - 211 through 225 (of 966 total)