Viewing 15 posts - 6,151 through 6,165 (of 59,072 total)
Nicely done, Ben. Awesome simplification of an "interleaving" method using some very straight-forward math.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 6:23 pm
Is this person in way over their head? It seems like he was dumped in a closet and given orders to find out everything. He's been pretty prolific...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 5:43 pm
Apologies, I was not clear entirely in my first post.
I got the table result from msdb.dbo.backupset, master.sys.sysdatabases and msdb.dbo.backupmediafamily.
I am trying to draw inference from the results and...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 5:31 pm
Close enough and yes .(excepting the auditors part !) I will post code once I make progress.
I'm not quite sure what you mean by that. Your original post says...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 5:30 pm
Thanks for the answer..I had it working using table variables in my script and it worked fine.
Two way street here, please. Can you share your code? Someone else might...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 3:06 pm
From the article:
However, that should be a learning and teaching moment. We don't expect continuous quality issues, certainly not of the same type. A big part of the DevOps...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 2:52 pm
Ah... yeah. I get what you're trying to do. You're trying to look at "actuals" by database to ensure that the backups are not only following a backup plan but...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 2:22 pm
But why did it happen in the first place.
Heh... It's not a "Fault"... It's a "Feature" that helps keep DBAs and accidental DBAs employed. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 1:49 pm
I want to know what are the customers having missing month data based on the following data pattern. My data is present in table in below format. Please...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 29, 2020 at 1:50 am
OK, it turns out that after meeting with the Development Team, this was a much more complex table design than originally needed. So, I don't need any of this,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2020 at 10:25 pm
We have some indexes we have changed over the last few years to address performance problems. Currently the system is in MySql. But we are planning to do the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2020 at 10:09 pm
I did an article called Constraint Yourself! back in October 2008 on how to use DDL constraints to assure data integrity. One of the topics in that piece was...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2020 at 9:56 pm
Therapists who work for this client must enter their time in the client's system AND our system. I help our billing specialist compare the data from the 2 systems...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2020 at 2:15 pm
I see no need to use a 4 digit year here. Almost no businesses go back and analyze 100-year-old data, so there's no ambiguity. Even more so if you...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2020 at 1:45 pm
Heh... I don't know much about JSON but that's pretty counter intuitive of the language.
Also, I don't know why people are giving this question a low rating. It seems straight...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2020 at 1:32 pm
Viewing 15 posts - 6,151 through 6,165 (of 59,072 total)