Viewing 13 posts - 1 through 13 (of 13 total)
In our current system - we have 2 Sockets, 16 cores, 32 logical CPU. So, as i understand it is 2 cpu per core? And we are planning to buy...
April 20, 2019 at 11:41 am
When i execute this command
ALTER DATABASE Test SET HADR OFF
GO
Output is as below
Msg 35220, Level 16, State 1, Line 1
Could not process the operation. AlwaysOn...
May 31, 2018 at 11:01 am
Yes, i tried...it failed that restoring can not be done.
May 30, 2018 at 9:51 am
Thanks for the reply. I hope my question was not framed correctly.
What are we doing ? - We are replicating only once AG node to DR environment. And at...
May 29, 2018 at 4:05 pm
Yes. We did installed FCI for SfB. However, as they are insisting for dedicated storage and local drives, removed FCI and we had to configure High Safety DB mirroring on...
May 26, 2018 at 5:38 am
Here you go.....
I've restarted the SQL services post business hours and intimated users prior the activity. DB is in Recovery Pending status, used drop DB command and it deleted...
October 9, 2017 at 8:46 pm
Drop alone is not working and gives the same error.
Also, right click is giving this error
TITLE: Microsoft SQL Server Management Studio
------------------------------
Cannot show requested dialog.
October 9, 2017 at 5:18 pm
yes, it gives same error for
sp_detach_db 'sample'
GO
or
Use master;
ALTER database sample set offline with ROLLBACK IMMEDIATE;
DROP database sample;
October 9, 2017 at 3:26 pm
i tried that, but the alter database modify file is giving same error as mentioned above
ALTER DATABASE sample MODIFY FILE ( NAME = sample_primary_01, FILENAME = "\\XXXX\XXXX\MsSQL\sample\sample_primary_01.mdf")
October 9, 2017 at 3:08 pm
no it doesn't have DISTINCT
November 8, 2016 at 12:44 am
I know, it's a kind of silly thing to ask for help without giving more info. We are unfortunate, that our secure ODC blocks all out going traffic, and access...
November 7, 2016 at 8:14 pm
Thanks for the swift response. Unfortunately i cant share, as we are operating from a secure ODC.
I can say it's a select query which has condition as
where test_id in (cast(123456227...
November 7, 2016 at 3:01 pm
Thanks for your suggestions. Unfortunately i can't provide/share any execution plans as we operate from an secure environment.
Answers to the questions posed
->There are no blocking, CPU and OS levels are...
August 30, 2016 at 9:08 am
Viewing 13 posts - 1 through 13 (of 13 total)