select  *  into B.dbo.BBB  from  A.dbo.BBB

解决方案 »

  1.   

    Insert B..BBB Select * from A..BBB
      

  2.   

    如果B库里名为BBB的表存在的话,用
    Insert B.dbo.BBB Select * from A.dbo.BBB不存在的话,用一楼的
    select  *  into B.dbo.BBB  from  A.dbo.BBB
      

  3.   

    如果B库里名为BBB的表存在的话,用
    Insert into B..BBB Select * from A..BBB不存在的话,用一楼的
    select  *  into B..BBB  from  A..BBB
      

  4.   

    如果B库里名为BBB的表存在的话,用
    Insert into B..BBB Select * from A..BBB不存在的话,用一楼的
    select  *  into B..BBB  from  A..BBB
      

  5.   

    select  *  into B.dbo.BBB  from  A.dbo.BBB
      

  6.   

    我不是高手 ,但用DTS一下就完了 。不过用语句也很简单!~