Viewing 15 posts - 76 through 90 (of 2,863 total)
The other fun thing is MOST modern systems have audits of some sort. So even if you try to say it wasn't your fault or you pretend it wasn't or...
July 4, 2025 at 6:02 pm
My opinion - it depends on what they consider "duplicate" and de-duplication.
Are they meaning on the row level or column level? At the column level, if you have a lot...
July 4, 2025 at 5:47 pm
As I mentioned earlier, I have stopped receiving e-mail notifications of replies, for some reason.
The actual procs are not named with numbers! They are named based on the tables...
July 2, 2025 at 8:02 pm
My recommendation is to leave it on. Statistics are used to build execution plans. If the statistics are stale or missing, then execution plans can be inefficient.
The auto-update updates the...
July 2, 2025 at 4:30 pm
I imagine you don't actually have them named like that with numbers, so trying to figure out which one to run first and second is a bit more involved. I...
June 27, 2025 at 10:31 pm
If I am not mistaken, PowerQuery is part of Excel, so it'll be hard to remove excel from your mix.
PQ can be used in many other places,...
June 27, 2025 at 10:27 pm
If I am not mistaken, PowerQuery is part of Excel, so it'll be hard to remove excel from your mix.
But is there any reason you aren't just connecting SSIS to...
June 26, 2025 at 9:09 pm
As another thought, if you want this strictly TSQL, is there any harm in running them all sequentially? Like run getT1 then getT2 then getT3 and so on? It ensures...
June 26, 2025 at 9:05 pm
One risk with SQL Aliases is if you need to change the alias for any reason. SQL upgrades like SQL 2017 to 2022 using a migration upgrade approach means you...
June 26, 2025 at 8:12 pm
Forgot one thing that I don't recommend, but would kind of be an option - xp_cmdshell. While I strongly advise against it, you COULD use xp_cmdshell to export data to...
June 26, 2025 at 5:32 pm
I agree with what Ken said about the dev license - dev/visual studio licensed SQL Server can have prod data copied to it, but you can't copy prod data from...
June 26, 2025 at 5:28 pm
To add to SoCal_DBD's reply - which of the 3 queries is being super slow and how big is your tempdb and do you still have space on disk for...
June 26, 2025 at 5:19 pm
If memory serves, SSDT for VS 2019 is an option during install, so it could be you need a patch update.
As a thought - can you use report builder instead...
June 26, 2025 at 3:33 pm
My opinion - if you have a 200 GB database and have 10-15% that you are wanting to replicate short term and you don't have enough space for that, you...
June 26, 2025 at 2:43 pm
If your ETL is done with SSIS, I am pretty sure you can set that up to execute things in a specific order. So you can have it wait for...
June 26, 2025 at 2:19 pm
Viewing 15 posts - 76 through 90 (of 2,863 total)