Viewing 15 posts - 226 through 240 (of 2,486 total)
If you don't know where global variables are stored then you need to a lot more reading and learning than can be provided in a simple forum response.
Start of with...
July 30, 2007 at 9:09 am
Then it should show you what needs to go where.
July 30, 2007 at 4:17 am
Did you download the sample package?
July 27, 2007 at 11:42 pm
Wouldn't it also be advisable to capture the return value from sp_executesql?
eg: exec @rtn = sp_executesql etc...
July 27, 2007 at 11:39 pm
Take a look at this article.
July 26, 2007 at 5:35 pm
Then do as I suggested and save a package as VB so you can see how the mappings are created. Then add an ActiveScript task to do all the work.
As...
July 25, 2007 at 5:16 pm
Do you have to generate a new identity value? Can you keep the identity value that's been generated in the source table?
July 24, 2007 at 4:46 pm
Unless you have other workflow manipulation tasks in subsequent steps, then all you are telling DTS to do is not run the ExecuteSQL task. To prevent the import from occurring...
July 23, 2007 at 7:34 pm
Sandy
Best thing to do would be to create on datapump task with all the mappings. Save the package as a VB file (via Save as... command). Open the file and...
July 19, 2007 at 7:04 am
A good bit of DML & DDL goes a long way. If you provide the query, table structure and index structure we could maybe make some suggestions as to why...
July 17, 2007 at 7:17 pm
After the data is imported, how are you veiwing it to see it as "ARIZONA ALABAMA STATE "??
If you're looking at it in Enterprise Manager, or the Query...
July 17, 2007 at 7:12 pm
Not sure about any limitation with the inbuilt Log Shipping. As a rule we don't use the inbuilt log shipping we prefer to use our own T-SQL scripts and have...
July 17, 2007 at 7:06 pm
Ali, I was going to say we'll forgive you for hijacking the topic, but you've done it four times. Start your own topic and you might get a better response.
Carlos,...
July 17, 2007 at 6:57 pm
Hmmm ... ok I'm out of ideas. Looks like you've tried all the avenues I can think off.
I'd say the next step would be a support call to MS
July 16, 2007 at 6:36 am
Ok, with that server setup you shouldn't run into any of the limitations imposed on the lower editions.
When you try to start them manually is this done via EM, or...
July 16, 2007 at 6:25 am
Viewing 15 posts - 226 through 240 (of 2,486 total)