Viewing 15 posts - 46 through 60 (of 63 total)
prvmine (9/9/2011)
Would suggest creating the package with SQL Server 2008 BIDS and deploying to the SQL 2008...
September 13, 2011 at 3:13 pm
Hi, I am trying to create a linked server from SQL server 2005 to SQL Server 2008.
I created the DSN.
I created a user, same login id and password for both...
September 12, 2011 at 12:44 pm
Hi Kevin, Yes, because of time, I think I will do the linked server way first. I have used SSIS packages before but it were running between 2 sql server...
September 10, 2011 at 7:22 am
prvmine (9/9/2011)
Would suggest creating the package with SQL Server 2008 BIDS and deploying to the SQL 2008...
September 10, 2011 at 7:09 am
Hmm, I think I need to use the AND condition with Contains, but AND is not giving expected results whereas OR condition works fine.
~ Janki
August 18, 2011 at 9:23 am
Let's take a look at what you're doing. Let's say you've got <a>cat in the hat</a> and category in a document. You're going to have to look for...
August 17, 2011 at 12:54 pm
Hi Kazim
If your requirement is what you have told in your post :: Posted 8/6/2011 10:16:45 PM
then yes you can use Full Text Search.
---------------------600 page PDF post------------------------
When you say, the...
August 15, 2011 at 2:43 pm
Please ignore the BOLD ...just read the sentence!! It was accidentally changed to that BIG BOLD TEXT !!!
August 11, 2011 at 2:16 pm
srinivas-406082 (11/30/2010)
August 11, 2011 at 2:03 pm
['linkedservername' should be the actual name of your Linked Server - is it? ]
Yes, in the actual query, I have just replaced the actual linked-server-name with linkedservername and the actual...
August 2, 2011 at 10:51 am
Hi Paul,
I tried this
declare @InputPara varchar(100)
set @InputPara='Hello'
declare @OutputPara bigint
EXECUTE ( 'BEGIN ? := packagename.functionname(?,?); END;', @InputPara, @OutputPara OUTPUT )at linkedservername;
Its giving me this error
Msg 7215, Level 17, State 1,...
August 2, 2011 at 9:42 am
Finally............................................... It started working.
I did couple of things like setting the System-->Path variable,
Rebuilding the catalog, Indexing options ....
uninstalling, re-installing the PDFFilter.dll
and rebooted the server several times!
Not sure what triggered...
August 1, 2011 at 1:31 pm
Installed PDFFilter for 64 bit again and this time after rebooting the server the path showed correctly in sys.fulltext_document_types, system view.
(C:/windows/system32/bin/pdffilter.dll)
But the search returns nothing.
Please share your solutions if...
August 1, 2011 at 10:43 am
I am also able to call it from .NET application using System.Data.OracleClient and the connection string.
But due to some limitations I have to call it from the SQL Server only.
I...
August 1, 2011 at 8:41 am
SJanki (7/31/2011)
Yes, RPC is enabled.Looks like it is the syntax issue.
Which one do you think is the right way to call the function? Is it using the Openquery ?
When I...
August 1, 2011 at 7:24 am
Viewing 15 posts - 46 through 60 (of 63 total)