Viewing 15 posts - 16 through 30 (of 32 total)
Clearly if you are using SW that is 3rd party and you have not choice, then the point is moot; but I will submit that where image management in an...
July 16, 2008 at 12:28 pm
Frankley, with the cost of storage as low as it is in my opinion it makes little sense to not keep every thing online, unless you are talking about petabytes,...
July 16, 2008 at 11:14 am
This first problem is the char(1) field of 'Y' and 'N'
They should be using a bit field of 1 and 0, its faster, takes less room and has a speicalized...
January 10, 2008 at 12:38 pm
Any insight on why it is recommended to do a clean install??
August 16, 2007 at 1:38 am
I my opinion, and having worked with large image databases for many years now, storing the images in the database is far superior to storing them using what is now an...
May 20, 2007 at 1:10 pm
Use this as your OCR object, pop it into the code I posted, slap a full text index on the results and you are done.
May 15, 2007 at 9:00 pm
There is one more option:
You can get a program that bulk converts files, then upload the images and text using the code above, or some of these will output the...
May 15, 2007 at 8:55 pm
Unfortunately as I said above the OCR is the issue, which is why I included the OCR object in the process. If you look at the code you will see...
May 15, 2007 at 7:37 pm
Like it has already been pointed out. You will need to run the images through as OCR package. The best imaging tools I have found are from one of the...
May 12, 2007 at 1:35 pm
Good idea...
Where should I post that...
Not sure I want to send up too many flares on this, don't want to anger the MS License Police !!!
May 11, 2007 at 6:10 pm
Actually I just realize that I need to renew cause it expires at the end of this month and we still had two calls remaining so, use em or lose em...
May 11, 2007 at 5:44 pm
Sorry Ninja... missed your post....
YOU WERE CORRECT !!!!!
THANK YOU !!!!!!
May 11, 2007 at 5:00 pm
Vetran and Ninja had the closest solution!!!
MS just came back with this (took them all day so I don't feel so bad) ....
The solution is to nest the execute and...
May 11, 2007 at 4:58 pm
Ok maybe I am not making myself clear.
1.) Don't want to use an output param, want the Return Status, if you don't know what that is it is what is...
May 11, 2007 at 1:38 pm
Ok lets see....
1.) You need to read the question as posted, it has nothing to do with the article (but thank you), the article covers basic dynamic queries.
sp_executesql has the same issue,...
May 11, 2007 at 5:13 am
Viewing 15 posts - 16 through 30 (of 32 total)