Viewing 15 posts - 2,176 through 2,190 (of 2,883 total)
I just realized I misread that configuration... it isn't 122 GB of memory, it is 12.2 GB of memory.
Depending on database size, that may be too small, but I'd still...
April 23, 2019 at 9:45 pm
When you say a "slow server", is it every query that is slow? Is it a specific stored procedure or view that is slow or everything you do on the...
April 23, 2019 at 9:00 pm
This may be an unpopular opinion, but I feel that this is more of a user training issue than a forum software issue.
If the end user uses the tool the...
April 22, 2019 at 9:30 pm
Looking at the query, your @Time1 and @Time2 variables are going to show the time difference between how long it takes to call GETDATE(). And that time is going to...
April 10, 2019 at 10:09 pm
I have a question about this:
When it gets suddenly slow, are you able to reproduce the slowness on your machine from SSMS?
What I am thinking is to...
February 12, 2019 at 9:31 am
Another way to get this inventory is through RedGate SQL Monitor.
Not sure where they scrape their data from, but in version 8 (possibly sooner) they have an Estate tab...
January 22, 2019 at 12:14 pm
As a thought, is your .NET up to date?
August 15, 2018 at 9:42 am
I quite enjoy being a DBA overall. Every now and then I get hit with odd problems that make me think and hopefully I have time to think and resolve...
August 10, 2018 at 8:42 am
Have you tried using the "right" and "left" functions? something like:
LEFT(RIGHT(<string>,6),1)
August 8, 2018 at 11:39 am
Can you post some DDL?
Looking at the sample data, it looks like you'd just need to look at the status column and member email. the other columns sshouldn't matter.
August 3, 2018 at 2:01 pm
This sounds like a DNS issue to me. Your DNS server is likely pointing to the old address or prioritizing the old NIC.
You will want to update the DNS...
August 3, 2018 at 12:36 pm
Something to check is database autogrow. If the database is growing when you do this import, it will slow things down.
Another thing you could try that we did in...
August 3, 2018 at 12:30 pm
August 1, 2018 at 1:50 pm
If object_id('tempdb..#DLT') IS NOT...
August 1, 2018 at 12:51 pm
August 1, 2018 at 11:27 am
Viewing 15 posts - 2,176 through 2,190 (of 2,883 total)