Viewing 9 posts - 1 through 9 (of 9 total)
I worked past the issue above by rebuilding the Full Text Catalog by right mouse clicking on the catalog and selecting rebuild. I am now running into this error message...
May 7, 2010 at 8:56 am
Both of the suggestions work.
Which should I use?
April 27, 2010 at 5:50 pm
Thanks for your help. Notice that I have the where clause commented out. When you remove the comments I do not get expected results. Live is a flag to determine...
April 27, 2010 at 2:05 pm
Thanks for your help.
I am still getting this error on the execution of this code.
Exec usp_AdvancedSearchArticles 'Standards'
Msg 7630, Level 15, State 3, Procedure usp_AdvancedSearchArticles, Line 22
Syntax error near 'Standards' in...
April 23, 2010 at 10:11 am
The problem is when I remove the char(34) + and run code like this.
exec usp_AdvancedSearchArticles 'test hi'
I get this error
Msg 7630, Level 15, State 3, Procedure usp_AdvancedSearchArticles, Line 22
Syntax error...
April 23, 2010 at 8:07 am
Thanks for your help! When I try an execute this procedure I get this error.
exec usp_AdvancedSearchArticles 'Standards'
Msg 7630, Level 15, State 3, Procedure usp_AdvancedSearchArticles, Line 22
Syntax error near 'Standards' in...
April 23, 2010 at 7:36 am
How would I get the rest of the fields into the select?
Thanks for your help!
April 23, 2010 at 5:29 am
GSquared, thank you so much for this it is a much better solution. I was using a script which auto generated the triggers and audit tables.
I will read what you...
March 11, 2010 at 12:22 pm
Hi G Squared, thanks for your prompt response. Here is my entire trigger. Thanks again for your help. I tried some things at the bottom but it is not...
March 11, 2010 at 11:27 am
Viewing 9 posts - 1 through 9 (of 9 total)