i want to transfer tables with indexs and tringgers from one database to other

rajesh yadav 171 Reputation points
2022-09-09T09:04:48.64+00:00

hi,

I have some tables with indexes fks , triggers which I want to transfer with data to other an other database,

pls tell me if any good tool is there, i tried to take out script with data but it does not transer image column and  i have image columns also , then i tried export feature it transfered image col also but it did not transfered indexs and triggers etc.

so kindly tel me if any new feature is there,
somebody said SSDT has , i am new to ssdt so pls send me specific link or min steps.

yours sincerley

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,149 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Olaf Helper 45,366 Reputation points
    2022-09-09T09:32:45.717+00:00

    i tried to take out script

    How/With which tool?

    tried export feature it transfered image col also but it did not transfered indexs and triggers etc.

    The Export/Import wizard creates only the plain table without anything else, even not the primary key.

    You can use the Script Generating Wizard of SSMS:
    https://learn.microsoft.com/en-us/sql/ssms/scripting/generate-scripts-sql-server-management-studio?view=sql-server-ver16


  2. PandaPan-MSFT 1,926 Reputation points
    2022-09-12T02:52:06.16+00:00

    Hi @rajesh yadav ,
    Maybe you can import your database in the form of .CSV , and then you can try other ways to keep the image cols data indexes and triggers. (maybe the pandas I/O, I won't recommend or suggest, I just hope can give some inspirtaion, and you can research on your own)


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment"

    0 comments No comments

  3. PandaPan-MSFT 1,926 Reputation points
    2022-09-16T06:31:19.613+00:00

    Hi @rajesh yadav
    How about the problem? :)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.