| Thread | Last Post | Replies |
|
| SQL Server Agent Job running a C# Command Line Program | 31 Jul 2007 14:26 GMT | 2 |
I am having a technical problem. I wrote a C# Command line program Visual Studio 2005 that will read Active Directory information and will write the results to a SQL Server 2005 database. The program runs fine when I run it from the Command Prompt but if I run this program from ...
|
| Duplicating a user | 31 Jul 2007 07:27 GMT | 1 |
Is it possible to duplicate or copy a user? Example, I want to add another user to the database and I want them to have the same rights as a user already in the database without having to manually re-assign all the rights? Thanks
|
| db owner | 30 Jul 2007 08:14 GMT | 1 |
We are using SQL Express and I have a problem with dbo. On my machine if I logon to SQL Express using windows authentication and create a new database I automatically have db_owner role membership on the new database.
|
| Migrating the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server | 28 Jul 2007 16:00 GMT | 6 |
I am planning to migrate the WSUS database from a Windows Internal Database instance to a SQL Server 2005 instance on a remote server. http://technet2.microsoft.com/windowsserver/en/library/b4852133-5ed3-48d7-8a95-e 7866e638c181033.mspx?mfr=true The FE machine account should be ...
|
| Changing Default SQL ports on SQL 2000 Server | 26 Jul 2007 18:12 GMT | 4 |
Hi Group, As part of best practices we would like to change the default port number that SQL Server 2000 listens on. Once this has been done, can the application client dynamically determine
|
| Preventing windows users accessing a database | 26 Jul 2007 01:18 GMT | 3 |
I want to prevent windows users from accessing my database on SQL server express 2005 I don't want users to be able to login with SSME on Windows authentication, only by SQl Server Authentication and only on the sa and another specific
|
| Stored Procedure Ignoring Table Permissions | 25 Jul 2007 10:02 GMT | 2 |
I've been bashing my head against this one all day: We have a MS T-SQL 2005 database with ~12 tables and ~45 stored procedures (all created and owned by myself under a dbo account). The access front end calls these stored procedures and everything
|
| VB.NET and SQL Security | 25 Jul 2007 09:50 GMT | 2 |
Hello All, we are looking at the security options that we have available to us and we are trying to generate some different ideas on how people are handling this. We want to know how people are designating security based on different types of scenario's... We have one that needs ...
|
| SQL 229 Error | 24 Jul 2007 23:44 GMT | 1 |
I'm getting the following error when I try to access any of the objects in my SQL Server database: Error 229: SELECT permission denied on object 'sysfiles', database 'Seviper', owner 'dbo'.
|
| Remote Scripting and Firewall Ports | 24 Jul 2007 23:41 GMT | 1 |
I need to configure my firewall to allow remote scripting on my SQL 2000 DB. Which udp and tcp ports do I need to open?
|
| Our high end SQL server cluster is maxed out, how else to expand? Will it help to move tables off of the cluster onto other clusters or will that just create processing bottleneck on the cluster running SQL server? | 20 Jul 2007 20:09 GMT | 1 |
Our high end SQL server cluster is maxed out, how else to expand? Will it help to move tables off of the cluster onto other clusters or will that just create processing bottleneck on the cluster running SQL server?
|
| Custom Auditing | 20 Jul 2007 16:07 GMT | 2 |
We are having to implement restrictive security permissions on SQL, some of which requires that we audit and log any access of any kind for specific tables and columns. What would be the best way to do this? We can use triggers to log any changes to specific tables and columns, ...
|
| JDBC - MSQL 2K5 SSL ISSUE | 20 Jul 2007 08:55 GMT | 1 |
How could I query a SQL Server 2005 dataserver instance through my Java Program if it is running in SSL mode or not ? I am using a third party JDBC driver to esatblish SSL connection with a MS SQL SERVER 2K5 dataserver but my connection
|
| user to execute nothing but SP in 2005 | 20 Jul 2007 01:00 GMT | 2 |
Can someone please help me with creating a user just to execute store procedure and nothing else. What explicit permission I need to give. I am trying to deny all permission and then just grant Execute (I also tried to grant connect and select) and
|
| SQL2005 enforce sql logins to using Windows password Policy. | 19 Jul 2007 22:46 GMT | 1 |
IF I check both CHECK_POLICY and CHECK_EXPIRATION on in sql2005. It will enable sql logins to use WINdows2003 AD password policy? If AD configured case sensitive. Sql logins will be case sensitive as well even sql2002 sort order is 52.
|