Viewing 15 posts - 406 through 420 (of 431 total)
Thanx for your help.
February 26, 2013 at 6:09 am
Thanx for your input.
February 12, 2013 at 7:53 am
The second one, yes.
Thanx.
February 12, 2013 at 6:33 am
Thanx. I'm on my way...............................
February 7, 2013 at 12:20 pm
Another question. Is this how I use the function? Both parameters separated by comma?
inner join dbo.ufnCHFPatients(@StartDate,@EndDate)
February 7, 2013 at 12:03 pm
Thanx. One more question........can I join TVFs the same way as a table or view?
February 7, 2013 at 12:01 pm
Pardon my ignorance but, I thought I was creating a TVF. I knew that I would be returning more than one value.
The whole point of me creating this is...
February 7, 2013 at 11:41 am
Perfect! Thanx.
Could you give me a short, simple explanation of the difference between the two?
February 7, 2013 at 10:28 am
CREATE TABLE AbstractData
(SourceID varchar(3),
AbstractID int,
UnitNumber varchar(6),
PatientName varchar(50),
PtStatus varchar(5),
LocationID varchar(10),
DischargeDateTime datetime
)
INSERT INTO xxAbstractData (SourceID,AbstractID,UnitNumber,PatientName,PtStatus,LocationID,DischargeDateTime ) VALUES ('BRO', '1234','167890','xxx,yyyy', 'IN','A2','2012-01-01')
INSERT INTO xxAbstractData (SourceID,AbstractID,UnitNumber,PatientName,PtStatus,LocationID,DischargeDateTime ) VALUES ('BRO', '1235','527890','zzz,yyyy', 'IN','A2','2012-01-02')
INSERT INTO xxAbstractData (SourceID,AbstractID,UnitNumber,PatientName,PtStatus,LocationID,DischargeDateTime...
February 7, 2013 at 9:50 am
The code that I just posted is done on the production server. I made the point about both because one worked and the other didn't, even though I followed the...
February 5, 2013 at 8:50 am
It worked on my test server but, not on the one I need.
exec sp_help xxDR1 --top query
Column_nameTypeComputedLengthPrecScaleNullableTrimTrailingBlanksFixedLenNullInSourceCollation
UnitNumbervarcharno30 yesnoyesSQL_Latin1_General_CP1_CS_AS
PatientNamevarcharno50 ...
February 5, 2013 at 8:17 am
Perfect! I admire you guys that know this stuff and are willing to share.
February 5, 2013 at 8:03 am
I didn't get a working solution but, I've moved on.
Thanx anyways.
December 27, 2011 at 5:20 am
My bad. Sorry.
Please use my last thread with the code and sample data. I got things messed up a bit earlier.
December 14, 2011 at 12:11 pm
Viewing 15 posts - 406 through 420 (of 431 total)