Viewing 15 posts - 9,166 through 9,180 (of 59,067 total)
In either case, you need to determine if the index is being used in association with FKs before you either drop or disable the index. IIRC, doing either will cause...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 10, 2019 at 7:57 pm
Now you
Erland Sommarskog wrote:Apparently there is a trigger the table calling sp_runwebtask.
Yes! 3 bloody triggers where set for that table. Deleted them fixed the problem!! Thanks!
Do you know...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 9, 2019 at 11:52 pm
The poster can control the @ and # tables he creates, can't he? Data element names, etc. are also under their control. Yes, you can get stuck with crap...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 9, 2019 at 7:37 pm
The treadmill has gotten faster and the changes have gotten worse.
It's still amazes me that there are still bugs in the basic engine that they're fixing and that they make...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2019 at 3:07 pm
Hi Yes, it is a major product from Microsoft, it is their ERP system Dynamics AX. There is no way that the product (database) has data integrity issues as...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2019 at 1:31 pm
I will talk with developers to understand how the integrity of the data is maintained through the code without foreign keys.
We know the answer to that, which...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 5:26 am
I'm reminded of the item about change in my signature line below. And, at the pace the changes are coming out, it can be a little (or a lot) frighting...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 5:23 am
Whether you use the old or new method, there's a whole lot more to it if you really want to do it right.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 5:20 am
Thanks for the replies. Yes, we are working on alerts now. In our case its a DW. Since we have multiple files that are currently set as limited in...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 3:10 am
Also, you want to avoid BETWEEN when dealing with dates / times.
I have heard this often but I have never seen any proof as to why. I am not...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 1:19 am
Also, you want to avoid BETWEEN when dealing with dates / times.
<strong style="background-color: transparent; background-image: none; font-family: arial,tahoma; font-size: 13.33px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; text-align:...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 1:18 am
Now THAT's funny. Talk about "Team Work", eh?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 1:00 am
Must be something in the wind with Git/GitHub... the Lansing, MI user group is having a speaker talk about getting started with Git/GitHub.
As a bit of a sidebar, I gave...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 12:55 am
Shifting gears for a minute... does anyone have experience with BitBucket (source control) and Jira? Rumor has it that they integrate seamlessly but have zero experience with either...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 12:49 am
I can't speak to bit bucket or Jira's CLI but I do like Jira/Confluence. As a ticket/issue/project/document tracker it works quite well for keeping track of the status...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 12:46 am
Viewing 15 posts - 9,166 through 9,180 (of 59,067 total)