On Mon, Feb 13, 2012 at 9:37 AM, Dave Crozier <[email protected]> wrote:
> Anyone any ideas about the following problem.
>
> SQLServer 2008 all patches on identical SQL Server machines.
>
> Database containing many tables with one table with Varchar(max) field for 
> holding blob data i.e M$ word documents etc...
>
> 1. Do full backup on one machine to transfer onto another identical machine.
> 2. Restore backup to the new machine
> 3. All blob data seems to be there but connecting with a program that can see 
> all the data on the original machine cannot see the Blob data
>
> Any Ideas... it's doing my head in
>
> Only difference is original database connected using ODBC "SQL  Native 
> client" and the new database connects using "SQL Native Client V10.0".
>
> It MUST be something to do with a parameter in the connection string that the 
> new client needs but what is it....
>
>
> Working Connection :
> Driver={SQL Server};UID=<<user>>;Pwd=<<Password>>;Persist Security 
> Info=True;Database=<<DB_Name>>;Server=<<Server_Name>>;Trusted_Connection=No
>
> Non Working connection:
> Driver={SQL Server Native Client 10.0};UID=<<user>>;Pwd=<<Password>>;Persist 
> Security Info=True;Database=<<DB_Name>>;Server=<<Server_Name>>; 
> Failover_Partner=SQLB-FPL

---------------

<http://www.connectionstrings.com/sql-server-2008#p3>

Have you tried to remove the failover ?

Driver={SQL Server Native Client
10.0};Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

-- 
Stephen Russell

901.246-0159 cell

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAJidMYLmW8Z_CaJk+cCH2FfX1v1NORMLwrW_5FjS2YpgJ=5...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to