Viewing 15 posts - 2,161 through 2,175 (of 2,857 total)
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
May 25, 2018 at 10:21 am
Anything in the SQL Server Agent Error Log? That should tell you why it failed to start.
May 24, 2018 at 12:26 pm
There are a lot of things you can check:
While the process is running, look at the CPU's (and other resoureces) in resource monitor. How many cores are being fully...
May 24, 2018 at 12:08 pm
Viewing 15 posts - 2,161 through 2,175 (of 2,857 total)