Viewing 15 posts - 4,366 through 4,380 (of 59,069 total)
One thing I am disappointed not to be hearing more about is the use of resumable index rebuilds.
I've stopped using reorganize on huge tables where we can't rebuild because...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 10:48 pm
How many megabytes does the database currently have, how many megabytes to you want it to have, how much FREE SPACE is currently available in the data base, and how...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 8:48 pm
Hi,
I have a stored proc that takes comma separated list , split it and use it to match against table columns.
e.g.
execute spValidationGet '821780031254,821780031250,1473983,1473903,65644'
I need to implement some input validation...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 8:42 pm
Just one more thing... The example above spans 29 months. Is there a good way to separate it out to place three columns for each month within the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 8:37 pm
You added OPTION (RECOMPILE) to the code you posted for this thread. That's what I'm talking about. The OP said the code was being run thousands of times per day.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 8:27 pm
I agree with Aunt-Green but it may require you to add an "EXECUTE AS OWNER" to the stored procedure. "It Depends".
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 7:18 pm
I'm not a SSRS expert. I know enough to get myself in trouble. Anyway, if memory serves, I recall seeing somewhere a blog post, maybe a Microsoft documentation article,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 7:16 pm
I have such an issue. I have units, on sale date and also how many weeks the unit is on sale. However, my current formula with DATEDIFF grabs only...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 7:10 pm
Just one more thing... The example above spans 29 months. Is there a good way to separate it out to place three columns for each month within the date...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 7:08 pm
Phil:
Happy to comply, but I'm not sure I know how to do those things. I will try to figure it out.
Other sites have controls for these things, which I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 7:05 pm
I totally agree that tables scans are bad but adding OPTION(RECOMPILE) to every CATCH-ALL query is a really bad thing. And, you state the truly obvious when you say anything...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 6:33 pm
The difference of bad data before and after computers is that bad data in computers can be perpetuated and disseminated so much faster.
And that more people believe the bad...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 6:23 pm
Hi Jeff,
Good questions Jeff, its in development so not sure exactly what to do with results yet?
If Client has only one row then leave it out of the results...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 5:01 am
Well, this is interesting. SQL 2022. No more parameter sniffing?
Heh... nothing could go wrong there, right? 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2021 at 12:38 am
Sorry... post withdrawn. Wrong post.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2021 at 9:14 pm
Viewing 15 posts - 4,366 through 4,380 (of 59,069 total)