• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

ASP Support

O

omegauser

Guest
Hi,

Does Plesk support .asp extensions?
I have a Database SQL .txt,, that has the following sentences:

///////////////////////////
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[WRH_SOFTWARE]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[WRH_SOFTWARE]
GO
////////////////////////

Where and How do I run this???

Any ideas.
 
Back
Top