Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to clean up DNN?How to clean up DNN?
Previous
 
Next
New Post
6/19/2008 10:28 AM
 

did you really try to read the referenced article on Mitchel's Blog? he provides a sql statement you need to copy into the text box of the Host :: SQL module, click run and read the resulting list. I am sure, you will succeed ;)


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/19/2008 11:04 AM
 

julia_llac wrote

Thank you Sebastian for thinking so good of me :) I will try to live up to your expectations :) but honestly I don't know yet what you are talking about :)

Just goto the bulit in "SQL" page (found under the "Host" menu) & copy the script below into it  & click on the "Execute" link:

SELECT     TOP 100 PERCENT dbo.DesktopModules.DesktopModuleID, dbo.DesktopModules.FriendlyName, dbo.DesktopModules.Version,
                      dbo.DesktopModules.IsPremium
FROM         dbo.Modules INNER JOIN
                      dbo.TabModules ON dbo.Modules.ModuleID = dbo.TabModules.ModuleID INNER JOIN
                      dbo.ModuleDefinitions ON dbo.Modules.ModuleDefID = dbo.ModuleDefinitions.ModuleDefID RIGHT OUTER JOIN
                      dbo.DesktopModules ON dbo.ModuleDefinitions.DesktopModuleID = dbo.DesktopModules.DesktopModuleID
WHERE     (dbo.DesktopModules.IsAdmin = 0)
GROUP BY dbo.DesktopModules.DesktopModuleID, dbo.DesktopModules.FriendlyName, dbo.DesktopModules.Version, dbo.DesktopModules.IsPremium
HAVING      (COUNT(dbo.TabModules.TabID) = 0)
ORDER BY dbo.DesktopModules.FriendlyName

 
New Post
6/19/2008 11:46 AM
 

 

To run in all scenarios, please use variables:

SELECT     TOP 100 PERCENT DM.DesktopModuleID, DM.FriendlyName, DM.Version, DM.IsPremium
FROM       {databaseOwner}{objectQualifier}Modules M INNER JOIN
           {databaseOwner}{objectQualifier}TabModules TM ON M.ModuleID = TM.ModuleID INNER JOIN
           {databaseOwner}{objectQualifier}ModuleDefinitions MD ON M.ModuleDefID = MD.ModuleDefID RIGHT OUTER JOIN
           {databaseOwner}{objectQualifier}DesktopModules DM ON MD.DesktopModuleID = DM.DesktopModuleID
WHERE      (DM.IsAdmin = 0)
GROUP BY   DM.DesktopModuleID, DM.FriendlyName, DM.Version, DM.IsPremium
HAVING     (COUNT(TM.TabID) = 0)
ORDER BY   DM.FriendlyName


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/19/2008 12:23 PM
 

( I think you thought that I did not read  the artice at all :)  ) nooo honestly it's just how dumb I am till you told me where to copy- paste it  I did not know what to do with all this meaningless letters that were there...

anyways it did not work but some other "sql statement" ( so that's what it's called !!! ) that I have found by following links from there worked, and I got the result.. now I just need to uninstall those modules...

Honestly I am such a basic user that you'd be surprised if you'd known me in person!!!! ( no education  in anything computer related.... so I have to find answers in forums little by little getting to know things )

 

Adski thanks ! I think that's the one that I have found and that worked for me! I am stupid but learning  ;)

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to clean up DNN?How to clean up DNN?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out