Viewing 15 posts - 691 through 705 (of 2,661 total)
and.... how many VLFs - higher number does delay restore.
and... if restoring from a lower SQL version system objects will also be upgraded - this adds to restore time.
November 28, 2022 at 1:32 pm
if you bother to look at the results of the index definition you will discover why its null.
and get used to use alias on the tables - makes your life...
November 26, 2022 at 3:02 pm
Hi, the scenario most of the times is:
1)Loading data in a grid (by tenant,year)
2)user perform update on some rows, update by id
if you do your clustered index as you...
November 26, 2022 at 11:13 am
you really need to read the manuals for MySQL - datediff in Mysql is totally different of that for SQL Server hence the error you get.
in mysql you would need...
November 26, 2022 at 11:09 am
With the understanding that I'm not even sure how to spell "SSIS", have you checked it to see if the stored procedure contains a "Revert" statement?
all the SP's on...
November 25, 2022 at 11:52 pm
I don't know about CyberArk but I would hope that getting a Password for an SQL Service Account couldn't actually be done in such an easy fashion.
Cyberark if used...
November 25, 2022 at 11:44 pm
there is documentation for it - https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-CP/Latest/en/Content/CP%20and%20ASCP/Net-Application-Password-SDK.htm?tocpath=Developer%7CCredential%20Provider%7CApplication%20Password%20SDK%7C.NET%20Application%20Password%20SDK%7C_____0
as in powershell you can use any .net dll's its just a question of setting up a script to do it.
I may be able...
November 25, 2022 at 11:39 pm
Hello @bobrooney.81 the solution to your problem is quite easy: Start thinking by your self. Then switch to https://ola.hallengren.com. There you find every necessary information about your problem.
But hey:...
November 25, 2022 at 10:44 pm
I believe your only solution for this is to setup a SQL Agent job that executes the SSIS package (with a defined proxy) and introduce a SP to allow your...
November 25, 2022 at 6:03 pm
what will that package do?
November 24, 2022 at 7:30 pm
what is that proc doing?
and what are you trying to accomplish (end target)
as it resides on SSISDB I would suspect you are trying to start a package execution - and...
November 24, 2022 at 2:32 pm
@databases = 'USER_DATABASES,db1,db2', -- USER_DATABASES will do all user db's including db1 and db2 - if your intention is to backup only db1 and db2 then your strings should be
@databases...
November 22, 2022 at 10:47 pm
as you have been advised on other similar queries you need to implement a storage of these metrics onto a table at a point in time - and then build...
November 22, 2022 at 8:06 pm
you need to dig through all tables, views and functions that query uses.
it is highly possible that one of them has a filter on the users (common for MS CRM...
November 21, 2022 at 10:33 pm
while the package is running its normal that the row counts is different - writing to a file is a lot faster than loading to a remote oracle database.
counts that...
November 18, 2022 at 12:37 pm
Viewing 15 posts - 691 through 705 (of 2,661 total)