Viewing 15 posts - 511 through 525 (of 22,184 total)
Yes. Its a small table. Question is , when there is 0 rows in the table, and when we say SELECT * FROM <Tname> , why SQL Server is...
February 28, 2023 at 3:43 pm
So, yeah, about what I expected. A clustered index scan and nothing else.
So, your #1 problem query is SELECT * from a table with two rows in it?
Dude, go home....
February 28, 2023 at 3:24 pm
For now, rebuilding all the indexes on the tables every 1 hour is giving some relief. query returns in few milli secs.
but... why? Two rows or sometimes empty? Honestly,...
February 28, 2023 at 3:17 pm
I'm afraid I don't understand. What's that? It's a picture of some data from a query running SELECT * returning 2 rows. I'm confused.
February 28, 2023 at 2:39 pm
What do the execution plans look like? What do the queries look like. There's not a 'run faster' switch that can be flipped here. Without some understanding of the behaviors...
February 28, 2023 at 1:13 pm
If a FK or a trigger is involved i hope , there should be some kindly of error thrown?.
Not if it's just processing all the validations, scanning tables looking...
February 28, 2023 at 12:58 pm
I read through the interview questions at the link, and yeah, I'd say those are somewhat tough questions. I've been doing this for 30+ years. I've written a few books....
February 24, 2023 at 12:05 pm
Are any thredizens going to be in Atlanta for SQL Saturday BI Edition???
Nope. But I am in Austin for SQL Saturday here.
February 24, 2023 at 2:59 am
Just wanted to say thanks on this again, Grant. Work has given me the green light for SQLBits; it's a bit (no pun intended) last minute though so all...
February 22, 2023 at 6:47 pm
Also, salaries are very regional. A DBA in Tulsa probably isn't paid what a DBA in NYC is paid (honestly, they should be, but they aren't). This isn't specific to...
February 22, 2023 at 1:46 pm
Exactly that, or, have a second job scheduled two hours after the one that starts it.
February 22, 2023 at 1:42 pm
So catching up and getting back into the forums here...
Saw the talk about the SQL conferences and this may be the first year I go to PASS Summit! When...
February 22, 2023 at 1:14 pm
Always a fan of "whatever works". Glad you found a solution.
February 21, 2023 at 2:28 pm
Full text indexes are an option. Although, in all honesty, I hate 'em. Hard to maintain and frequently don't actually speed things up much, if at all. Extra storage. Ugh....
February 21, 2023 at 2:02 pm
Trying to get different perspectives! May be I am looking at the things might not be the right. Getting awareness from wise people will definitely make me think with...
February 20, 2023 at 9:19 pm
Viewing 15 posts - 511 through 525 (of 22,184 total)