Viewing 15 posts - 556 through 570 (of 6,105 total)
EncryptByPassPhrase() returns a varbinary() data type. Change @encrystaff and the subsequent column in the table to varbinary(128).
May 9, 2009 at 6:47 am
lcardwell (5/5/2009)
sing4you (5/5/2009)
My schooling doesn't really make much difference these days. Now, I'm wondering about whether getting MS certifications is worthwhile. Maybe we could start another thread?:-P
Now that's...
May 5, 2009 at 2:39 pm
Brad M. McGehee (5/5/2009)
malathi.mahadevan (5/5/2009)
May 5, 2009 at 2:36 pm
Jeremy Brown (5/5/2009)
May 5, 2009 at 2:33 pm
They should not have a detrimental effect if you remove them. You might use kerbtray to see if the tickets are even being created/assigned.
April 30, 2009 at 3:59 pm
Carlton Leach (4/29/2009)
I am having trouble getting Kerberos set up tho.
I am using:
- a Virtual Machine (VMWare)
- sql 2005 SP3
I have run the 4...
April 30, 2009 at 3:54 am
I thought about it after I posted but forgot to follow up. Password complexity and minimum length will still be enforced. It is within Active Directory, too. Those determine whether...
April 29, 2009 at 11:11 am
I used Domain Admins and Active Directory as a parallel security structure.
In Active Directory, within a domain, the Domain Admins group is king. Therefore, a member of the Domain Admins...
April 29, 2009 at 9:28 am
It might have to do with your permissions. Are you changing it using a sysadmin level account? Because in AD, as a domain admin that password history doesn't apply to...
April 28, 2009 at 2:27 pm
Password history is enforced. It maintains a password history:
April 28, 2009 at 12:37 pm
Policy management. Figure out how much you spend on configuration costs. How much risk there is if configuration was changed. Policy management solves that. 🙂
April 28, 2009 at 9:38 am
SQL Server 2000 - If both objects are owned by dbo, then you don't need to grant explicit DELETE on the table. In fact, you shouldn't. You should let ownership...
April 20, 2009 at 1:27 pm
If they only need to delete, you can grant delete against that table. If they need to truncate, you've got a lot larger problem as 2000 doesn't give you anything...
April 20, 2009 at 1:01 pm
Is the Identity for the application pool still running as Network Service? Are you seeing any audit failures corresponding to your normal user account in the Security event log on...
April 18, 2009 at 6:40 pm
Viewing 15 posts - 556 through 570 (of 6,105 total)