| Thread | Last Post | Replies |
|
| User permissions problem/question | 13 Oct 2005 12:59 GMT | 2 |
I have a SQLServer with many databases. I have set up a standard user that specifically has access to just one of the databases and their permissions are restricted to just reading/writing data within that database.
|
| DELETE permission denied problem when using a stored proc to delet | 13 Oct 2005 01:10 GMT | 4 |
I'm using a stored proc to delete a record in two tables (in two different databases) and I keep receiving “Error Number: 229 -- Error State: 5 -- Error Message: DELETE permission denied on object 'ewBehaviour', database 'eWorkSpaceV5', owner 'dbo' ”. The stored proc works for ...
|
| dts from command line | 12 Oct 2005 13:50 GMT | 2 |
if a user runs a dts package from a command line say something like this C:\>dtsrun /s ServerName /u username /p P1l0t /n DTS_Package using that /p password switch is the passwork example above P1l0t saved off somewhere in a log file?
|
| Access through MS Access ADP for everyone? | 12 Oct 2005 02:18 GMT | 1 |
We have recently installed SQL enterprise manager. I was testing the security to the databases when I realized that if I login to XP under a standard domain user account, open MS Access, create an ADP project, then under connections, pick the sql server, I can see and pick any ...
|
| SQL Server Permission Question | 11 Oct 2005 18:42 GMT | 2 |
Hi, I am a junior DBA for SQL Server. I have some tables in the production that want to give update access to group of data management personals, but without giving them access to update the table directly. If I create an update-stored
|
| SSL Security in MS SQL 2000 | 11 Oct 2005 02:00 GMT | 1 |
Hi everybody.. Could somebody help me out? whenever I try to connect to my Local Server, i gett an error 'A Connection could not be established to <<SERVERNAME>>
|
| Hlep with Simple questions about Authentication | 09 Oct 2005 18:49 GMT | 2 |
The following question may be trivial, however, I just can't make it clear to myself, even after reading through the Books Online. I have two machines in the same network. A hosts Sql Server (named AS), B access the database ASD in Sql Server AS.
|
| HashBytes | 08 Oct 2005 02:11 GMT | 1 |
I have a DB with SSN. I would like to encrypt using HashBytes with salt. I ran UPDATE tablex SET essn=HashBytes('SHA1',ssn+salt)
|
| Lost DTS Password | 07 Oct 2005 05:26 GMT | 3 |
We have a DTS package that is password protected. The developer has since left the company. Is there any way to change or crack the password?
|
| Domain group accounts | 06 Oct 2005 20:42 GMT | 2 |
I have a problem with database access that I would like to sort out. 1. I gave a Windows 2003 server with SQL 2000 (SP3) 2. I decided to create different Windows Groups and add Windows accounts to them to access different databases
|
| Using DOS commands via xp_cmdshell | 06 Oct 2005 17:48 GMT | 3 |
I'm trying to use the DOS copy command to copy a file from the servers local drive to a mapped network drive (to a share on a different domain). When I run the command in DOS, it works just fine, but when running the same command using xp_cmdshell I get an error: "The system ...
|
| Securing SQL Server after administration installation | 06 Oct 2005 02:25 GMT | 3 |
I have just installed SQL Server using the administrator account and mixed mode (I did not know any better). Baseline analyser subsequently told me to sort myself out and use a domain user account for both the SQL Server and SQL Server agent
|
| Impact of Changing Authentication Mode | 06 Oct 2005 00:10 GMT | 2 |
Our application using an SQL 2000 database, which is currently using Windows Authentication. For some reason, we need to change the access mode to mixed mode. Could someone please throw some light on the impact of this change. Thanks in advance
|
| Access Denied Error when attaching a Database file | 05 Oct 2005 23:36 GMT | 4 |
I have a server that crashed, so a new OS was installed. I now have access to the drive where the database file exists. I am now trying to either copy that file onto a new server or reattach it to a new insance of SQL Server. In both cases I get a Access denied error.
|
| simple security question (need refresher) | 05 Oct 2005 15:03 GMT | 3 |
sql server 2000 sp3 sample scenario: 1 user called userA. A few tables and a few stored procedures. SQL configured for mixed mode auth. userA is a windows account added to the database. IIS 5 configured for integrated windows auth.
|