Viewing 15 posts - 3,346 through 3,360 (of 26,490 total)
Oracle outer join?? No join criteria in the from clause, looks like ANSI-89 style joins in use.
October 4, 2016 at 8:27 am
Yup, highest losing score of the week and would have beat ANYONE else this week except Ditka.
October 4, 2016 at 8:15 am
Jeff Moden (10/3/2016)
Lynn Pettis (10/3/2016)
...just don't want to move at the moment.
Seems odd to hear you say that since you voluntarily re-upped for your overseas gig in the past,...
October 3, 2016 at 4:08 pm
Jeff Moden (10/3/2016)
SQLBill (10/3/2016)
Lynn Pettis (10/3/2016)
What ever happened to basic problem solving skills?
Basic Problem Solving Skills checklist:
1. post issue on SQL Server Central without examples or all the details
2. if...
October 3, 2016 at 3:48 pm
Never seen MS SQL Server run a different procedure than the one invoked in an EXEC statement.
Look at the stored procedure you are executing, is it calling any other procedures?...
October 3, 2016 at 2:12 pm
What ever happened to basic problem solving skills?
October 3, 2016 at 2:00 pm
Stephanie Giovannini (10/3/2016)
October 3, 2016 at 1:56 pm
Steve Jones - SSC Editor (10/3/2016)
Iwas Bornready (10/3/2016)
I've actually used CEILING in my code.Really. Where? Can you disclose the algorithmic need?
Used it years ago when programmatically adding items to an...
October 3, 2016 at 12:56 pm
Looks like the embedded single quotes is what is killing you. Check the Quoted_Identifiers option and use double quotes around the string.
October 3, 2016 at 12:50 pm
We aren't the only site getting hit. The following was in the Code Project EMail newsletter I get:
It's been a messy week with the spammers trying to muddy up...
October 3, 2016 at 12:45 pm
Based on this:
create table #Test
(
ResultValue varchar(30)
)
insert into #Test(ResultValue) values('1.1')
insert into #Test(ResultValue) values('110.1')
insert into #Test(ResultValue) values('90.9')
insert into #Test(ResultValue) values('0.9')
insert into #Test(ResultValue) values('Unable to Calculate')
insert into #Test(ResultValue) values('Unable to Calculate')
insert into #Test(ResultValue)...
October 3, 2016 at 12:35 pm
Okay, post a question then a few minutes later post an "answer" that they say works and not to post to that thread. Fine, except what was posted doesn't...
October 3, 2016 at 12:26 pm
mw112009 (10/3/2016)
select * from Address where Referral_Note1 like '[0-9]'
That did it!
NO NEED TO REPLY TO THIS POST , AMEN!
Actually, if what you posted above works I wonder about your data....
October 3, 2016 at 12:24 pm
patla4u (10/3/2016)
Can I implement in production ? What is the advantage and disadvange...
October 3, 2016 at 11:19 am
Viewing 15 posts - 3,346 through 3,360 (of 26,490 total)