Viewing 15 posts - 16 through 30 (of 37 total)
Should anyone search and find this post.
I ran set encryption on about 10 times and the encryption state remained at 1. Fortunately just for heck of it I ran...
May 1, 2018 at 1:36 am
I had to remove the mirror first then change the paths as per the guide below, then put the mirror back. Fortunately, it all worked out ok.
April 30, 2018 at 4:35 am
I think I can follow this
https://www.sqlmatters.com/Articles/Moving%20database%20files%20to%20a%20different%20location.aspx
April 27, 2018 at 8:36 am
Hi There I've posted the query and the execution plan.
As always any help to be greatly appreciated.
April 23, 2018 at 4:35 am
declare @accountId0 bigint = 1719,
@status1 int = 11,
@senderDone2 bit = 0,
@PreviewMode3 bit = 0,
@OutsideRetention4 bit = 0;
declare @documents TABLE(
...
April 23, 2018 at 4:33 am
You can semi-ignore me in a way. It is a statistics issue in a way. The estimated Number of Rows was 211 , but the actual number of rows was...
April 20, 2018 at 4:27 am
Thank you so much !!!!!!!!!!!!!!!!!!!
I ran the create certificate command. Restarted sql server and the DB recovered and went back online. Northern Soul know that if you do...
April 13, 2018 at 4:29 am
or alternatively I want to remove TDE completely so I can have another try at configuring it. Could I remove what ever sql server is expecting.
My DB backup...
April 13, 2018 at 3:59 am
Hi Northern Soul.
USE master;
GO
-- drop certificate
DROP CERTIFICATE captaincaveman
I have the original Certificate and password.
I take it there is some...
April 13, 2018 at 3:54 am
I Did find this...
I deleting a Certificate yesterday. Basically yesterday I disable a mirror and tried clearing out all previous setup I'd done for TDE and I wanted...
April 13, 2018 at 3:26 am
Should I try the following and see the outcome ?
ALTER DATABASE 'DATBASE NAME' SET OFFLINE WITH ROLLBACK IMMEDIATE
ALTER DATABASE 'DATBASE NAME' SET ONLINE WITH ROLLBACK IMMEDIATE
April 13, 2018 at 3:14 am
Thank you. I think I'll just leave the server list alone.
March 15, 2018 at 8:56 am
Forget what I said , I'm being a dope. there are more columns than my result set is displaying, that's why I'm seeing a comma at the end, because there...
July 6, 2017 at 6:22 am
Firstly thank you very much for your help,
However what's very interesting is that I still get a comma at the end of the string even with your script.
July 6, 2017 at 6:18 am
There must be something strange with the way the column names are stored or something , but cause this statement works for my colleague on a different DB when he...
July 6, 2017 at 4:59 am
Viewing 15 posts - 16 through 30 (of 37 total)