Viewing 15 posts - 121 through 135 (of 431 total)
Pardon my ignorance but, could you comment on the attached file? Looks like I need an index on MRN.
April 13, 2017 at 6:58 am
DesNorton,
What specifically am I to look for in the results of this query?
April 13, 2017 at 4:14 am
Folks,
I have inherited a table with 80K-100K records. Mostly, patient demographic data so, the columns are not wide. I was just wondering if I should expect that SQL would use...
April 12, 2017 at 12:15 pm
I tried to simplify the code a bit for my sake. I think there is still a problem with double and single quotes.
DECLARE @cmd VARCHAR(2048)
DECLARE @FileName...
March 28, 2017 at 6:06 am
Wonderful. I had the Operator set to "=", not "IN". Works like a charm.
Thanx.
March 15, 2017 at 7:55 am
The report pulls data for our Radiology department. They want to be able to pull exams by date range, exam type, and location. There is a date range parameter and...
March 15, 2017 at 7:20 am
Got it. Thanx.
March 15, 2017 at 5:49 am
Still can't get it to work so, I'm going to simplify the report.Thanx for the help
March 14, 2017 at 9:54 am
How can I run the report using some of the parameters but not others? For example get all the Xrays for a particular location. Then, run the report again that...
March 13, 2017 at 11:42 am
Thanx.
March 13, 2017 at 10:29 am
Sorry, yes I did. I get very easily distracted here at work.
Thanx Lowell.
March 9, 2017 at 4:20 am
Got it. I would have said so otherwise in my first post but, I understand why they would want those specifics.
March 8, 2017 at 8:17 am
I didn't think you needed rules but, here goes.............
The ^ is always the character before the string and the } is always after the string.
March 8, 2017 at 4:08 am
Viewing 15 posts - 121 through 135 (of 431 total)