Viewing 15 posts - 61 through 75 (of 1,291 total)
Avg_fragmentation_in_percent is not high, so the index is not fragmented. Have you tried looking at the execution plan of the query?
February 2, 2012 at 5:06 pm
goodluck (2/2/2012)
February 2, 2012 at 2:22 pm
What is the values you see when you run the DMV sys.dm_db_index_physical_stats against that partition alone..
February 2, 2012 at 2:20 pm
There should be some kind of security involved in SSIS packages where there is sensitive data (passwords or login info)..
Read these resources and they might help you..
February 2, 2012 at 1:34 pm
Well, if there requirements need you to record what's moved on what date and time, you will have to come up with SSIS packages (Replication can't do that), along with...
February 2, 2012 at 1:31 pm
If you set that up, every time the package needs to be executed, it has to have that login credentials and it will eventually missed.
I would suggest you have...
February 2, 2012 at 1:26 pm
You may also have to click Edit Mappings and choose one of the following....
Delete the existing data in the destination table and insert the new data OR
Append rows to...
February 2, 2012 at 1:15 pm
something like this..
LTRIM(RTRIM(Parameters!time.Label)
February 2, 2012 at 1:09 pm
How are you storing the security credentials for the login.
What is the package protection level set to?
February 2, 2012 at 1:06 pm
I guess that... I was checking what's the OP is doing. Will have to wait for the OP's response..
February 2, 2012 at 1:04 pm
No worries. You are welcome..
February 2, 2012 at 1:02 pm
This is just an idea, have you tried trimming the leading and trailing spaces using LTRIM or RTRIM ?
February 2, 2012 at 1:01 pm
You mean, you create SSIS package afresh in BIDS every time? Are you sure you have necessary permissions on the folder location (most commonly the local drive) where you are...
February 2, 2012 at 12:59 pm
Viewing 15 posts - 61 through 75 (of 1,291 total)