Forum Replies Created

Viewing 15 posts - 31 through 45 (of 61 total)

  • RE: How To: Connect a mainframe VSE, COBOL App to SQL Server

    steve

    Cobol Has Change and it's become more web base then you will think. Check it out do some reserch with the Cobol Group site. if you need the Site name...

    "We never plan to Fail, We just fail to plan":)

  • RE: How To: Connect a mainframe VSE, COBOL App to SQL Server

    I have included several links that will give the information you need. if you need more help, you can drop me an e-mail.

    first make sure you have the OLEDB/DDM

    The OLEDB/DDM...

    "We never plan to Fail, We just fail to plan":)

  • RE: TrackingLog

    🙂

    thanks for your Quick Reply.

    the issue was solved I just need it to learn about eventdata()

    😉

    "We never plan to Fail, We just fail to plan":)

  • RE: Cannot create table where a fields is VARCHAR(8000)

    Instead of using the (8000) use the varchar(Max), another suggestion is to use T-SQL and let SQL do it, instead of front end Interfaces.;)

    "We never plan to Fail, We just fail to plan":)

  • RE: Bulk Insert

    Thanks

    I arrived to the same conclusion and did something similiar to the suggestion you made. and the Problem was solved.

    thank y'all

    😛

    "We never plan to Fail, We just fail to plan":)

  • RE: Bulk Insert

    Thanks

    all the suggestion you mention have been tried and still get a failure. the failure is refering to the actual Bulk Insert statement,

    Bulk Insert @WholePath

    from @path

    with ......

    thanks for the...

    "We never plan to Fail, We just fail to plan":)

  • RE: CSV File Extract

    Put a little thinking into the process and then proceed to draw it on visio or something that will visualize it. then proceed to findout

    what is available in SSIS. I...

    "We never plan to Fail, We just fail to plan":)

  • RE: SSIS PACKAGE WILL NOT RUN WITH SQL AGENT JOB

    make sure that you also have remote access enable on the sac console. 😎

    "We never plan to Fail, We just fail to plan":)

  • RE: SSIS Solution

    😛

    Q. are the Servers databases similar, if so why not link the servers

    and go after the data? there are many ways to go after the data under this scenario, but...

    "We never plan to Fail, We just fail to plan":)

  • RE: An error occured while converting Database

    Public Function ChangeQueryDef(strQuery As String, strSQL As String) As Boolean

    ' strSQL The SQL string for the querydef

    If strQuery = "" Or strSQL = "" Then Exit...

    "We never plan to Fail, We just fail to plan":)

  • RE: store procedeure output inot a file

    friend, sorry it took me a long time. even to this is not the forum for Oracle, I will give you the answer. the linkserver works to get data from...

    "We never plan to Fail, We just fail to plan":)

  • RE: Creating A Linked Server To Dbase 5.0 Database

    I believe you can as long as you are connecting using an ODBC.

    "We never plan to Fail, We just fail to plan":)

  • RE: SSIS BULK INSERT TASK

    there are several approches to this. make sure that the folder is a share folder and that the file does exist(no spelling horrors!).

    second make you have the rights to...

    "We never plan to Fail, We just fail to plan":)

  • RE: store procedeure output inot a file

    is the oracle server linked to SQL?

    "We never plan to Fail, We just fail to plan":)

  • RE: store procedeure output inot a file

    can you tell me more about what the store procedure is looking like?

    "We never plan to Fail, We just fail to plan":)

Viewing 15 posts - 31 through 45 (of 61 total)