• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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