Viewing 15 posts - 136 through 150 (of 6,022 total)
I just export the plan and its consumption statistics from the plan cache.
1 file with all consumption details, 1 .sqlplan file per plan
Yes, we can get plan from either...
June 27, 2023 at 5:58 pm
This is an interesting discussion in the context of database object deployments.
SQL Server will take schema stability locks when running a SELECT query (or a DML, DDL, etc operation) which...
June 26, 2023 at 3:32 pm
A Computer Science or Engineering degree definitely gives someone an advantage when they are starting a career in IT - not just from the perspective of looking good on paper...
June 20, 2023 at 1:49 pm
Elon Musk says the universe we live in is a computer simulation. If that's true, then God would be the SYSADMIN ?
May 17, 2023 at 1:50 pm
Steve, your point about keeping a copy of the incident response letter offline reminded me of something I read a while back. It's a lot easier to apologize for a...
May 4, 2023 at 2:27 pm
"..I'm especially surprised how many have performed lift-and-shift migrations to IaaS services after a mandate by management. I'm also not surprised that many customers find they're spending too much, and...
April 18, 2023 at 6:39 pm
".. However, using data to try and improve your efficiency has a downside. It can lead you to a very narrow focus in your approach .."
A good example of this...
April 13, 2023 at 1:16 pm
I think folks are learning that 99.999 uptime is expensive, and even if you pay for it, there are operational reasons why the database will be offline on occasion anyhow.
March 27, 2023 at 6:03 pm
I've used INSERT.. DELETE.. OUTPUT.. in the past to implement archival of log tables. A daily scheduled job simply deletes where datetime < X days, and the deleted rows are...
March 27, 2023 at 5:58 pm
I remember back when LINQ and Entity Framework were going to write all our queries for us, but it didn't pan out that way.
It's sort like saying that self serve...
March 1, 2023 at 3:22 pm
At this point, ChatGPT answers a broad range of questions based on the vast public domain of information and consensus of opinion that exists in the internet. It is impressive,...
February 27, 2023 at 1:45 pm
I didn't realize this is President's Day until you mentioned it - it's not a holiday I typically get off from work. Actually this week will probably be more busy...
February 20, 2023 at 2:02 pm
So, the cloud is like a super buffet where every type of food imaginable is right there for the taking at a price point that's less than you would spend...
February 16, 2023 at 4:15 pm
We used to use magnetic tape for arhiving data and avoided needing to delete it OR to pay ongoing costs for online storage.
...
And another thought about this, we...
February 7, 2023 at 7:35 pm
A useful feature would be declaration of user defined global constants at the server or database level.
For example:
DECLARE CONST @@PI NUMERIC(12,10) = 3.1415926535;
DECLARE CONST @@StatusInProcess TINYINT =...
February 7, 2023 at 2:56 pm
Viewing 15 posts - 136 through 150 (of 6,022 total)