Viewing 15 posts - 1,486 through 1,500 (of 2,387 total)
The 'guest' user doesn't have any database permissions in master database. Like any other users, it is a memeber of public role so It has all permissions the public role...
July 16, 2003 at 1:28 pm
The guest user allows a login without a user account in database to access that database. The login obtains the database permissions granted to this 'guest' account.
July 16, 2003 at 12:58 pm
Have you removed 'guest' user from master database or changed 'guest' user's permissions?
July 16, 2003 at 12:39 pm
quote:
There is the database problems, I send to the vendor, they repaired and send it back to me
July 16, 2003 at 12:07 pm
Install SQL Server client tools (including EM) in one workstation and try to open EM's property from there to see any problems.
July 16, 2003 at 11:59 am
You need to install SQL Server first as default instance and then MSDE 2000 as named instance.
July 16, 2003 at 11:54 am
quote:
Our SQL servers are set up to use NT authentication, and permissions and db ownerships are all based on the domain...
July 16, 2003 at 11:52 am
You can use sp_help_job to view status of your own jobs if you are not the member of sysadmin.
July 16, 2003 at 11:36 am
From BOL.
"To create a linked server to access an Oracle database instance
Ensure the Oracle client software on the server running SQL Server is at the level required by the...
July 16, 2003 at 9:19 am
Do you have Oracle client (SQLNET) installed in your SQL Server? Check your tnsname.ora file too.
July 16, 2003 at 9:10 am
Try use odbcping.exe to verify connectivity to SQL Server through ODBC SQL Server drivers.
http://support.microsoft.com:80/support/kb/articles/Q138/5/41.ASP&NoWebContent=1
http://support.microsoft.com/servicedesks/webcasts/en/wc020603/WC020603.ppt
Edited by - Allen_Cui on 07/16/2003 08:57:35 AM
July 16, 2003 at 8:52 am
You really don't have to make any changes to authentication mode. SQL Server will verify the connection from application and authenticate the login with 'NT Authentication' automatically if your application...
July 16, 2003 at 8:10 am
Viewing 15 posts - 1,486 through 1,500 (of 2,387 total)