Question : Moving WSUS 3.0 from Server 2003 R2  - Server 2008 R2

http://blogs.technet.com/b/sus/archive/2009/07/02/how-to-move-wsus-from-one-server-to-another.aspx I have followed these steps to move my WSUS server to a 2008 R2 box, but  copying the metadata with wsusutil.exe doesn't seem to work on 2008 R2. Anything else I could try to be successful with this step?

 

Answer : Moving WSUS 3.0 from Server 2003 R2  - Server 2008 R2

although you have used tablea.*, it will give you all records based on join condition

select tablea.* from tablea,tableb where tablea_pk = tableb_fk
select tableb.* from tablea,tableb where tableb_pk = tablea_fk

If you want distinct data then try the following:

select distinct  a.field1, a.field2 from tablea a, tableb b where a.table_pk = b.table_pk
Random Solutions  
 
programming4us programming4us