Forum Replies Created

Viewing 15 posts - 856 through 870 (of 1,062 total)

  • RE: Problem with DTS package that creates text file from Oracle db

    I did it fine. I created an Oracle connection and a destination text file connection then used transform data task to put the data into the text file.

    It worked fine.

  • RE: How to import newer records SQL using DTS?

    You can create a global variable 'Transdate'

    First step create dynamic property, click 'add', then click on the global variable 'Transdate', press edit, change source to 'Query', then put in...

  • RE: Personal Laptop

    I agreed. The company should take care of its own equipment, and I will take care of my own. 

  • RE: can any one explain me what result will this query return and why?

    The (+) is outer join mostly using in Oracle.  It is not ANSI standard.

    SELECT * FROM table1, table2 where table1.b = table2.x (+)

    It means if x in table2 can't find...

  • RE: Trigger with SMS.

    If you create a job, then in each step, in the 'Advance' you can specify what to do when the step fails.

    In the job itself, there is a 'Notification' tab,...

  • RE: Multiple Alter Column statments...

    I assume you have data in the table. Every time you alter a column in a table, SQL Server will copy all the data in the old format to the new format. ...

  • RE: Case function in a Join

    I don't understand what you are trying to do here:

    CASE WHEN ISNULL(paf.new_housenumber,'')

  • RE: The Amazon Way

    There is a problem with the same developer supports the application all the time.  If anything happens, there is no backup.  It happened to my last company, one developer supported...

  • RE: What front end tools do you use?

    You may be able to contact some of the companies and ask them to show you a demo.  Then you can decide which one looks the best. 

    Besides we don't buy...

  • RE: Problem with Execute Process Tasks

    You seemed to know the problem.  So why did you post to ask for help?

  • RE: The Power of Technology

    The police chief could not even bring himself to tell the news. He said he felt liked Kim was part of the family, it became very personal.

    Did he do the right...

  • RE: Problem with Execute Process Tasks

    Can you use Execute SQL task and xp_cmdshell to execute the bat file? 

    I am not sure it will work but at least it worths a try.

  • RE: What front end tools do you use?

    We also have Oracle and AS400, we use SQL Server 2000 DTS to extract data from Oracle and AS400 and put them in SQL Server 2000 dimension and fact tables. ...

  • RE: What front end tools do you use?

    The reason my company chose Hyperion is it is not just a reporting tool.  It is financial management - a planning tool for finance people, this is the main reason...

  • RE: Difference between ODS and Datawarehouse

    I got the definition from PC world.

    (Operational Data Store) A database designed for queries on transactional data. An ODS is often an interim or staging area for a data warehouse,...

Viewing 15 posts - 856 through 870 (of 1,062 total)