Viewing 15 posts - 1,126 through 1,140 (of 6,105 total)
Host name is passed by the client and therefore easily faked. It's in one of the articles of mine on the site, I think the one on login weaknesses. I...
May 31, 2008 at 10:28 pm
I have intentionally stayed a generalist. However, like Steve I've gained more experience in the technologies I do support. What this means is sometimes requesting, justifying, and taking training courses...
May 31, 2008 at 9:41 pm
If you want to ensure that ParentID of 3 is only used in TableA and not TableB or TableC, this isn't technically referential integrity. Referential integrity is about relationships between...
May 31, 2008 at 7:39 pm
GSquared (5/30/2008)
May 31, 2008 at 7:31 pm
To clarify some things...
Since you are coming in via a SQL Server login, you don't need to set up Kerberos, much less Kerberos delegation. This is required when you come...
May 31, 2008 at 7:29 pm
Companies that embrace telecommuting can drastically reduce overhead costs, too. Think about the overall savings to power/space as the percentage of personnel work remote. You'll have to provide some desks...
May 31, 2008 at 3:56 pm
If there are any specific objections they raise you need some help with that you don't feel comfortable posting in the forum (since this is security-related), feel free to PM...
May 31, 2008 at 3:52 pm
Sounds like a great thing. I've got a couple of guys I'm thinking about nominating.
May 31, 2008 at 3:50 pm
Matt Miller (5/31/2008)
I can't say I know, but at the risk of sounding pedantic - if you ask to ask the question, you should be considering a lookup table.....
Aye. Just...
May 31, 2008 at 3:46 pm
paksyeet (5/28/2008)
1. how many number of database do you think a dba can handle?
2. is it possible to just have one database server where i can run scripts and have...
May 31, 2008 at 3:45 pm
MPS Reports... it's what Microsoft Premier Support almost always has you run when you've got an issue. We basically run the appropriate one as we're placing the call so we...
May 31, 2008 at 3:41 pm
They must have SELECT and INSERT rights on a table in addition to being a member of the bulkadmin fixed server role in order to be able to pull off...
May 31, 2008 at 3:34 pm
I believe you can grant EXECUTE rights against the sp_sdidebug stored procedure. It'll be in the master database, meaning you'll have to grant the user access to the master database....
May 31, 2008 at 3:26 pm
I don't have my copy handy (visiting family), but if I remember right, cross database ownership chaining isn't covered in a whole lot of detail. It's generally frowned upon, and...
May 31, 2008 at 3:16 pm
Here is how to script out the logins:
How to transfer the logins and the passwords between instances of SQL Server 2005
That doesn't grab the permissions, however, as most permissions are...
May 31, 2008 at 3:14 pm
Viewing 15 posts - 1,126 through 1,140 (of 6,105 total)