Viewing 15 posts - 6,691 through 6,705 (of 13,877 total)
philand3 (9/18/2016)
Example person num(0010200) and image saved in folder is 00102000.jpg , if person num(01234) and image saved in folder is...
September 18, 2016 at 7:04 am
...Although, the same applies to yours. 12^3+ -1^3 is not -1729
Cheers!
You got me. I feel a Jack Bauer "DAMN IT!" coming on 🙂
September 16, 2016 at 11:30 am
Jacob Wilkins (9/16/2016)
Sean Lange (9/16/2016)
Eirikur Eiriksson (9/16/2016)
Sean Lange (9/16/2016)
Eirikur Eiriksson (9/16/2016)
ThomasRushton (9/16/2016)
Thom A (9/16/2016)
ThomasRushton (9/16/2016)
Sean Lange (9/16/2016)
BWFC (9/16/2016)
jasona.work (9/16/2016)
Thom A (9/16/2016)
ThomasRushton (9/16/2016)
September 16, 2016 at 11:22 am
Someone has been watching 'The Man Who Knew Infinity'.
September 16, 2016 at 9:34 am
MMartin1 (9/15/2016)
We don't use AS in the table aliases, though, because that's usually pretty clear.
I find it clearer if AS is used consistently when aliasing anywhere. If I can...
September 15, 2016 at 11:55 am
Brad Allison (9/15/2016)
September 15, 2016 at 11:51 am
How odd. If you open the file in Notepad ++, does it look 'OK'?
September 15, 2016 at 10:22 am
Brad Allison (9/15/2016)
September 15, 2016 at 9:23 am
Steven.Grzybowski (9/15/2016)
Jeff Moden (9/14/2016)
Best way to fix this is to have a pork chop dinner with the people that are providing the data. 😉
I wish I could. The...
September 15, 2016 at 7:00 am
Brandie Tarvin (9/15/2016)
Fast.Eddie (9/7/2016)
I created the below code and if works fine. However my DBA said "It does the job but is clunky"...
September 15, 2016 at 6:58 am
I'd be stunned/amazed if it "didn't work", but Windows Server 2016 is not mentioned on this page and therefore I guess it's not guaranteed.
September 14, 2016 at 5:08 pm
Steven.Grzybowski (9/14/2016)
drew.allen (9/14/2016)
DECLARE @input VARCHAR(250) = 'abc,def,ghi,123,jkl,345,678,mno,901,234,567,pqr'
WHILE PATINDEX('%[0-9],[0-9]%', @input) > 0
SET @input = STUFF(@input, PATINDEX('%[0-9],[0-9]%', @input) + 1, 1, '')
You should...
September 14, 2016 at 1:42 pm
ChrisM@Work (9/14/2016)
No, and we're using exactly the same version as you. We're not using SQL Prompt.
Thanks Chris. If someone else is experiencing this problem, I hope that they find this...
September 14, 2016 at 11:20 am
Sangeeth878787 (9/14/2016)
I need to create a package to move from one folder location A to another folder location B by checking whether folder exists or not. We have a table...
September 14, 2016 at 9:23 am
Eirikur Eiriksson (9/14/2016)
Hi Phil,are you running the latest version with the latest updates? Had this problem few updates ago and after one update it went away.
😎
I try to keep...
September 14, 2016 at 8:38 am
Viewing 15 posts - 6,691 through 6,705 (of 13,877 total)