Viewing 15 posts - 2,206 through 2,220 (of 6,679 total)
You can go directly to the latest service pack - and I would also recommend applying the latest available CU for that service pack.
And yes - when applying to any...
August 9, 2019 at 6:07 pm
To move cluster resources to another node - you only need to issue Move-ClusterGroup. You don't need to suspend prior to moving the group...but you do have to issue the...
August 6, 2019 at 6:15 pm
When you define the file connection - you have the opportunity to define the column headers and rename them. The file connection then maintains the column header information as meta...
August 6, 2019 at 6:12 pm
Slight modification...
August 6, 2019 at 6:03 pm
I had a similar issue - which turned out to be an issue in how the application was managing the connection on the web server. The transaction was open, retaining...
August 6, 2019 at 5:51 pm
I am assuming that you would need to redeploy the listener due to IP address changes? If not - then I am not clear why it would have to be...
July 29, 2019 at 7:07 pm
Another option:
Select *
From #tsttable t
Where Not (t.cid In (100, 111) And t.ccode In ('out', 'outa', 'stt', 'cnty'));
July 28, 2019 at 5:00 pm
I was not aware of read-scale - interesting concept. What I found from a quick scan:
Connect to read-only secondary replicas
You can connect to read-only secondary replicas in...
July 28, 2019 at 4:44 pm
Thanks for reply. But I don't care about size. My problem is state before COB. Before COB backup must not contain any transactions, because by our business policy, if...
July 26, 2019 at 6:56 pm
Not sure I understand what a 'read scale' availability group actually is...can you explain further?
A listener is setup and configured to be used so that your applications can connect to...
July 26, 2019 at 6:48 pm
Please outline the steps you took to add the database back into the AG? Prior to doing that - did you actually remove the database from the AG or was...
July 26, 2019 at 6:41 pm
Unless I am mistaken - Meditech is a vendor supplied and supported database. Before upgrading the database system to 2016 - the vendor should have signed off on making that...
July 25, 2019 at 6:16 pm
If you can provide the code for your function - I am positive someone here can modify the code to be language agnostic. The code should not be affected by...
July 25, 2019 at 6:11 pm
FIELDQUOTE looks like it was added in 2017, as well as the FORMAT = 'CSV' parameter. This can be resolved using SSIS instead - since that will recognize the quotes...
July 24, 2019 at 10:08 pm
Is the group an Exchange group - as in a DL - or an email group in AD? If the DL is not defined with an email address it will...
July 24, 2019 at 8:05 pm
Viewing 15 posts - 2,206 through 2,220 (of 6,679 total)