• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

ASP.NET Enterprise Manager, query problem

S

Simius

Guest
Hi all,
executing a simple query from the query window like:

using test CREATE TABLE Person
(
LastName varchar(30),
FirstName varchar,
Address varchar,
Age int(3)
)


result in nothing....i mean no error, no table created, nothing...
Any suggestion?
This tool looks a little poor....
 
In generally your issue is not regarding to Plesk at all. It'll be better to fix such problems on mssql/asp.net forums.

Regarding to the issue itself. Most probably the table was created in your system datase. To create a table in the test database, use 'GO' before you create a table.
 
Back
Top