Viewing 15 posts - 12,106 through 12,120 (of 26,486 total)
Is this a direct query or are you using a stored procedure? Can you modify the stored procedure if that is what you are using?
May 10, 2012 at 12:06 pm
Koen Verbeeck (5/10/2012)
(just a quick last one: why is the size of the Oracle client download almost as big as an entire SQL Server edition?)
Because it is an older, more...
May 10, 2012 at 11:54 am
RBarryYoung (5/10/2012)
SQLRNNR (5/10/2012)
RBarryYoung (5/9/2012)
Ray K (5/7/2012)
capn.hector (5/4/2012)
T-RexT-bone
Re-P'own
Barry - how's it going?
OK, how about you, Jason?
Long time no see Barry! Glad to see you back!
May 10, 2012 at 11:40 am
Oliiii (10/15/2010)
So in the end finding a SQL DBA...
May 10, 2012 at 11:16 am
kurtwest (5/10/2012)
May 10, 2012 at 10:17 am
I worked for two different companies that had annual picnics for employees and families. One was a small company and the other a large privately held (at the time)...
May 10, 2012 at 10:11 am
SQL_path (5/10/2012)
that worked for the data I posted, I guess I still have some bad data, as I still get the same error any tips on how to...
May 10, 2012 at 10:04 am
The following works on my pc.
create table #123
(dates varchar(25) null);
go
INSERT INTO #123 (dates)
SELECT '1/4/1996'
UNION ALL
SELECT ' 10/11/1996'
UNION ALL
SELECT '1/1/08'
UNION ALL
SELECT '12/16/11'
UNION ALL
SELECT '5-02-11'
union all
SELECT...
May 10, 2012 at 9:43 am
WayneS (5/10/2012)
Lynn Pettis (5/10/2012)
Unfortunately looks like others are starting to...
May 10, 2012 at 8:20 am
Thanks guys and gals. I removed the cursor code from my post. I moved it over to that other thread in hopes that he-who-is-without-clues may see it.
May 10, 2012 at 8:19 am
riya_dave, Here is the code I wrote. To make it work with Waynes test suite either modify it to create a table named dbo.Emps or change the references...
May 10, 2012 at 8:14 am
Brandie Tarvin (5/10/2012)
I think I shall strap myself to the porkchop launcher and launch myself out...
May 10, 2012 at 7:27 am
Jeff Moden (5/10/2012)
Lynn Pettis (5/9/2012)
Jeff Moden (5/9/2012)
Lynn Pettis (5/9/2012)
Sorry for the code, but I need a place to keep these solutions for a hypothetical problem on another thread.
Wow! Working...
May 10, 2012 at 7:24 am
Koen Verbeeck (5/9/2012)
GilaMonster (5/9/2012)
Your doing it wrong.......
Why use one update where 4 will do?
Is this an Oracle thing? I've seen this a lot lately in Oracle code.
(and unfortunately, also in...
May 10, 2012 at 7:22 am
Viewing 15 posts - 12,106 through 12,120 (of 26,486 total)