Viewing 15 posts - 3,061 through 3,075 (of 59,067 total)
Then use THAT instead of what you have in the code you posted!!! 😉 Here's what you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 2:38 pm
I'm pretty sure that I'd remove the IP address and port from the original post. Just sayin'... you know... Security??? 😉
Hmmm... I'm pretty sure that IP address is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 2:16 pm
Show mercy on newbie 🙂
Heh... I did!
While it may come to having to do a reboot, recommending a reboot without qualification is a bad idea.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 2:08 pm
That's some really bad code to troubleshoot, Jeremy. Someone not familiar with the tables would have a heluva time trying to figure what which columns come from which tables and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 6:34 am
I'm not going to answer your question. YOU are. Here's a test table that you can try all 3 answers on. Don't let the "million" row thing scare you... this...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 3:48 am
If your ldf is actually larger than your mdf, like you say it is, then you have a much worse problem on your hands. You need to find and fix...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 7:18 pm
I had same issues , the detach query executed for 4 hours but didn't completed.
The solution worked for me is very simple. I dont know the reason behind it...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 7:11 pm
I suspect you meant "...relational databases are not going away."?
Absolutely correct. Can't believe I phat phingered that. Thank you for the catch.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 6:55 pm
Ok... so tell us how you got the numbers is the "after" graphic from the numbers in the "currently have" graphic. The don't add up.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 6:52 pm
Step 1 would be to query just the view to see if the date range returns anything. Then add a piece of your query for one of the joins and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 6:46 pm
If your system is like mine, the data in the default trace lasts about 6 seconds. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 6:33 pm
With the understanding that I've never used Power BI, are you suggesting that Power BI cannot get data directly from SQL Server without having to use a language like Python?
If...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 4:55 am
I'm pretty sure that I'd remove the IP address and port from the original post. Just sayin'... you know... Security??? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2022 at 7:24 pm
I just checked the MS documentation... Here's the link of the document section I'm looking at.
https://docs.microsoft.com/en-us/sql/t-sql/statements/create-trigger-transact-sql#recursive-triggers
It's amazing to me that this is still only a server level option but...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2022 at 7:10 pm
That other table has a trigger, but no write operations, other than to itself.
Just at a quick glance, I'm thinking the above from your original post is the source...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2022 at 6:54 pm
Viewing 15 posts - 3,061 through 3,075 (of 59,067 total)