Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Manipulating data and cursors

    Thanks!

    That did the trick...

    MVP

  • RE: Select from one table, inserting into another

    Hi All,

    Thanks for the many replies and ... extra info?

    My, but cursors do not seem to be very popular.  Regarding using

    INSERT  dbo.gcPhoneNumber

    (PhoneNumber, PhoneTypeID, BridgeID)

    SELECT PhoneNumber, PhoneTypeID, BridgeID

    FROM Autoconferencing.dbo.Phone

     

    How is the Primary Key handled then?  My...

Viewing 2 posts - 1 through 2 (of 2 total)