Viewing 15 posts - 4,351 through 4,365 (of 59,067 total)
Of course that forces the entire table to be rewritten every time. In a typical rebuild, often large parts of the table do not need rewritten because they haven't...
November 4, 2021 at 2:53 pm
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...
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...
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...
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...
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.
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".
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,...
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...
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...
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...
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...
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...
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...
November 3, 2021 at 5:01 am
Well, this is interesting. SQL 2022. No more parameter sniffing?
Heh... nothing could go wrong there, right? 😀
November 3, 2021 at 12:38 am
Viewing 15 posts - 4,351 through 4,365 (of 59,067 total)