Viewing 15 posts - 331 through 345 (of 2,356 total)
Showing us your code may help us help you. Providing some sample data, and an expected output would also make things far easier.
My signature line contains a link on how...
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/
July 25, 2022 at 2:45 pm
Lately, there is little need for tuning. At least here. Unless there is a query that is absolutely causing an issue, there is no time spent on performance. Hurry up,...
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/
July 25, 2022 at 2:43 pm
Without any details, this does not sound like a great idea. I'm curious as to what you are trying to accomplish.
xp_cmdshell requires admin rights to execute.
This article shows how non-admins...
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/
July 22, 2022 at 7:08 pm
Is there a question here? Or are you saying that some operating systems do not support the installation of ODBC 17?
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/
July 15, 2022 at 4:55 pm
Question for the smart people, and the rest of you.
Would you endorse or get behind the statement: Some deadlocks are healthy. or Some level of deadlocks is healthy.
Or is...
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/
July 13, 2022 at 7:02 pm
Is it Friday? I feel like it should be Friday.
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/
July 5, 2022 at 12:54 pm
I have a user 'Dev_User' in a new dev server which I am trying to drop and recreate. I generated a script using sp_help_revlogin proc from a an old...
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/
June 24, 2022 at 12:35 pm
What is the data type of "tab1.g, h, i, j, k, l?
If it is a datetime, then CONVERT(date, tab1.g) is all you might need, depending upon the regional setting 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/
June 22, 2022 at 6:43 pm
Of far more interest to me is the reasoning behind having 40 linked servers, and apparently each has the same database structure.
What kinds of things were you trying to accomplish...
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/
June 22, 2022 at 6:10 pm
My question is do you need to perform frequent restores, and why?
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/
June 22, 2022 at 6:00 pm
There are a few things when a failover is required. One, drop and re-create the listener. Two, modify the connection strings. Three, modify the DNS records. Four, use an alias.
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/
June 22, 2022 at 5:54 pm
Can you post a sample query? Have you read the Stairway series of articles on this site?
https://www.sqlservercentral.com/stairways
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/
June 21, 2022 at 7:49 pm
That works.
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/
June 21, 2022 at 7:47 pm
Take a look at this link. It's way easier to read!
https://sqlserverbuilds.blogspot.com/
There was a security update released on 6/14.
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/
June 21, 2022 at 7:46 pm
I have a new SQL 2019 failover cluster which consists of two nodes and two SQL instances. The first instance is using port 1433 and the second 1439.
During failover...
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/
June 21, 2022 at 7:41 pm
Viewing 15 posts - 331 through 345 (of 2,356 total)