Viewing 15 posts - 901 through 915 (of 59,078 total)
Jeff - that's what I am doing now, just using Replace(). I wanted to know if there was a better way to do it and so far it looks...
November 28, 2023 at 6:25 pm
You're looking at a 10 minute span of time for TempDB. Was that span of time during your long winded run?
You also say that "i run decent index routines nightly". ...
November 28, 2023 at 5:20 pm
Check the 3 underlying views. If they're all pulling from the same tables, it might be worth while to crib some of the code and write a separate...
November 27, 2023 at 7:01 pm
Hello, our users are complaining about blocking during a delete loop so I'm thinking that adding begin tran; and commit tran; inside the loops would allow the other queries...
November 27, 2023 at 6:55 pm
Check the 3 underlying views. If they're all pulling from the same tables, it might be worth while to crib some of the code and write a separate query, especially...
November 27, 2023 at 6:13 am
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...
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...
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...
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...
November 24, 2023 at 4:43 am
Just to summarize:
https://www.brentozar.com/archive/2018/02/set-implicit_transactions-one-hell-bad-idea/
November 23, 2023 at 6:02 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...
November 23, 2023 at 4:34 pm
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
Viewing 15 posts - 901 through 915 (of 59,078 total)