Viewing 15 posts - 11,311 through 11,325 (of 13,877 total)
Jnrstevej (6/21/2011)
To be honest i don't understand the script below, this returns 32 for me.
declare @name varchar(256)
set @name = ' 1231'
select ascii(SUBSTRING(@name , 1 , 1))
I...
June 21, 2011 at 6:12 am
aaa-322853 (6/21/2011)
June 21, 2011 at 5:46 am
Adding to that, trim removes spaces, so the characters to the left that you wish to remove must be something else. Step 1 is to find out what those characters...
June 21, 2011 at 4:49 am
Everything sounds fine.
Notwithstanding your comments, I think the next step should still be a check on permissions. Please try putting the file in
c:\import
(or wherever)
and see whether you still get the...
June 21, 2011 at 3:48 am
How are you passing the file names to the job? Is it hard-coded, or via some sort of config?
June 21, 2011 at 3:30 am
What is the full UNC path + file name?
June 21, 2011 at 3:20 am
marees.inspire (6/21/2011)
I just needed the sample questions and not the dumps
Yeah right. You accidentally used the word 'dump' in both the title and text of your original post.
But glad you...
June 21, 2011 at 2:10 am
bpowers (6/20/2011)
June 20, 2011 at 10:22 am
Great input. Makes my post only 50% correct & taught me something in the process, thanks.
June 20, 2011 at 6:52 am
GSquared (6/20/2011)
Phil Parkin (6/17/2011)
June 20, 2011 at 6:45 am
Not at all - feel free to post back with findings/issues.
June 20, 2011 at 5:13 am
robinrai3 (6/20/2011)
Just need a steer on this ..what is best way to do this or has somebody out there already done it
i was thinking of calling a sp that...
June 20, 2011 at 4:38 am
JustMarie (6/17/2011)
Phil Parkin (6/17/2011)
June 17, 2011 at 10:38 am
drew.allen (6/17/2011)
Phil Parkin (6/17/2011)
June 17, 2011 at 8:55 am
If you write a lot of T-SQL, consider doing yourself a favour and omit the readability words (AS is one) - it soon becomes second nature and as AS has...
June 17, 2011 at 7:44 am
Viewing 15 posts - 11,311 through 11,325 (of 13,877 total)