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...
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,...
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...
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?
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...
July 13, 2022 at 7:02 pm
Is it Friday? I feel like it should be Friday.
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...
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...
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...
June 22, 2022 at 6:10 pm
My question is do you need to perform frequent restores, and why?
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.
June 22, 2022 at 5:54 pm
Can you post a sample query? Have you read the Stairway series of articles on this site?
June 21, 2022 at 7:49 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.
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...
June 21, 2022 at 7:41 pm
Viewing 15 posts - 331 through 345 (of 2,356 total)