Viewing 15 posts - 616 through 630 (of 748 total)
Hi Bob,
Thank you for the input, you are really making things even complex, although you won't say that. (don't panic, I know you are in good intention ;))
If I have...
December 10, 2008 at 2:04 pm
Thank you for your reply, the reason why I don't want to use (if possible) the if else is: I have not only integrity be the criteria, but several others,...
December 10, 2008 at 1:33 pm
Yes, it is still there, my mistake. Thank you guys.
December 10, 2008 at 9:21 am
Step 1 prompted a "folder not exist" permission problem, all the following steps show different error messages caused by step 1.
This is weird, there got to be something wrong...
October 21, 2008 at 4:52 pm
All the child packages are logging-enabled, log shows there was no any problem until Aug 30.
October 21, 2008 at 2:58 pm
Each of the sub DTS has no history reported since Aug 30.
Before Aug 30, everything is fine.
October 21, 2008 at 2:32 pm
I still don't understand:
There are 5 steps in the master DTS package, each step is a sub DTS package, when I tried to run each step in the master DTS...
October 21, 2008 at 1:56 pm
I have just verified the user that the job is run under has Modify/Read/Write... except for Full Control to that folder.
I am running the DTS again to see if a...
October 21, 2008 at 1:43 pm
What happens when you run it manually step by step?
Good remind!
The error message says a local folder doesn't exist, but the folder is there.
However I am not sure what role...
October 21, 2008 at 1:14 pm
I checked the log history, no any record for showing either success or fail since Aug 30.
October 21, 2008 at 1:10 pm
Garadin (10/17/2008)
Now that the issue is resolved... Bitmaps?... Seriously? 😛
There you go.
October 17, 2008 at 4:53 pm
Jack Corbett (10/17/2008)
According to http://ascii-table.com/ascii-extended-pc-list.php 160 is "á - latin small letter a with acute"
I know it's á, I just don't know why/how it is padded into my records,...
October 17, 2008 at 1:55 pm
Problem resolved.
Thanks for all of you who pull me out of this muddy weird pond. But I still don't know why char(160) was padded.
October 17, 2008 at 1:47 pm
OK, using ASCII() I found for unknown reason char(160) was inserted as padding.
I believe now I can clear out the table.
But what the heck is char(160)?
October 17, 2008 at 1:45 pm
OK, here is the scripts: first one is not working, second one is working:
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[EPM](
[ID] [int] NOT NULL,
[AppID] [int] NULL,
[AppCode] [varchar](5) NULL,
[Description] [varchar](2000)...
October 17, 2008 at 1:17 pm
Viewing 15 posts - 616 through 630 (of 748 total)