active (2,096)

Full complete MySQL database replication? Ideas? What do people do?
Currently I have two Linux servers running MySQL, one sitting on a rack right next to me under a 10 Mbit/s upload pipe(main server) and another some couple of miles away on a 3 Mbit/s upload pipe(m…
New version of Management Studio(i.e. the one that ships with SQL Server 2008) finally has a Transact-SQL IntelliSense feature. However, out-of-the-box it only works with SQL Server 2008 instances.…
ruby on rails - Why all the Active Record hate?
As I learn more and more about OOP, and start to implement various design patterns, I keep coming back to cases where people are hating on Active Record.Often, people say that it doesn't scale well(ci…
Is there a way for MS Access to grab the current Active Directory user?
I'm working on a spec for a piece of software for my company and as part of the auditing system I think it would be neat if there was a way to grab the current Active Directory user. Hopefully someth…
How do you kill all current connections to a SQL Server 2005 database?
I want to rename a database, but keep getting the error that 'couldn't get exclusive lock' on the database, which implies there is some connection(s) still active. How can I kill all the connections t…
c# - How do you impersonate an Active Directory user in Powershell?
I'm trying to run powershell commands through a web interface(ASP.NET/C#) in order to create mailboxes/etc on Exchange 2007. When I run the page using Visual Studio(Cassini), the page loads up corr…
Enumerate Windows user group members on remote system using c#
Within c#, I need to be able to Connect to a remote system, specifying username/password as appropriate List the members of a localgroup on that system Fetch the results back to the executing comput…
http - How do I use NTLM authentication with Active Directory
I am trying to implement NTLM authentication on one of our internal sites and everything is working. The one piece of the puzzle I do not have is how to take the information from NTLM and authenticat…
Windows/Active Directory-User/Groups
I'm looking for a way to find a the windows login associated with a specific group. I'm trying to add permissions to a tool that only allows names formatted like: DOMAIN\USER DOMAIN\GROUP I have a…
COMException “Library not registered.” while using System.DirectoryServices
I have only just started received the following error in my windows forms application under.NET 2 framework on windows 2000 when using System.DirectoryServices.{System.Runtime.InteropServices.C…