Viewing 15 posts - 916 through 930 (of 59,072 total)
OK sorry about that (and for the duplicate post)
Heh... I can just imagine what's going through your mind... "But I posted it on the [Working in Oracle] forum".
One of...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 25, 2023 at 3:14 am
This is the 1st time I have seen some sessions blocked by SPID 0. Does anyone know what this zero session is?
Where are you getting this information from???
SPID 0...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2023 at 3:40 pm
You could use the table designer in SSMS. It will allow you to "move" it. Be advised that, behind the scenes, it will create a new table, copy the data...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2023 at 4:47 am
From one perspective, it really doesn't matter which method you choose as long as you're consistent. However, if you choose pluralism, it becomes difficult to maintain consistency.
For example, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2023 at 4:43 am
Just to summarize:
https://www.brentozar.com/archive/2018/02/set-implicit_transactions-one-hell-bad-idea/
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2023 at 6:02 pm
This extremely open ended question seems like a prelude to SPAM to me.
If it's not a prelude to SPAM, I suggested you take a look at the courses offered by...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2023 at 5:55 pm
lol.
Not sure we'd get tickets for posters, but it's not a bad idea.
I agree on fixing some things. Quite a few were delayed because of upgrade work. (Linux->Wordpress->Nami->Forums) all...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2023 at 4:34 pm
Just a few "litmus strip" questions to start with:
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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 *
...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2023 at 1:41 am
Totally agreed.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 11:08 pm
Viewing 15 posts - 916 through 930 (of 59,072 total)