Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete record from the table
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00752409
Message ID:
00752759
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
Hi Nadya,

Can you log in a the System Administrator, (e.g. sa). If you can, then you should be able to change the username/password pair assigned to Northwind Table through the MSSQL database administration GUI.

Since your building an app for the web, passwords and logins will probably not be an issue. When you access the MSSQL via the web, it is being accessed locally as localhost rather than remotely; because, it is really being called by the web server via an asp script. You might consider setting up Trusted Authentication during application development. When the app is ready, you can enter the host as localhost and the username/password pair need to access the apps tables. Later you could delve more deeply into MSSQL authentication/security.

LelandJ
Leland F. Jackson, CPA
Software - Master (TM)
smvfp@mail.smvfp.com
Software Master TM
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform