Viewing 15 posts - 16 through 30 (of 66 total)
THNK YOU JEFF! It works great! except the result returns only the applicant available for the job, I need it to display zero in 'Received Applicants' when this job doesn't...
March 14, 2006 at 2:53 pm
Thank you. I got it.
February 23, 2006 at 12:44 pm
sorry that i didn't make it clear, but here is the example:
T1:
employid Jobtitle
123456789 030
999999999 036
T2
employid Paycode Payrate
123456789 1135 10
123456789 7000 50.69
999999999 1200 50000
999999999 3200 146
There is no lookup table for...
February 20, 2006 at 10:21 am
All the employees have more than 1 record, and I only want to have one based on employid and I don't care which one I deleted.
However, the code I write...
January 19, 2006 at 1:27 pm
Infact, I am new to the DTS package.
I need to schedule the task to run for a monthly basis. These 2 servers are linked already.
And actually, I inserted data already. ...
December 19, 2005 at 9:01 am
My source table is a summary table, which contains Store_number, TotalAmt, Sales_Month, and Sales_Year. It doesn't have a Row_ID column.
The destination table is from database for a Real Estate application,...
December 19, 2005 at 8:14 am
I am sorry that I didn't explain it clearly.
The source table doesn't have ROW_ID column, so I have to create this Row_id dynamically.
Please suggest me how to do it. ...
December 19, 2005 at 8:03 am
It's not an identity field.
Actually, I am using DTS load the summary data into a table which contains the row_id column and I received an error:
Cannot insert the value...
December 16, 2005 at 3:39 pm
Hi Jeff,
Thank you for your reply. But I am sorry that I didn't explain my situation clearly.
The Location_2 has more than 40 different values and it can be changed/added/deleted anytime...
December 12, 2005 at 8:13 am
Thank you Andy. I did test the connection and stop/started the service.
But I still not able to send attachment.
the two following TransactSQL show different
results:
1. with attachment
master..xp_sendmail
@recipients = 'xxx@company.com',
@subject =...
November 30, 2005 at 8:41 am
Thank you Carl.
I don't mind to loss job history, so I run the script again and re-created the jobs. Now they are running perfectly.
November 29, 2005 at 9:02 am
Thank you Andrew. It does work after I set originating_server to new server name and I checked the properties of all jobs, the source server did changed to the correct...
November 29, 2005 at 7:57 am
Carl, thank you so much. It works perfectly.
October 27, 2005 at 7:36 am
well, I never used BCP utility. I am executing the following command in SQL Query Analyzer:
bcp "HRCHRIS.[dbo].[Mgmt_App_Resume_Table]" out "Resume.txt" -c -q -U"HRIS" -P"HRIS"
and here's the error message:
Server: Msg 179, Level...
October 20, 2005 at 2:35 pm
Viewing 15 posts - 16 through 30 (of 66 total)