Viewing 15 posts - 2,206 through 2,220 (of 2,905 total)
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
Was my solution no good? It seemed to work with the data you provided...
August 1, 2018 at 11:13 am
A sample solution (not an efficient or "good" one but it works with the sample data you gave, but no promises it would work with "real" data, and I imagine...
July 31, 2018 at 3:46 pm
There are a lot of good articles written pertaining to SSRS and timeouts out there, such as this one:
http://geekswithblogs.net/ssrs/archive/2009/10/30/steps-to-resolve-ssrs-timeout-issues.aspx
There are 2 basic approaches to timeout issues...
July 31, 2018 at 3:13 pm
I generally tell them that "I am a database administrator; which is a spcific role in the IT industry." It gives them the chance to ask more questions about it...
July 30, 2018 at 8:36 am
I am probably the "odd duck" in the group, but I don't find any software is "just a toaster".
For years, I just used notepad because it was pre-installed and...
July 27, 2018 at 9:01 am
My methodology is that NULLs are acceptable if you can justify them. If I see code where a developer is creating a table and they haven't talked to me first...
July 6, 2018 at 8:59 am
Is this a live server?
If so, my first step would be to get a TEST server set up so you can do changes during company uptime and not have...
May 30, 2018 at 11:59 am
Pretty sure the only good way to do that is to cast it to a numeric type in the report or casting it as something else inside excel.
But...
May 29, 2018 at 2:40 pm
Viewing 15 posts - 2,206 through 2,220 (of 2,905 total)