Viewing 15 posts - 3,496 through 3,510 (of 4,272 total)
I'm with Matt on this one, SQL is not the place to do this.. Convert them back and re-import them..
CEWII
September 22, 2009 at 8:40 pm
gurukiran.bhat (9/17/2009)
We are Creating a SSIS package for data transfer between two MS SQl server databases, At one point we need to use Lookup transformation, But...
September 22, 2009 at 8:38 pm
I can see all kinds of issues with this methodology..
1. Memory will likely be an issue.
2. Uncontrolled number of packages.
3. No way to know if the package was successful..
And I...
September 22, 2009 at 8:02 pm
SQL 6.5 could do something but not really what you are asking for..
I have to ask a different question.
SQL isn't really meant to read email and interpret it.. ...
September 22, 2009 at 7:52 pm
That has been my experience as well.. I just tested it.. It resets to the seed..
CEWII
September 22, 2009 at 7:42 pm
You could so it with linked servers, but I have to ask what the issue with SSIS is, that is by far the best method..
CEWII
September 22, 2009 at 7:37 pm
I am about 100% sure that you can't go backward.. Sorry man..
CEWII
September 22, 2009 at 7:35 pm
Jeff Moden (9/22/2009)
September 22, 2009 at 7:13 pm
Do you think i need a Trigger or Stored Proc via an overnight Agent Job to change the User Status from Active to Inactive based on Expiry Date?
I don't see...
September 22, 2009 at 7:06 pm
Right path I think..
1. One SSIS package
2. 1 or more Dataflow components, it can be either, one is probably the easiest, no need for sequence containers.
3. Create start and end...
September 22, 2009 at 6:53 pm
In the progress tab when the package is running are you seeing Validation Complete and other messages, this tab should give you more informatio about what it is doing..
CEWII
September 22, 2009 at 6:44 pm
Could there be a transaction that is getting rolled back?
CEWII
September 22, 2009 at 6:37 pm
Are they three queries that generate different structures and you want all three in one resultset? Or three seperate queries to go in three seperate resultsets.. If it...
September 22, 2009 at 6:31 pm
I guess it means anything other than 0 is true.. I tried -1 and got true as well.
CEWII
September 22, 2009 at 6:28 pm
Check the other thread.. I already answered it over there..
http://www.sqlservercentral.com/Forums/Topic792280-392-1.aspx
CEWII
September 22, 2009 at 6:24 pm
Viewing 15 posts - 3,496 through 3,510 (of 4,272 total)