Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~358 People Reached
About Me

SQL DBA

Favorite Forums
Favorite Tags
Member Avatar for saleem.mukhtiar

Dear Friends i want to copy data from one table to another table i know we can do this task using following query INSERT INTO Destination (EnrollNo, CheckIn, CheckOut, DiffTime) SELECT EnrollNo, CheckIn, CheckOut, DiffTime FROM Source but here is problem ... i want to add a new colum with …

Member Avatar for tsmorris
0
110
Member Avatar for jtodd

Hey guys. I am trying to move a SQL database from one SQL server to another. One is SQL server 2003 and the destination is running SQL server 2008. Can anyone provide some guidance with this. I have never done this before so any pointers with be greatly appreciated! Thanks!

Member Avatar for tsmorris
0
248