| Thread | Last Post | Replies |
|
| Can't Create Asymmetric Key | 31 Mar 2006 06:00 GMT | 3 |
I'm trying to get my first clr stored procedure going. I believe I was able to create the clr stored procedure in visual studio, set 'clr enabled' on the server, create an assembly, create an sp based on the external name, and finally EXEC it from T-SQL to call it. When I call it, ...
|
| SQL2k table encryption | 31 Mar 2006 05:42 GMT | 3 |
Is sql2k sp4 has internal tables encryption function? I need to encrypt the tables in one database? Don't know how? ANy ideas?
|
| Error 823 | 31 Mar 2006 05:27 GMT | 3 |
I am attempting to add a windows login to be able to access a database. When I try to do this I receive the following error. Error 823: I/O Error (bad page id) detected during read at offset 0x00000000ae6000 in file e:\program files\microsoft sql
|
| SQL2005 sys tables | 30 Mar 2006 23:57 GMT | 5 |
In sql2005, I don't a lot of sys tables in master db. i.e. sysusers and syslogins? ANy ideas? Thanks
|
| Sql2k sp4 sql user password | 30 Mar 2006 15:14 GMT | 3 |
If I DTS master.syslogins and sysusers table,the users' passwords transferred as well? Thanks
|
| logins | 29 Mar 2006 22:24 GMT | 3 |
How do I transfer all logins from sql2k server to a new sql2005 box? Thanks
|
| Unable to set SQL proxy for xp_cmdshell | 29 Mar 2006 11:11 GMT | 9 |
I have checked the google group search and found a topic regarding the setting Proxy account for SQL agent. The topic was logged last Dec. 2003. I have the same issue but this time, a changed with Domain might be the cause. we moved from NT domain to AD. I am encountering 'No
|
| disable local admin rights in sql server | 29 Mar 2006 00:39 GMT | 3 |
Can I disable local admin right in SQL Server? What is the affect if I could do that? Your response would be greatly appreaciated, Culam
|
| SQL 2005 public role | 28 Mar 2006 15:23 GMT | 5 |
I've made a stored procedure stp_LogError which will be used to have a central errorhandling system. (So in the usermade stored procedures in the catch-block stp_Logerror will be used to log the error).
|
| SQL Server service account password change | 28 Mar 2006 14:42 GMT | 2 |
OK. I've read all kinds of stuff on the internet about changing the SQL Server Service and SQL Server Agent Service account passwords. They all say "use Enterprise Manager" because it performs additional tasks that you would otherwise have to perform manually. I can dig that.
|
| Windows authenication and linked servers | 27 Mar 2006 16:58 GMT | 2 |
Is there a way to link servers together using windows authentication when you are not logged into the server? I would like to run queries between servers from a local server. I am logged on serv1 as myself with win auth. I am "SA" on all 3
|
| Monitor service account logins | 27 Mar 2006 15:53 GMT | 2 |
I've been asked to create a method of alerting if the account that the MSSQLSERVER service runs under is used to attempt to log into the database from another workstation. Here's what I've thought of so far: OPTION 1: Monitoring for all login attempts. I don't want to do this as
|
| Access the filesystem with SQL server 2005 | 27 Mar 2006 07:22 GMT | 2 |
We've got this strange situation. I want to perform a bulk insert in SQLserver 2005 from a file on the file system. This works OK when I use a SQLuser. When I do the same logged in with windows account (with administrator privileges) I get an error. I thought that when I use a
|
| Error 18456, State 28000 | 27 Mar 2006 00:11 GMT | 1 |
Running SQL Server 2000... I've installed a new instance of this on a new server (to migrate from server1 to server2). On server1, i have a group set up (domain/SQLGroup)... On server2, i have the exact same group set up... unfortunately all the
|
| How to protect a db from an sa user fetching its schema | 26 Mar 2006 17:14 GMT | 3 |
On a customer-owned SQL Server 2000, we've got our db placed, together with other software vendors databases. How can we protect from that the customer and\or the other companies from fetching the db schema of our db? All parties are allowd to login with the sa account. Can we by ...
|