Viewing 15 posts - 1 through 15 (of 27 total)
It was a difficult one, but I hired a consultant to do the legwork, as I couldn't find the time to do it myself
Here's his (working) solution. All credits go...
July 25, 2014 at 6:46 am
Thank you, Jeff. I've been away a few days, sorry for the late reply.
Yes, the typo's are my bad. I'll study some more on your explanations.
March 4, 2014 at 4:59 am
Sorry to be a bother, but seem to have found an issue with your code.
You state:
WHEN f.HierarchicalPath LIKE '%\'+o.eq_nmr+'\%' THEN 'Circular Cause'
but f references #found with a
WHERE...
February 21, 2014 at 2:18 am
Jeff, wonderful post, very helpful.
I'll go study your example code and see what comes up.
Thanks for the reference to hierarchy studies, I'll put it in my reading/todo list.
Tried your code...
February 21, 2014 at 12:34 am
I'll look into the FK thingie. Would be nice if you could point me in the right direction to modify my sp to CTE instead of cursors.
February 19, 2014 at 5:15 am
How about a join to OUTPUT inserted.* or deleted.* ?
February 18, 2014 at 7:34 am
Got the same CPU burn on our x64 2005 Enterprise servers and my 2008 x64 laptop server.
February 18, 2014 at 7:31 am
Maybe I'm thinking too simple for this question, but why not use:
select convert(VarChar(32), PURCHASE_DATE, 3)
January 28, 2014 at 7:30 am
Hi all,
I tried this:
select *
--into test
from openrowset('msdasql', 'driver={microsoft dbase driver (*.dbf)};dbq=D:\McBAM\BamTst\Data\', 'select * from MT101108')
And got these errors:
OLE DB provider "msdasql" for linked server "(null)" returned message "[Microsoft][ODBC dBase-stuurprogramma]Algemene waarschuwing...
November 25, 2010 at 3:47 am
Ok, that's a lot clearer for me then.
How do I check the size before processing?
Is there a way to handle this error in my User defined function, zo that...
November 28, 2008 at 5:17 am
vkoka (8/27/2008)
Top Most Parent Childs level
OB000274 OB000033...
August 27, 2008 at 8:02 am
Thanks, but either I was unclear, or I don't understand the solution. I get :
OB000033 2OB000274
OB000034 2OB000274
OB000035 2OB000274
OB000036 2OB000274 ...
August 27, 2008 at 6:50 am
psmith (8/18/2008)
August 18, 2008 at 7:34 am
My current company, as well as the I'm starting with september 1st, both have adopted teleworking intensively. Both driven by the lack or shortage of office space. I love it!
Cees
August 18, 2008 at 4:46 am
Ian Massy
August 13, 2008 at 6:30 am
Viewing 15 posts - 1 through 15 (of 27 total)