Viewing 15 posts - 556 through 570 (of 1,062 total)
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,...
October 12, 2007 at 7:38 am
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.
October 11, 2007 at 6:16 pm
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
October 11, 2007 at 6:12 pm
Are you looking for a tool to build data warehouse or report or ETL process?
Data warehouse includes a lot of things.
October 11, 2007 at 10:58 am
I read a lot of those motivational books, none had done me any good. I rather read Little Prince or speech from Dalai Lama.
October 11, 2007 at 10:56 am
I read that book long time ago.:exclamationmark::(
October 10, 2007 at 12:45 pm
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;...
October 10, 2007 at 10:37 am
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...
October 8, 2007 at 4:48 pm
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 =...
October 8, 2007 at 12:15 pm
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...
October 8, 2007 at 11:42 am
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...
October 7, 2007 at 1:56 pm
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...
October 7, 2007 at 1:30 pm
That sucks!!!! :angry: I am looking for a job ! :crying:
October 5, 2007 at 2:27 pm
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...
October 5, 2007 at 2:26 pm
Viewing 15 posts - 556 through 570 (of 1,062 total)