Viewing 15 posts - 721 through 735 (of 3,233 total)
Sorry, that was the test schema I used. I replaced the E2E text elsewhere with MySchema, but omited doing that for the testing section.
I've edited my original post to...
January 19, 2010 at 3:24 pm
You could create your tables inside a schema and then give them a SYNONYM on that table in DBO. You'll need to watch out for your schema level security...
January 19, 2010 at 3:03 pm
Why can't you write one SQL query to pull all results in one shot? Can you post the table DDL for your staging table and some sample data? ...
January 19, 2010 at 2:46 pm
gurukiran.bhat (1/18/2010)
I would like to mention that we are using exicute SQL task to bring data from source
How much data are you trying to move?
Is there a...
January 19, 2010 at 2:40 pm
Is your package using config files or expressions?
January 14, 2010 at 3:07 pm
I've never used software for this. In fact, I was not aware that software existed that had the ability to enforce coding standards.
We have always handled coding standards enforcement...
January 14, 2010 at 12:51 pm
Duplicate post, please follow this thread and reply here
January 14, 2010 at 12:03 pm
You're almos there.....
SELECT MediaBuyer,
[1/7/2009],
[1/9/2009],
[1/11/2009],
[1/13/2009],
...
January 14, 2010 at 11:41 am
Rick Bailey-440858 (1/13/2010)I was told that the poor performance was due to a record by record insert vs. a bulk insert.
OK.... but why can I use the same method to...
January 14, 2010 at 8:35 am
I would not recommend attempting to use the max degree of parallelism setting to micromanage your thread priority.
xuejianpan,
These data loads that you're asking about:
1. how often do you...
January 14, 2010 at 8:27 am
xuejianpan (1/13/2010)
January 14, 2010 at 8:14 am
Creating the XML in that format should not be very difficult, but I'll need some more information from you to continue. Can you post the table DDL for the...
January 12, 2010 at 3:20 pm
I would recommend looking into SQL Server Table Partitioning for this solution. You don't need multiple servers, multiple databases, or multiple tables. Just a well-designed partition strategy (possible...
January 12, 2010 at 1:54 pm
Viewing 15 posts - 721 through 735 (of 3,233 total)