Error in creating SQL Database

Asked By 0 points N/A Posted on -
qa-featured

I am running Visual Studio 2005, and I’m trying to make a SQL database with APP_DATA.

When attempting to create a new table, I got a

“The parameter is incorrect” error from MS Visual Studio.

What should I do with it?

Microsoft Visual Studio

The parameter is incorrect.

SHARE
Answered By 25 points N/A #124883

Error in creating SQL Database

qa-featured

Hi Cristy,

In visual studio, try to reconnect to your respective database and ensure the correct connection string. Follow carefully these steps:

  • Press the “connect to database” button in Visual Studio 2005 Server Explorer
  • Select “Microsoft SQL Server” in “choose data source” window and press “continue”
  • Key-in the “Server Name” followed by the “Instance Name” in the “Server Name” field. It should be written in this order: “servernameinstancename”.
  • To complete the steps, press “Test Connection”

After following these steps, it is now supposed to work with no fault or error messages. Please try to install the latest service packet for the following software: Visual Studio and SQL Server

Related Questions