Viewing 15 posts - 1,336 through 1,350 (of 9,641 total)
I'm don't know the WHY, but I can tell you it is blank because the AD login that "owns" the database is not valid on that server either because the...
August 20, 2013 at 9:34 am
You should use SQL Server Configuration Manager to control the SQL Server services. Start -> All Programs -> Microsoft SQL Server (version) -> Configuration Tools -> SQL Server Configuration Manager....
August 20, 2013 at 9:26 am
Are you doing all this in one transaction? If you break it up into multiple transactions and issue a manual CHECKPOINT in tempDB between transactions you will be able...
August 20, 2013 at 9:23 am
Here's a great blog post about it, http://toddmcdermid.blogspot.com/2009/10/quick-reference-ssis-in-32-and-64-bits.html
August 19, 2013 at 3:27 pm
What are you trying to do in the package? If you are using Excel as source or destination you need to use the 32-bit DTExec as I mentioned in...
August 19, 2013 at 3:14 pm
Okay, re-reading your first post makes me think you are have a COM Object that doesn't exist on the server you are running the package on.
If you are...
August 19, 2013 at 2:54 pm
If you are an administrator can you get to site settings in the upper right of the Report Manager home page?
What happens if you run IE as an administrator?
The...
August 19, 2013 at 2:19 pm
p.swathi4 (8/19/2013)
Can you suggest me the best autogrowth settings on the tempdb files
That depends on your workload, but really autogrowth should only be there for emergencies not as part of...
August 19, 2013 at 1:59 pm
Okay, that is to manage the reports. It looks to me like someone modified the permissions on the report server. I'd talk to whoever is in charge of...
August 19, 2013 at 1:55 pm
I guess I don't consider the learning and preparing to present part of my job. I do consider it part of my career though. My job is what...
August 19, 2013 at 1:10 pm
How are you running the package, BIDS, SQL Agent, DTEXEC?
What does the package do?
August 19, 2013 at 1:04 pm
Can you run sp_who2 to see what is blocking what?
In your trace what events are you looking at?
August 19, 2013 at 12:57 pm
Something that hasn't been mentioned yet, is that having the autogrow set to 10% isn't usually the best practice and this could be causing the out of space error because...
August 19, 2013 at 12:53 pm
Looking at the image it appears that the cell in question has a table embedded in it which has a header and one row with 2 columns.
August 19, 2013 at 12:39 pm
Do you mean a component that you can re-use across all 3 areas (SSIS/SSAS/SSRS) or do you mean components that you can re-use within an area?
There are ways...
August 19, 2013 at 12:26 pm
Viewing 15 posts - 1,336 through 1,350 (of 9,641 total)