Viewing 15 posts - 61 through 75 (of 9,219 total)
You don’t need to use a file for the delete records, you have a memory resident recordset which you can loop through, could then output this status to a log...
June 4, 2024 at 6:12 am
ok, but as suggested by others why dont you just connect directly to the source first, build your recordset and then connect to the target and perform whatever work needs...
June 3, 2024 at 12:47 pm
This is the snippet from script. The serverInstance and Query both use servers that have the Dash(-) in their names.
stopwatch = [System.Diagnostics.Stopwatch]::StartNew()
# Define your SQL Server...
June 3, 2024 at 9:29 am
Azure SQLDB or Azure SQL Managed Instance?
June 2, 2024 at 7:29 pm
Vdis can be started and disposed to meet dev requirements
May 29, 2024 at 4:07 pm
What errors did checkdb report? how often do you run dbcc checkdb on your databases?
Hi,
we check our databases every day with dbcc. If you got an...
May 24, 2024 at 7:52 am
Why use sql auth and not windows auth?
May 24, 2024 at 7:44 am
You also need to bear in mind that even after decrypting the database and dropping the encryption key and cert it is still possible part of the transaction log is...
May 23, 2024 at 2:28 pm
Obvious question, why does this person have the ability to do this in prod in the first place, kill this and you resolve 99.9% of the issues
Put delete triggers on...
May 22, 2024 at 6:30 pm
again VDI will be best
May 22, 2024 at 3:13 pm
Virtual desktop infrastructure is a common usage for exactly this, it keeps the organisation’s data where it should be and still easily accessible to those who have dev and test...
May 21, 2024 at 11:18 pm
Original DBCC CHECKDB output would be helpful, with no outputs available would be safe to say data loss is unknown
if you knew what table(s) or index(es) were affected could restore...
May 21, 2024 at 1:44 pm
Paul Randal details backup with checksum on this blog
May 20, 2024 at 11:23 pm
What errors did checkdb report?
how often do you run dbcc checkdb on your databases?
May 18, 2024 at 9:54 am
My database was in suspect mode, and when I checked using DBCC CHECKDB, it returned errors.
As mentioned in the link below, I used the REPAIR_ALLOW_DATA_LOSS option with the DBCC...
May 17, 2024 at 3:03 pm
Viewing 15 posts - 61 through 75 (of 9,219 total)