Viewing 15 posts - 1 through 15 (of 43 total)
Still got this in SQL 2022.
Despite clearing log history right down the "Initialize Log" number initially climbs to 235, to then only return a handful of records.
No idea where all...
May 15, 2024 at 1:02 pm
Thank you, it's very frustrating isn't it!
June 22, 2022 at 10:06 pm
The users have PBI desktop and we deploy to PBI on premise.
The spreadsheet sits in teams.
February 3, 2022 at 4:40 pm
Thank you all,
That's given me some more ideas to try.
December 14, 2017 at 5:28 am
Ah, I thought I'd avoided Sargability by not manipulating my date column, only the GETDATE() function.
Thanks for that,
Rich
September 14, 2017 at 4:08 am
My AD groups are too large to use Get-ADGroupMember.
Going to attempt it using the Members property of Get-ADGroup and iterate that results set.
Anyone attempted this? Or got a better...
July 20, 2017 at 4:19 am
i've used sp_whoisactive to get the query plan.
it does show a table spool costed at 36% to support an Index Insert so that must be my culprit.
July 13, 2017 at 8:01 am
Yes, it makes a difference for a short while, but then the problem reoccurs.
Sorry, I forgot to put that in my original post :/
Now that Management Studio is being updated...
November 25, 2016 at 9:20 am
vivasjimmy - I've encountered this in the past.
Look at permissions and get your task to be owned and executed by an account with the appropriate permissions.
You may have to add...
November 19, 2015 at 8:43 am
It's a great technique. I've been doing similar for years.
I've recently recreated it in PowerShell, but keep having to revert to batch files as clients don't have up to date...
November 19, 2015 at 6:52 am
thank you.why did i not think of that!
doh!
May 18, 2011 at 1:32 pm
Cheers Ed, that's great. I guess it works better due to the function not exposing statistics to the query optimiser, but welcome you're take on what inspired you to change...
December 17, 2010 at 4:19 am
The article has served to remind me to re-read the original.
I do hope Omeswar is not going to get paid for his Copy and Paste technique.
September 13, 2010 at 3:38 am
Oops, the application being on the same server as SQL means you'll probably have to pay attention to memory settings to make sure they don't fight over memory.
Replicating to a...
September 2, 2010 at 4:59 am
Hi Horatio,
Your post raises quite a few issues. Here is my take on them...
Shrinking the database - DON'T
When new data is inserted it will auto-grow and your data files will...
September 2, 2010 at 4:09 am
Viewing 15 posts - 1 through 15 (of 43 total)