Viewing 12 posts - 46 through 58 (of 58 total)
Thanks, thats what I was trying to remember! I am getting an error now b/c I have a where clause after the end of the case statement - the error...
May 24, 2002 at 3:51 pm
Actually I need to do the opposite. I need to set city_state = to its length minus 3 characters, as opposed to setting its length equal to 3 characters.
I believe...
May 24, 2002 at 3:43 pm
Job owner has not changed. The backup to disk was sucessful - and the only difference between that job and the one that failed is backing up to disk (success)...
April 17, 2002 at 1:36 pm
SQL Server Scheduled Job 'ADPS DATA ENTRY LOG BACKUP' ....Status: Failed ... Message: The job failed. The Job was invoked by Schedule 26 (Schedule 1). The last step...
April 17, 2002 at 11:48 am
You were absolutely correct. It must be late in the day for me, at least that is what I will tell myself.
Thank you again for your help!!
April 8, 2002 at 3:59 pm
Ok, I get the MM/DD/YYYY
but then
set @datevar = cast(@filedate as datetime) gives me a conversion error.
@filedate is a varchar(10)
@datevar is datetime
and @filedate holds 01/11/2002
Thanks!!
April 4, 2002 at 3:18 pm
Thanks - I think that will fix it. I was trying to convert the same variable from a varchar to datetime, instead of casting the varchar into a different datetime...
April 3, 2002 at 4:19 pm
Right - the rtrim does not get rid of them. This makes things difficult b/c that is a dynamically stored filename that I am trying to access - the 2...
April 2, 2002 at 3:11 pm
Sure - the table has one column varchar(17).
Lines of data
wb010120021.txt
wb010220021.txt
wb010320021.txt
wb010420021.txt
wb010520021.txt
for some reason, if I specify varchar(15) - which is the length of the data - I get a truncation...
April 2, 2002 at 2:21 pm
I have a different type of bulk insert question. I'm using a format file - and I have dbl checked its format with the table format that data is being...
April 2, 2002 at 1:16 pm
Your push routine was easiest to use - I put it in an execute process task and it works exactly as I need it to. You would think the http://FTP...
January 11, 2002 at 2:55 pm
Generally speaking yes, it will be the current date in YYMMDD format. But sometimes we have to load multiple files (old files) - and so I need to grab all...
January 11, 2002 at 2:42 pm
Viewing 12 posts - 46 through 58 (of 58 total)