Viewing 6 posts - 1 through 6 (of 6 total)
Hi I managed to get around doing what I needed by splitting out the hour and minutes, checking the length and prepending a 0 where required. This is not...
June 21, 2011 at 2:41 pm
Thanks that did help I had been having issues trying to perform the update but then remembered I had a trigger on the table, I disabled that, performed the update...
February 11, 2010 at 7:18 am
I get the same error - I am looking towards a firewall issue seeing as the linked server is in a DMZ
July 7, 2005 at 8:41 am
no because it is a linked index server via a link to another sql server
SQL1 -> SQL-2 -> Index
Thr current method returns a recordset it's just I can't get it...
July 7, 2005 at 8:06 am
hi the query is
Declare @searchPhrase nvarchar(4000)
SET @searchPhrase = 'Select * From openQuery(WebIndex, ''Select Characterization, Path, DocTitle from Scope() Where FREETEXT(Contents,''''council'''') ORDER BY Rank'')'
INSERT INTO
#tempSearch
(
[sort_order],
[rank],
[app_code],
[application],
[path],
[filename],
[data_pk],
[summary],
[authorised_date],
[audience]
 
execute...
July 7, 2005 at 7:31 am
Thanks I looked at the job and added a default user account for the job to run if the user running the job is not in the list and now...
April 21, 2005 at 7:52 am
Viewing 6 posts - 1 through 6 (of 6 total)