Viewing 15 posts - 1,666 through 1,680 (of 6,105 total)
Malcolm Daughtree (10/3/2007)
October 3, 2007 at 6:16 pm
There are a variety of reasons for this error. Can you explain more about your setup (workstation / SQL Server on the same domain, Kerberos configured, etc.)?
October 3, 2007 at 2:34 pm
Under what user context does the VB app run (context of the user or as a service account)? How does it connect to SQL Server (SQL Server login/Windows authentication)?
October 3, 2007 at 2:17 pm
I prefer to use the technique described in this Microsoft KB article:
How to transfer logins and passwords between instances of SQL Server[/url]
It'll ensure your SIDs match up, meaning you won't...
October 3, 2007 at 2:15 pm
Here is an idea...
Create views of the tables which do NOT reveal the columns. Grant access to the views. Revoke access to the tables for those users. It's the quickest...
October 3, 2007 at 2:11 pm
Blog readers are a separate animal entirely. In a lot of cases I'll be reading something in my blog reader and if I find it interesting that I want to...
October 3, 2007 at 11:01 am
Strommy (10/3/2007)
October 3, 2007 at 10:23 am
Ricardo (10/2/2007)
Or simply can a user be allowed to create logins without being a member of the securityadmin role?
If so, how do I do?
In SQL Server 2000, there is no...
October 3, 2007 at 10:03 am
Hans Lindgren (10/1/2007)
Has anyone used this approach for enabling a user/group to be able to execute all SPs?
The recommendation is to do so at the schema level. The reason for...
October 3, 2007 at 9:57 am
One thing to remember is that with pooling in effect, if you close a connection, the operating system is going to hold it open for a length of time (the...
October 3, 2007 at 9:54 am
I don't believe SQL Server 2000 has a way to tell this. However if your local security policy is set up right (whether configured on the server or through a...
July 31, 2007 at 2:02 pm
You know, it might. The monitoring agents do for products like HP's set. I know SQL Server has a MIB that can be imported, but it's not actually something I've...
July 31, 2007 at 1:58 pm
Sure. Sit down with the folks who will actually use the system. Ask them, "From here, where would you typically go next?" and build the links accordingly. Sometimes giving them...
July 31, 2007 at 1:50 pm
If you are specifying a default instance, than the port 1433 doesn't need to be specified. The client should try to connect to that port by default. If the port...
July 31, 2007 at 1:48 pm
Not exactly. IIS is designed to take credentials, such as through basic auth and validate that to a Windows user account. SQL Server is not. You see issues like this...
July 30, 2007 at 10:24 pm
Viewing 15 posts - 1,666 through 1,680 (of 6,105 total)