| Thread | Last Post | Replies |
|
| 'Login failed' using tsql from Ubuntu | 26 Nov 2008 19:39 GMT | 1 |
Hopefully I am posting in the right newsgroup... I am trying to troubleshoot an issue with a user who needs to access a SQL 2000 database from Ubuntu. He is passing the following command which is generating the error below (I've blocked out the IP Address): tsql -H XXX.XXX.XXX.XXX ...
|
| deny select on linked server | 26 Nov 2008 06:23 GMT | 4 |
i've a linked server. i force security context using remote login and password (last option in security tab). In this way every user on every database can use this linked server, this is correct (for me), but i have an exception.
|
| SQL and Windows Firewall | 25 Nov 2008 15:43 GMT | 3 |
I have a client that I need to enable the Windows firewall since he's on a University network, but having delt only with secure network before, I have never really taken any time to research the WF (I know, my bad in a way, but like I said, I have always dealt with network
|
| How can I obtain Impersonation info? | 24 Nov 2008 16:45 GMT | 1 |
Based on the assumption that Windows stores some sort of (GUID?) value when an application uses Impersonation to connect to a SQL Server database, is it possible to obtain this value at either the application or database level? My objective is to maintain an audit log of changes ...
|
| Roles and permission mapping table | 23 Nov 2008 07:35 GMT | 7 |
I need to know all the permissions available in MS SQL 2005 and also the privilleges that each role has been given. Is there any system table in SQL 2005 from where i can get both these information.
|
| grant database roles to read-only specified schema | 21 Nov 2008 18:50 GMT | 1 |
I'm trying to grant a database roles (contract_role) to have "select" to the tables within schema1. Is there a way that I can grant select on all of the tables to contract_role instead of choosing one by one and click? Thanks
|
| Very basic login question | 19 Nov 2008 13:13 GMT | 2 |
OK, I set up SQL Server 2005 Express on an XP Pro workstation. Then on a Windows 2003 server I installed SQL Server management studio express (SSMSE).
|
| Minimal permissions needed to generate a script of all of a databa | 18 Nov 2008 22:02 GMT | 2 |
Could anyone tell me what are the Minimal permissions needed to generate a script of all of a database's objects? I want to have a daily job doing that for me, collecting the scripts from some servers, running as a user with minimal permissions.
|
| What does CONTROL permissions give on asymmetric key? | 18 Nov 2008 22:00 GMT | 1 |
I am trying to determine if granting CONTROL permission on an asymmetric key is a good or bad thing? What does CONTROL mean in the context of the key? I want to assign it to a database role that is used by typical users. I need to do this to use the
|
| Public role exists for any new login in sql server 2005 | 18 Nov 2008 06:54 GMT | 4 |
I have a query regarding the Default Public role to any New SQL Server Logins. Its exists by default can it be removed ?? Has Microsoft given any recommendations about this behaviour??
|
| How do I drop DBO access to a DB? | 16 Nov 2008 19:17 GMT | 2 |
I'm running an SQL 2005 in a classroom environment. Students are allowed to create databases and did so last night for a test. The instructor wants me to deny them access to the DB's they created so she can grade them. I can't seem to drop them from their DB's because they are ...
|
| Do I need to grant permissions to table as well as view? | 16 Nov 2008 02:31 GMT | 3 |
I have several views and I have granted update permissions to different users against these views but when the user tries to update they get a permission denied error referencing the table the view is against. When I grant update permission to the table to the users can update. I ...
|
| Script for Permissions to Use Tools | 14 Nov 2008 19:35 GMT | 1 |
I'm hoping someone already has a script out there to grant only necessary permissions (not SA role membership) for a user to run the following: Database Tuning Advisor SQL Profiler
|
| Error file cleanup maintenance plan | 14 Nov 2008 19:11 GMT | 3 |
I am using SQL2005 Enterprise Edition with mixed security and part of my maintenance plan is the cleaning up of old backup, reports and logs. Owner of the MP is the SA account. What NTFS permissions does the SA account have?
|
| SqlClientPermission when connect to SQL Database | 13 Nov 2008 18:45 GMT | 2 |
I have a application (Net Framework 2.0) connect to SQL Server 2005 through SQL Client. When I run application (without debug in VS 2005 SP1), it's ok, but I start debug in VS 2005 SP1, an exception throw when I open connection to database:
|