• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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