Viewing 15 posts - 16 through 30 (of 64 total)
Thanks for your reply Chris.
This database is for a research study automation software where users will create their research papers/journals. A research paper might have many different sections (title &...
September 5, 2011 at 7:51 am
Folks
I'll tend to drift away from the actual subject here, that is from Full text and search pattern.
When I run a select * from
on the attached table with the...
August 18, 2011 at 1:53 pm
Thanks for the prompt elaboration, appreciate.
We are on the same page here, I was just confused where you mentioned partial word search. Um.. I have a gut feeling that...
August 17, 2011 at 12:07 pm
Thank you for the reply, double storing might be the last resort, an ultimate dead end.
Anything searched would have to be a partial word search, which means cat and...
August 17, 2011 at 11:10 am
I guess my second post implied storing a 600 pager PDF as a binary object, which is not the case. The system will compile and format the data in the...
August 15, 2011 at 3:14 pm
Hi Jeff thanks for your reply
I am attaching a sample text file here. I have prepared it on the same lines as the original document. As for the length of...
August 8, 2011 at 10:12 am
Thanks for the reply Lutz. Ill try to sketch out the scenario below;
The application we are currently working upon is aimed at research automation where a research paper/study would be...
August 6, 2011 at 3:16 pm
Folks, no one after 46 views :)? I guess I did not convey the problem correctly, or posted it in the wrong section. Yet look forward to a solution.
Thanks,
Kazim
August 5, 2011 at 8:05 pm
Hi,
Thanks for the script, I have implemented it this way;
if OBJECT_ID('tempdb..#TempTable') is not null drop table #TempTable if OBJECT_ID('tempdb..#Output') is not null drop table #Output
create table #Source
(
UserID varchar(10)
,ChangeDate...
February 8, 2011 at 2:45 pm
apologies for the delayed response, I was on may to home.
You are right, OrderID should not be there, since it is constant. Actually, whatever hasn't changed should not be there....
February 4, 2011 at 2:47 pm
home -> work instead of home -> shop means when the record inserted, it carried the value home, then it was updated to work and then updated to shop. Means,...
February 4, 2011 at 1:27 pm
Apologies for inconvenience, hope the following gives a clear picture
if OBJECT_ID('tempdb..#TempTable') is not null drop table #TempTable
if OBJECT_ID('tempdb..#Output') is not null drop table #Output
create table #Source
(
UserID nvarchar(10)
,ChangeDate datetime
,OrderID nvarchar(20)
,Address1...
February 4, 2011 at 12:57 pm
Certainly not; or else; what will our friend do 😛
By brainstorming I meant just to take a high level review or opinion...
~ Kazim Raza
May 14, 2010 at 6:55 pm
Viewing 15 posts - 16 through 30 (of 64 total)