Viewing 15 posts - 3,046 through 3,060 (of 59,067 total)
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...
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.
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...
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...
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...
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...
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.
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.
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...
August 1, 2022 at 6:46 pm
If your system is like mine, the data in the default trace lasts about 6 seconds. 😉
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...
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??? 😉
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...
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...
July 31, 2022 at 6:54 pm
The use of COUNT() OVER will make light work of this. It basically does what Phil says... provides a combination of COUNT with GROUP BY. You would use the PARTITION...
July 31, 2022 at 6:36 pm
Viewing 15 posts - 3,046 through 3,060 (of 59,067 total)