Viewing 15 posts - 3,166 through 3,180 (of 59,098 total)
Do you have an example where the master data doesn't equal the imported data? If so, please don't post it as a graphic... post it as readily consumable data. One...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 24, 2022 at 10:19 pm
Other than my "fun" response above, the reason why I study it all is because of two things.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 24, 2022 at 6:00 pm
Do NOT let users have direct access to xp_CmdShell... Write a stored procedure that uses xp_CmdShell with the correct proxy and EXECUTE AS OWNER in the proc.
NEVER EVER let users...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 24, 2022 at 4:59 am
Why bother? It's funny... there must be a disturbance in the force because I've been asking myself the same questions a whole lot lately. For me, it all boils down...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 24, 2022 at 1:36 am
The error always occurs in the Excel Data Source at the start of the data flow. Only ever there, but which file it fails on is random. Often it...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2022 at 5:01 pm
That's incredibly kind feedback, Zidar. Thank you very much. I truly appreciate it and, like any author, feedback like yours and the others on this thread helps keep us going.
Shifting...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2022 at 3:36 pm
Heh... Lordy. How did I remember this? It's definitely an SQL "Oolie".
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2022 at 5:41 am
Ah... awesome. Thanks for the links, Eric.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2022 at 9:17 pm
I have a friend DBA where there's no real blame for anything and that's good but there's no real push to get smarter about things, either. They're going through the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2022 at 4:52 pm
How fix SQL performance issues? Start by checking your wait stats
2-Make sure you're running index maintenance frequently.
Everything Jeff said.
But, one exception, columnstore indexes. Reorganization and rebuild do...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2022 at 4:40 pm
Hey there!
Each winning/drawn number has its own row, however you would probably unpivot the data in both tables so that you have a key for which group of numbers...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2022 at 4:34 pm
licensing is extra confusing in the cloud. Sometimes licensing is included in an Azure SQL, sometimes not. You could easily be double licensed as not licensed at all
Azure...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2022 at 1:31 pm
Does anyone know any good database archive software/tools out there?
We are looking into a tool that will archive data off of the OLTP databases into an archive database. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2022 at 2:04 pm
What is the datatype of @P8? If it's not NVARCHAR(), it will ALWAYS do an index SCAN because it first has to convert all of the rows in the entire...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2022 at 1:58 pm
Just an opinion but using XML to transfer data between servers seems counter productive to me. Instead, I'd have a common area that all the servers could write to and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2022 at 3:12 pm
Viewing 15 posts - 3,166 through 3,180 (of 59,098 total)