• copy dbase from the same server sql express (2000 and vb 6.0)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » copy dbase from the same server sql express (2000 and vb 6.0)

    Author
    Topic
    #456336

    I use a free sql express to store my database, and use vb 6.0 for connection.
    I dont know if is possible:
    Copy from the database (for example DB_PAST_DUE) the table SPORTELLI (with column, data, setting filed..) and past in the same database with new name SPORTELLI_1… is possible via Sql Command in Sql Express Management studio Express or directlly from a Vb code, admit i just have a connection opened?

    Viewing 0 reply threads
    Author
    Replies
    • #1139774

      You could use the SQL string

      SELECT * INTO SPORTELLI_1 FROM SPORTELLI

      This will create a new table SPORTELLI_1 and copy all records from SPORTELLI into it.
      It will not copy any indexes or triggers into the new table.

    Viewing 0 reply threads
    Reply To: copy dbase from the same server sql express (2000 and vb 6.0)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: