Forum Replies Created

Viewing 15 posts - 556 through 570 (of 1,062 total)

  • RE: I just want to do my job !

    Jeff

    What is that meant? Yeck!!!

  • RE: I just want to do my job !

    Adrian

    Thanks a lot.

    Rudy

    I put a lot of post of my bad job experiences. I just wanted to get some advices or had someone listening to my problems,...

  • RE: Process Has Flat File Locked

    Instead of using Active X script, have you tried to use the FTP task in DTS?

    I used it before and it seemed to work pretty good.

  • RE: parameterized DTS problem

    How did you design your DTS package?

    How did you get the data from Ingres DB?

    The first thing that came to my mind was using Dynamic Property Task.

    my 2 cents

  • RE: dataware house tools

    Are you looking for a tool to build data warehouse or report or ETL process?

    Data warehouse includes a lot of things.

  • RE: I just want to do my job !

    I read a lot of those motivational books, none had done me any good. I rather read Little Prince or speech from Dalai Lama.

  • RE: I just want to do my job !

    I read that book long time ago.:exclamationmark::(

  • RE: I just want to do my job !

    I should learn this from Einstein long time ago.

    Albert Einstein

    If A is a success in life, then A equals x plus y plus z. Work is x; y is play;...

  • RE: Software is Like Building a House

    I was a team player and I got along with everyone fine. I used to talk to my co-workers all the time and we had a lot of fun.

    But...

  • RE: Lookup or Reference tables

    I assume BusinessArea and Status in the main table, so why don't you put a CHECK constraint in the Status field based on BusinessArea

    Status VARCHAR(1) NOT NULL CHECK ((BusinessArea =...

  • RE: parameterized DTS problem

    How did you set up the parameters? You cannot just pass the value from one database to another one.

    You need to set up Dynamic property to set up a...

  • RE: Software is Like Building a House

    Actually I was starting writing an article about comparing building a house vs building data warehouse. Now I can scratch that article. I was thinking about the TV...

  • RE: Data between 2 timestamps

    I assume the lowest interval you want to get is minute.

    SELECT DATEDIFF(mi, starttime, endtime) FROM Table

    DATEDIFF ( datepart , startdate , enddate )

    Returns the number of date and time boundaries...

  • RE: How come no one post any job?

    That sucks!!!! :angry: I am looking for a job ! :crying:

  • RE: Remote DBAs

    I could not tell you too much about on call DBA in my former company. Even the on call DBA supposed to be on call 7/24, first not...

Viewing 15 posts - 556 through 570 (of 1,062 total)