| Thread | Last Post | Replies |
|
| SQl server registration | 31 Aug 2006 03:39 GMT | 1 |
I register the server using SQL Server Enterprise Manager. Next day, all my settings are gone. So I need to register server everyday.
|
| Set identity_insert | 30 Aug 2006 19:51 GMT | 4 |
i have a login with role who have rights Grant Select, update, insert, delete, view definition to onLine --online is role but i want to attribute right SET IDENTITY_INSERT on my role
|
| "Access denied" with xp_cmdshell (!) | 30 Aug 2006 01:29 GMT | 4 |
I'm running this command on my SQL server and I'm getting an error 'Access denied.' EXEC master.dbo.xp_cmdshell 'cacls "\\PC1\Temp\3.bmp" \E \G DOMAIN\User:R'
|
| Error: 18456 Severity: 14 State:11 | 29 Aug 2006 20:19 GMT | 3 |
I posted this in the server-group, but no response, I removed the message and now trying with this group... I installed a SQL Server 2005 Workgroup on a W2k server. Every 20 second the SQL errorlog log the two lines below:
|
| SQL Server 2005: Checking if Login is connected to any database | 28 Aug 2006 21:41 GMT | 5 |
We have an application that allows users to add and drop logins. In Sql Server 2000 it was not allowed to drop a login that was linked in some database but in 2005 this is allowed. We need a way to check if login can really be dropped.
|
| Sql Server - Basic Permissions Question | 28 Aug 2006 15:31 GMT | 3 |
I have a SQL Server database and I want a user to be able to execute stored procedures only. These stored procedures use SELECT and WHERE statements and return integers. I have set EXECUTE permissions to the sp's as needed for the user.
|
| sa spid - need to kill - server hanging | 27 Aug 2006 23:07 GMT | 3 |
I attempted to add a column to a table containing around 10 million rows (will do it differently next time :-) and ever since the server has been hanging and only occassionally can you connect to it and do anything with it. It all seems to be hinging on a process that is
|
| SQL2005 grant user access to certain tables | 27 Aug 2006 04:24 GMT | 3 |
We have a database on SQL2005 with 50 tables. We want to grant someone read table rights to only some tables. Right now we created a SQL account and he can connect and read all tables in this database.
|
| Public and Guest | 25 Aug 2006 13:57 GMT | 2 |
I've got a 2000 server that I want to make sure is within best practices for Sql Server 2000. I know that "permissions granted to the public role are applied to all users in the database and permissions granted to the guest user
|
| sp_adduser 2 times in a row ? | 25 Aug 2006 13:47 GMT | 2 |
I did EXEC sp_adduser 'Vidur', 'Vidur', 'Recruiting' And now I see the user Vidur. What will happen if I'm doing EXEC sp_adduser 'Vidur', 'Vidur', 'HR'?
|
| SQL DataSource | 25 Aug 2006 02:59 GMT | 1 |
I am trying to get a SQL Data Source working with my ColdFusion MX7. I am trying to connect to a remote SQL server. I have created to identical user ids on each server so that they can do pass-through authentication. Do I have to give these users any ntfs rights or are all the ...
|
| Active Directory Queries | 24 Aug 2006 23:16 GMT | 2 |
I'm interested in querying my domain's Active Directory database from SQL Server 2000. In particular, I would like to be able to take a network user name and determine its membership in network groups so I can list all the network logins that user has to a SQL server instance. ...
|
| SQL Server Can Not See Shared Drive | 24 Aug 2006 22:27 GMT | 4 |
It all stared by observing and error when running Bulk Insert with a sp where the input file was on the C drive – it was fine. Then I switched to where the file was on a shared network drive – it failed with Access Denied. I did a work around which works fine but did not still ...
|
| EncryptByCert Problem | 24 Aug 2006 21:59 GMT | 5 |
I posted this message to the wrong group (sqlserver.programming), so I'm reposting here. Sorry for the repost... it's late... so here goes: OK, so I'm testing EncryptByCert with some code like the following: DECLARE @v varchar(8000);
|
| How to hide INFORMATION_SCHEMA and sys from users | 24 Aug 2006 18:51 GMT | 4 |
There's a system procedure that Crystal Reports (for example) invokes upon connection to a SQL Server database: sp_schemata_rowset In SQL 2005 this returns the three default Schemas: dbo
|