Viewing 15 posts - 11,071 through 11,085 (of 13,872 total)
kramaswamy (10/25/2011)
A bit of an uglier solution, ...
Only a bit? 😀
I was thinking along similar lines, but couldn't face writing out all that nesting!
October 25, 2011 at 7:07 am
Yes, you would need to install the Excel stuff on the server in order to manipulate the Excel spreadsheet to the degree you would like.
Personally, I don't like this approach...
October 25, 2011 at 7:00 am
You could add a SELECT LEN() just to verify that.
October 25, 2011 at 5:14 am
Griffster (10/24/2011)
Elliott Whitlow (10/24/2011)
October 24, 2011 at 9:53 am
thulani.moyana 79207 (10/24/2011)
I'm wondering why the single exec('Use database') does not affect the statement immediately after it as I would have thought it is executing on the target database but...
October 24, 2011 at 2:06 am
Aha. Yes, I think you have it.
This would be a lot easier if the table could have a more-normalised design, eg:
TabXY(x, y_start, y_end, value)
then your queries would work very simply.
October 23, 2011 at 8:15 am
I feel like I've stepped into a parallel universe. The language sounds like English, but I don't understand it.
Can you please try again to explain what you are trying to...
October 23, 2011 at 7:40 am
timscronin (10/21/2011)
'Merged Facility Id:0286- Patient Id:999000 PHPatId:28488 with Facility Id:0286-C Patient Id:124013 PHPatId:678839'
What I need to strip out is
0286- ...
October 21, 2011 at 7:39 am
Sean Lange (10/20/2011)
October 20, 2011 at 9:03 am
Grant Fritchey (10/20/2011)
October 20, 2011 at 5:21 am
Surely another possibility is building a mapping table, if this is likely to be a repeated process?
Something like this:
select 'CITALOPRAM TABLETS' Pseudonym,
...
October 20, 2011 at 3:24 am
SQL_Surfer (10/20/2011)
October 20, 2011 at 2:28 am
Is the package stored in the file system or in SQL Server?
Either way, you're probably looking at some sort of restore, unless you have the package stored somewhere else.
October 20, 2011 at 2:15 am
Having said that I think making the last step an archive and/or rename of the processed file is the way to go. Then you know it hasn't been processed because...
October 18, 2011 at 10:32 am
Viewing 15 posts - 11,071 through 11,085 (of 13,872 total)