Viewing 15 posts - 886 through 900 (of 59,066 total)
Yeah, you can set up SQL Trace or Extended Events to catch those errors. It's like a net for those SQLExceptions. But in the long run, asking devs...
November 30, 2023 at 1:10 pm
hi folks
really appreciate the feedback here guys, although i am now in a state of, what the hell do i do now - which is no bad thing, lets...
November 29, 2023 at 9:53 pm
Jeff
look at my reply above , thats a five day window!
the scripts i use for indexing are just the standard ola hallengren scripts
And as i said, normal erp sql...
November 29, 2023 at 3:45 am
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
Viewing 15 posts - 886 through 900 (of 59,066 total)