Viewing 15 posts - 601 through 615 (of 6,400 total)
There is NO official support for using instance names with the listener.
Will it work with an instance name as part of the connection string, most probably.
Will a patch / new...
February 24, 2022 at 7:56 am
Typically you would just connect to the listener not listener\instance.
As you can span different named instances as replicas when you failover, you would break the connection string.
There is also no...
February 22, 2022 at 10:09 pm
Within the job there is an option to use the 32bit runtime.
If you have installed ACE 32bit driver on the server where SSIS package is running, that’s what you’ll need...
February 21, 2022 at 7:05 am
Network firewall blocking the traffic. Speak to the network admins and ensure the needed ports are open between the subnets and SQL.
February 19, 2022 at 5:11 pm
The parameters used to cache the plan are stored, but each execution is not.
The cached plan parameters are easily extracted from the plan cache.
If you want every execution parameters you...
February 17, 2022 at 6:52 pm
It will monitor everything at the database scope if you select the database object including information_schema.
You can verify this by creating the audit for your login and verify the audit...
February 17, 2022 at 3:42 pm
It just depends what level of support you want from Microsoft.
Yeah 2017 is good for another 5 years in extended support, but it is best endeavours and if it’s a...
February 17, 2022 at 3:34 pm
As another point to note.
Why SQL2017? This is soon dropping into extended support (October 2022) after which any product bugs will not be fixed unless absolutely critical.
If it was me...
February 17, 2022 at 12:55 pm
You need to test everything in the new compatibility level before you attempt to migrate.
The cardinality estimator was changes in 2014 / compat > 120 in a huge way. Somethings...
February 17, 2022 at 12:53 pm
You must specify a object name and a principal name when using the object class of database.
eg
Audit Action Type = Select
Object Class = Database
Object Schema = “blank”
Object Name = AdventureWorks
Object...
February 17, 2022 at 9:13 am
You would have to dynamically build the SQL for this and execute on a database by database basis.
There is nothing server scoped which will monitor those database actions for you.
You...
February 16, 2022 at 3:25 pm
Encryption can be done in many places.
Its not quite clear where you are wanting the encryption to be from your original statement.
TDE encrypts the files so no one can go...
February 15, 2022 at 6:24 am
The domain trusts have been set up with selective authentication.
You need to work with your domain admins and security teams to ensure you can do what you need to do,...
February 11, 2022 at 6:42 am
The backup file is more than likely goosed.
Can you post the message it failed with like operating system error 13 or something , will be in the 2016 error log.
Rule...
February 10, 2022 at 6:35 pm
You need to use the inbuilt function below wrapping your job step command in the function.
February 10, 2022 at 5:34 pm
Viewing 15 posts - 601 through 615 (of 6,400 total)