Viewing 15 posts - 1 through 15 (of 148 total)
How can I check the RegisterAllProvidersIP setting and alter it?
February 6, 2024 at 4:10 pm
Our issue is that NSLOOKUP for AG Listener Name (ZZZDBAG) returns one IP address, sometimes two, and sometimes nothing, which is unusual.
Is it supposed to return only one or two...
February 6, 2024 at 3:08 pm
It's not a single subnet.
As part of network-level high availability, if one subnet fails, so do the other subnet's services, which is why we assigned WSFC and Listner two IP...
February 1, 2024 at 6:09 pm
It's not a single subnet.
As part of network-level high availability, if one subnet fails, so do the other subnet's services, which is why we assigned WSFC and Listner two IP...
February 1, 2024 at 5:58 pm
Why our DNS resolution for "ZZZDBAG" is returning two IP addresses (11.89.12.54 and 11.89.12.98) instead one IP address ?
February 1, 2024 at 4:55 pm
This is not Azure.
Its on prem .
February 1, 2024 at 4:43 pm
Yes, I tried changing the @dt variable from datetime to another string format, but the script doesn't seem to be able to restore.
To add the datetime to mdf...
June 16, 2023 at 2:02 pm
Thank you Kaj!
August 14, 2022 at 11:37 am
That selects if the table has trigger or not.but I am looking for the table has trigger dependency ? I mean if the table used in other table's trigger definition.
August 11, 2022 at 10:42 pm
Thanks Kaj.
Actually i would like to add HasTriggerDependency to the select list.
Can you please suggest .
Thank you.
August 11, 2022 at 1:28 pm
is it possible to add Row_Count and HasTrigger to below select list.
Thank you.
SELECT
CONCAT(SCHEMA_NAME(t.schema_id), '.', t.name) AS TableName
, t.create_date AS CreatedDate
, t.modify_date AS LastModifiedDate
, CAST(CASE WHEN EXISTS (SELECT * FROM sys.indexes...
July 27, 2022 at 2:40 pm
No.
The table and view are from same database .
The table is used in view .
I just want to know if the table is used in view or not.
July 21, 2022 at 3:17 pm
Viewing 15 posts - 1 through 15 (of 148 total)