Viewing 15 posts - 901 through 915 (of 59,066 total)
Just a few "litmus strip" questions to start with:
November 23, 2023 at 4:28 pm
All-righty then...
You say that you want all of the special characters to be replaced by spaces except for "&" to be replaced by "+" and "=" to be replaced by...
November 23, 2023 at 4:31 am
Is there a better/more efficient way to do what the below does? It is replacing several characters that are known to be problematic for this table/column(s) with a space.
BONUS...
November 23, 2023 at 3:59 am
Registration isn't open, but you can sign up: https://passdatacommunitysummit.com/twentyfour/
That way you can get the lowest price when it opens.
I do think they're pretty good about moving registration to...
November 22, 2023 at 3:47 am
Just a suggestion... Keep It Super Simple and flexible at the same time.
Here's the test table (not part of the solution):
DROP TABLE IF EXISTS #TestTable;
GO
SELECT *
...
November 22, 2023 at 3:36 am
We do Statistic Updates every 6h, maybe we should do this more often?
Hopefully, you're REALLY selective about which stats get updated.
November 21, 2023 at 1:51 am
Actually, it could be simplified even more. Since it always tries to run on Thursdays, we don't need to figure that out. We just need to figure out if the...
November 21, 2023 at 1:41 am
12am full to 2am diff is 26 hours for the first one, so no, not 24 hours.
In terms of your last question, changing logins makes changes in master. Changing...
November 20, 2023 at 9:48 pm
As a bit o a sidebar, I've found that the cutover point between DELETES and COPY to a new table is actually about (depending on the table, of course) only...
November 20, 2023 at 9:43 pm
Hadn't thought about that. Thanks, Scott.
November 20, 2023 at 7:55 pm
Looks like they fixed it!
November 20, 2023 at 7:42 pm
Heh... pretty typical for things like this. The OP asks a question and then never participates in their own thread. While some great code has been posted, there...
November 20, 2023 at 7:41 pm
Mostly but, personally, I wouldn't tolerate an RPO of 24 hours for any important data. Why are these databases in the SIMPLE Recovery Model?
these are read-only dbs. there's...
November 20, 2023 at 4:29 pm
Heh... pretty typical for things like this. The OP asks a question and then never participates in their own thread. While some great code has been posted, there are still...
November 20, 2023 at 4:03 pm
Viewing 15 posts - 901 through 915 (of 59,066 total)