Viewing 15 posts - 8,251 through 8,265 (of 26,490 total)
Additional info from a duplicate post:
knakka 14475 (3/29/2013)
Order would be like this Proc --> Type --> Individual task for that type
the...
March 29, 2013 at 10:11 am
Duplicate post, please post responses here.
March 29, 2013 at 10:11 am
There are a few people here with Oracle experience that may be able to help but you might get better (or faster) answers on a dedicated Oracle forum rather than...
March 29, 2013 at 9:06 am
shathaway 77080 (3/29/2013)
That worked beautifully - Thank you.Now let me see if I understand what you did.
Is the Outer Apply creating a temp table called ds?
Thank you again,
Steve
The query associated...
March 29, 2013 at 8:10 am
Nope. Not much here to work with, anything you get will be simple shots in the dark.
Can you post the code you are working with along with the any...
March 29, 2013 at 8:05 am
Lowell (3/29/2013)
March 29, 2013 at 8:00 am
Try this:
SELECT
VW_ChildrenCurrentStatus.FosterChildID,
FosterChild.LegacyChildID,
Person.FirstName,
Person.LastName,
Person.MiddleInitial,
...
March 29, 2013 at 7:58 am
Sounds like a poison pill. After so many tries of processing the message, SB disables the queue. Are you able to manually send messages to the queues that...
March 29, 2013 at 7:49 am
jbalbo (3/29/2013)
First time doing this and not sure how(Even if its the proper way)
I created the function Getforperiod
ALTER FUNCTION [dbo].[GetForPeriod]
( @StartDate datetime, @EndDate datetime)
RETURNS TABLE...
March 29, 2013 at 7:47 am
Once again, please show us how you are using this. I use this method to build executable dynamic sql so I know it works.
March 28, 2013 at 10:33 pm
Harry Drenth (3/28/2013)
It looks like this:
(6 row(s) affected)
-------------------------------------------------------------------
ONE
 ;
TWO
 ;
THREE
 ;
FOUR
 ;
FIVE
 ;
SIX
 ;
(1 row(s) affected)
The output is delivered to a VB.Net app which is saving the output...
March 28, 2013 at 5:38 pm
Harry Drenth (3/28/2013)
Unfortunately it doesn'tIt looks like this:
(6 row(s) affected)
-------------------------------------------------------------------
ONE
 ;
TWO
 ;
THREE
 ;
FOUR
 ;
FIVE
 ;
SIX
 ;
(1 row(s) affected)
Post the code you are running. When I use what I posted...
March 28, 2013 at 5:20 pm
Harry Drenth (3/28/2013)
The output is:ONE TWO THREE FOUR FIVE SIX
I want to have the following output:
ONE
TWO
THREE
FOUR
FIVE
Best,
Harry
Or, replace SELECT @OUTPUT with PRINT @OUTPUT
March 28, 2013 at 5:12 pm
Harry Drenth (3/28/2013)
The output is:ONE TWO THREE FOUR FIVE SIX
I want to have the following output:
ONE
TWO
THREE
FOUR
FIVE
Best,
Harry
Once again, do not display to a GRID, display to TEXT. It works.
March 28, 2013 at 5:09 pm
Does anybody know who has the silver spoon, I can't seem to find it.
March 28, 2013 at 4:15 pm
Viewing 15 posts - 8,251 through 8,265 (of 26,490 total)