Question : 3 join question

I have 3 tables

TABLE 1: images

TABLE 2: image2group links (one image belongs to many groups)

TABLE 3: groups

I need to get all images that belong to a group id?

i.e. group ID = 1
image 1
image 2
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
select *
      from tbl_module_image_library_groups
 

      select *
      from tbl_module_image_library



      Select *
      from tbl_module_image_library_link
      where groupImage_id 
      and  Image_id

Answer : 3 join question

Everything that Coolsport is saying is on the money. But, it sounds like way too much work.
If your P2V fails, normally it will not break the original server. VMWARE makes things easier....not harder.

Personally, if I have another DC floating around you can always just seize the roles. Or instead of doing authoritative restores and stuff, I would just install the VM operating system and DCpromo the VM. Then you can manually transfer the roles or just l run DC promo the original server. This should automatically transfer the roles from the physical server to the VM.

As long as you have at least one DC available , you should be able to seize the roles and get AD working again.
Random Solutions  
 
programming4us programming4us