Viewing 15 posts - 4,516 through 4,530 (of 6,105 total)
There is a bug in the SQLBrowseConnect() routine. Typical cause of the error is you have a SQL Server on the network marked to hide. This puts it listening on...
February 18, 2003 at 8:45 am
What service pack has been applied to the SQL Server 7 installation? Also, is it running under the context of a Windows user (not LocalSystem)?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish...
February 18, 2003 at 8:40 am
The problem you are running into is a distinction between the login (server level) and the user (database level).
When a login is made the owner of a database, the user...
February 18, 2003 at 8:23 am
There are a couple of issues with applications roles that you need to be aware. Application roles immediately eliminate user context and login context permissions as soon as they are...
February 18, 2003 at 8:12 am
It may have had to do with the fact that you had to open the shrink-wrap in order to read the licensing agreement... at which point you had accepted the...
February 15, 2003 at 10:53 am
Hehe, Bob, I agree with you, it is a nasty, nasty evil, but you know what? I've seen it more times than I have fingers (and I have my full...
February 14, 2003 at 8:59 pm
SP 3 for SQL 2K allows for cross-database ownership chaining which means the user doesn't have to have SELECT rights against the base tables. Of course, the security can of...
February 14, 2003 at 1:43 pm
The thing that kills you is the nice little semi-colon. For instance, imagine I had a page where I'm passing parameters like so:
http://www.myserver.net/showCustomer?id=1
And my code did something to the effect...
February 14, 2003 at 1:38 pm
#4: Transcender, single-version, can't be redistributed once you've purchased it:
quote:
This license does not allow the product to be passed on, resold or...
February 14, 2003 at 1:26 pm
A trigger on a system table won't be supported by Microsoft. However, auditing was a big concern, especially to get the NSA's C2 compliance for SQL 2K. Microsoft accomplished this...
February 14, 2003 at 1:18 pm
You can use db_ddladmin so they can create stored procedures owned by dbo and db_securityadmin so they can assign permissions. Also, if a user is in both roles, the user...
February 14, 2003 at 11:02 am
And remember, if you do so Microsoft won't support it should you have a problem on that server.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
February 14, 2003 at 9:59 am
Under NT 4.0 it probably has more to do with the fact that I only have two levels of hierarchy:
Global Group
Local Group
Of course with AD in Native Mode I can...
February 14, 2003 at 9:57 am
I've done it as a test to how well SQL Server handled "true" recursion and we even have a few stored procedures being used in a production environment that use...
February 14, 2003 at 9:55 am
Woo hoo! They finally released something on it, though it doesn't give info as to what causes the issue... oh well.
I think this is the GUI fix to resolve...
February 14, 2003 at 7:15 am
Viewing 15 posts - 4,516 through 4,530 (of 6,105 total)