Viewing 15 posts - 226 through 240 (of 2,487 total)
Also, presuming 'x', is the only field you're returning, add that field to an index on SubsidairyID, non-clustered or clustered. SQL will prefer that index as it will be able...
--------------------
Colt 45 - the original point and click interface ![]()
July 31, 2007 at 4:42 pm
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...
--------------------
Colt 45 - the original point and click interface ![]()
July 30, 2007 at 9:09 am
Then it should show you what needs to go where.
--------------------
Colt 45 - the original point and click interface ![]()
July 30, 2007 at 4:17 am
Did you download the sample package?
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
July 27, 2007 at 11:39 pm
Take a look at this article.
http://www.sqldts.com/246.aspx
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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?
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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,...
--------------------
Colt 45 - the original point and click interface ![]()
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 --------------------
Colt 45 - the original point and click interface ![]()
July 16, 2007 at 6:36 am
Viewing 15 posts - 226 through 240 (of 2,487 total)