Viewing 15 posts - 46 through 60 (of 2,356 total)
Seriously, why would anyone want to use this type of date? It doen't comply with any standard, can't handle seconds, and will run out of thread in the lifetimes...
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/
March 8, 2024 at 10:30 pm
... and a few things came together recently that reminded me of you.
Oh my. I can only imagine. Any chance of you sending an email about that? ...
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/
February 14, 2024 at 1:55 pm
Hi Steve, no reports under home and not sure why I have sp_whoisactive in monitoring
Hi Steve, no reports under home and...
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/
January 31, 2024 at 1:54 pm
Good Stuff. There were a couple of the queries that didn't run against my Synapse instance. "can't convert to int". I had to cast some of the columns to bigints.
The...
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/
January 30, 2024 at 1:22 pm
Scott,
Your function works but outputs in rows.
I want like this in fact:
declare @tag varchar(100)
set @tag = 'one-two-three-four'
select
upper(convert(varchar(10),ltrim(PARSENAME(REPLACE(@tag, '-', '.'), 4)))) as [Post0],
upper(convert(varchar(10),ltrim(PARSENAME(REPLACE(@tag, '-', '.'), 3))))...
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/
January 29, 2024 at 8:25 pm
DECLARE @StringToFind varchar(256) /* String to find */
DECLARE @ObjectType char(2) /* Only look for objects of this type */
DECLARE @NumberToExtract int /* Number of characters...
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/
January 24, 2024 at 8:47 pm
One thing, Rod, to think about is complaints or concerns about tech not being ready could be true. They could also be fear that if we stop using VS2013,...
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/
January 5, 2024 at 3:34 pm
I could probably cause WordPress to blow up with all of the poor practices I've had to fix.
Here is the issue of the day:
We have a large Synapse instance, it's...
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/
January 3, 2024 at 5:46 pm
Did the query you wrote produce the correct results? What was wrong with it?
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/
December 28, 2023 at 9:45 pm
I've been setting up bare metal SQL servers since SQL 2000, and I always set the max memory to the total memory - 4GB reserved for the operating system....
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/
December 28, 2023 at 9:41 pm
Great job on the article, really bad job on the 75% recommendation.
If there is 32 GB of RAM, then 75% is probably too high. If there is 32TB of RAM,...
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/
December 28, 2023 at 6:59 pm
Hi!
I have successfully installed the always-on system from your current repository, and I want to thank you for that. However, while the primary database is inaccessible, I want to...
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/
December 27, 2023 at 7:09 pm
Why PowerShell? Since anything can execute the xp_readerrorlog from a remote box then why not much more simply have the management server periodically execute the xp from its local...
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/
December 27, 2023 at 6:55 pm
Happy Holidays! Christmas Day for me is all the kids and grandkids hang out in the morning, and then go their separate ways leaving me in peace. I told my...
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/
December 22, 2023 at 5:47 pm
Will recordings of these be available???
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 8:12 pm
Viewing 15 posts - 46 through 60 (of 2,356 total)