Viewing 15 posts - 106 through 120 (of 1,080 total)
Run Profiler against the secondary non-readable instance to catch attempted sessions and logins being made to the instance.
May 19, 2017 at 2:25 pm
Are you doing this on your non-readable secondary database? If yes, then you are seeing the correct message.
It has to be the Primary (RW) or at least Readable Secondary...
May 19, 2017 at 2:08 pm
That error will only present itself if you have an AG, and applications/users are trying to run update/delete/inserts to the secondary instance/replica DB.
Trace where those queries are coming from,...
May 19, 2017 at 1:37 pm
Eric Mamet - Friday, May 19, 2017 9:01 AMHad never heard of the RAW option.I'll give that a shot (on Monday!)
Thanks
It...
May 19, 2017 at 9:08 am
Have you tried the -C options with RAW?
-C { ACP | OEM | RAW | code_page }
May 19, 2017 at 8:57 am
Did you restart SQL after sp_drop and sp_addserver? You need to.
Be sure to perform the SP steps:
sp_dropserver <old_name>;GO
sp_addserver <new_name>, local;GO
When checking...
May 19, 2017 at 3:57 am
No, but you will lose the option to backup Transaction logs and restore from thereon.
Recovering might end up in data loss.
May 18, 2017 at 10:16 am
Provide the table DDL and insert script for some sample data please.
May 18, 2017 at 9:56 am
Please post DDL and sample data for quicker assistance.
May 18, 2017 at 9:18 am
I've seen 'dbo.SORT' being full specifically when you have set to sort an index rebuild to SORT_IN_TEMPDB.
May 18, 2017 at 8:35 am
From your post I assume you have some layer of virtualization, and all VMs running on this one host.
If you have an EA, you should fully license all the...
May 18, 2017 at 8:31 am
May 16, 2017 at 6:13 am
Have you considered data compression?
May 16, 2017 at 6:04 am
Use one cube and apply dimension permissions to each company for their data only....
April 28, 2017 at 12:42 pm
Viewing 15 posts - 106 through 120 (of 1,080 total)