Microsoft
Software
Hardware
Network
Question : SQL Syntax problem. Getting eror with query.
I am trying to run this query on a SQL Server 2000 DB but I get the error message
"Line 1: Incorrect syntax near 'LOGIN'.
Incorrect syntax near the keyword 'USER'."
Can someone please explain what I am doing wrong.
Code Snippet:
1:
CREATE LOGIN 1234 WITH PASSWORD = ABC123'; USE testDB; CREATE USER 1234FOR LOGIN 1234; GO()
Open in New Window
Select All
Answer : SQL Syntax problem. Getting eror with query.
EXEC sp_addlogin '1234','US3016319600:30:6E
:26:D8:49'
USE COFSE
EXEC spgrantdbAccess '1234'
Random Solutions
Parameter dialog box unexpectedly pops up while dynamically linking unbound subforms to a main form
How can I change the default location where RDP tries to save it's default.RDP to?
help with Scalar-valued function
Access Report Design
View PDF within an Access 2007 Form?
Forefront client Security and Server management Console
Allow Standard User Admin Rights To Certain Programs
location of windows application error log
Need help with exisiting code. reading attachments and save to MS Access
Hibernate Mapping - Stored Proc result from multiple tables