Viewing 15 posts - 721 through 735 (of 2,694 total)
based on your update you can still do multiples in one go - we don't have enough detail on how you get those formulas and how much they differ, neither...
December 6, 2022 at 8:51 am
can't you group /pre process updates so you have a lower number of transactions but each updating a higher number of records in a way that the records updated by...
December 5, 2022 at 11:57 pm
you need to make sure you have SQL Server Integration Services installed for it to work.
November 30, 2022 at 10:38 pm
LEFT JOIN pag5_users US2
ON TR.id_res_puser = US2.id
give it another alias
November 29, 2022 at 12:26 pm
dup post
November 29, 2022 at 12:25 pm
can you also provide the output of
DBCC loginfo ('TEEST')
or
sys.dm_db_log_info ( database_id )
replace database_id with database_id value from sys.databases
if it returns more than 300 rows just state how many
November 28, 2022 at 5:23 pm
on those db's that case issues I would start by looking to see how many VLF's they have. and if too many get the source (production DB) fixed in the...
November 28, 2022 at 3:06 pm
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
Viewing 15 posts - 721 through 735 (of 2,694 total)