Quote:
Originally Posted by ingeniosus
Just startet as PLESK User.
From my Hoster I got theright to use PLESK 8.4
I have real problem with loading my databases in my APP_DATA Ikon in my local Aplication in VWD2008EE
All recomended tips around SQL Server Management Studiio Express till no dont work.
I cant bring my local database uo SQL Server Managent Studio Express od to PLESK
|
It seems that your are trying to attach an MSSQL DB. We don't support MSSQL user instances on our servers. User instances should only be used in scenarios where all the applications using it are fully trusted. I'd recommend you to follow these steps to get your DB working:
Quote:
1. Create a blank MSSQL DB from Plesk control panel.
2. Take a backup of your local machine's DB in .BAK format & upload the BAK file into your webspace on the server.
3. Provide us the exact location of your DB-BAK file & update your connection string with the new DB details [username & password from step 1].
4. We will get the DB-BAK restored into your blank DB properly, once done, you can access the DB through your scripts.
|
Here's a sample connection string :
Quote:
|
<add name="conection_string_name" connectionString="Data Source=server_instance;Initial Catalog=DB_name;User ID=DB_User_name;Password=DB_User_Password" providerName="System.Data.SqlClient" />
|
If you've opened up a ticket, provide us the ticket #, we'd get this sorted our ASAP..