Forum Replies Created

Viewing 10 posts - 46 through 56 (of 56 total)

  • RE: DTS connection for Access 2007

    SQL ORACLE (5/27/2008)


    Here is a link. May it help.

    http://www.easyfrom.net/articles/ms_access_to_sql_server/

    But I would like to recommend you to export data to Access 2005, then import to Access 2007.

    Unfortunately, this is not a...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: Reading from a text file

    I have tried Jeff's method of using sp_ReadErrorLog on our SQL2000 and ran into the following:

    When the records shorter than the Content field it works no problem.

    When the records were longer...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: query question

    Could also do the following:

     

    select * from Tbla

    join tblb

    on tbla.id = 'Link_' + tblb.id

     

     


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: Error Saving View using Linked Server

    Thanks Daniel,

    That worked just fine. Too obvious a solution for me to have thought of. Guess it's just a flaw with Ent.Mgr.

    Don

    PS - "Microsoft Mystery"? Isn't that a redundant phrase??...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: Error Saving View using Linked Server

    The AS400 has a primary, the SQL doesn't, but this doesn't seem to bother the query is run in the View design screen (or Query Analyzer). Only when I try...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: Running Reporting Services report from stored procedure.

    Maybe. Can the selection criteria be passed from report to report when you do that?

     


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: Running Reporting Services report from stored procedure.

    Thanks Wendy

    As I understand it that would run the proc. from the report which would work for the first report. I was trying to prevent the user from having to...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: AS400 LINKED SERVER FAILS ON INSERT/DELETE

    It would seem that the journalling was the issue.  Once I journalled the file I was able to update it using either the whether I used the IBM DB2 UDB...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: AS400 LINKED SERVER FAILS ON INSERT/DELETE

    What should the 2nd param. be. In SQL it is the owner, but for a 400 query???

    My current syntax has the LinkedServer as #1, Library as #3, and File as...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

  • RE: AS400 LINKED SERVER FAILS ON INSERT/DELETE

    Hi Jeff,

    I was using the IBM ODBC with the IBM DB2 UDB OLE DB  in th linked server.

    I have created a new ODBC and an new linked server using the...


    If you don't stand for something, you'll fall for anything!,

    Don Urquhart

Viewing 10 posts - 46 through 56 (of 56 total)