Viewing 15 posts - 61 through 75 (of 2,356 total)
Have a numeric column HRS Numeric(5,2)
Need to add error if the value after decimal point second digit is not 0
Example - 50.10 is acceptible
50.77 is not acceptable (Second digit...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
November 16, 2023 at 5:47 pm
Is this an export or report created out of a mainframe? This is strangely similar to a situation I had to work on a while back.
Reading this thread, the issues...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
November 13, 2023 at 5:25 pm
I have to admit, I'm totally amazed about the number of people that participate on the QoD and on Polls on linked in.
I'm also amazed at the number of...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
November 13, 2023 at 5:11 pm
Though its Azure MI Business critical , I see fragmentation, Any script to identify which IX's need to be rebuilt ,as Frag is over 50%.
I will add REBUILD WITH...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
November 9, 2023 at 7:18 pm
I am very curious why you decided to perform an in-place upgrade instead of starting with a fresh install and restore of the databases to a new server? Especially with...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 31, 2023 at 5:56 pm
Hi there, I have this situation that I have been trying to get around for some time but I haven't been able to despite some considerable investigation. I have...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 31, 2023 at 5:50 pm
They are just looking for a magic button to remove all the blocking.
Seriously? If there was such a magic button, don't you think MS would have provided it? Tell...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2023 at 6:49 pm
I have the same question. It sounds as if you are rebuilding indexes.
Second, these scripts perform an update statistics on the table with a full scan. A table typically has...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2023 at 6:44 pm
thanks for your clarification/assistance. i still have alot to learn about performance/indexing.
For starters, the defaults that are built into Ola's scripts are based upon Microsoft's recommendations. Guess what. MS...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2023 at 6:32 pm
Snapmanager for SQL allows you to database level backups and avoid the OS freeze. We implemented it as a solution to back up a 3-4 terabyte sharepoint site database...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 4, 2023 at 7:57 pm
Also, as reindexing cycle takes several month, and business is quickly growing and we have more data, there are too many variables.
At least we keep all SLAs with growing...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 4, 2023 at 7:54 pm
I am aware of that effect. We do update stats which changes (sometimes) execution plans
We monitor Query Store a lot for regressed queries and check for execution plans change.
As...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 4, 2023 at 7:25 pm
I am using COMPRESSION=PAGE
Even without COMPRESSION, tables become 1.5-2 times smaller after rebuild
With the compression, below is the extract from the output of my script. You can see, sometimes...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 4, 2023 at 7:23 pm
VSS snapshots are SQL consistent and the feature no longer requires SQL Enterprise. They are supposed to be very fast - they may not be fast without adequate maintenance,...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 4, 2023 at 7:15 pm
I wanted to share my findings with you (and a script)
We have 24/7 workload with no downtime, up to 200K IOps, multiple databases 10-20-30Tb, on few servers 80Tb total.
I...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 4, 2023 at 6:37 pm
Viewing 15 posts - 61 through 75 (of 2,356 total)