Forum Replies Created

Viewing 15 posts - 46 through 60 (of 90 total)

  • RE: Password Help

    Here is a similar bit of T-SQL code that generates 15 character passwords for service accounts. There is a numeric keypad character in each of the first seven and second...

  • RE: Password Help

    Here is a nice bit of T-SQL code that will generate a 128 byte strong (some will say 'impossible') password that works for an SA login. It will work in Query...

  • RE: Tools You Need

    As a basic text editor, I use a tool called TextPad. It can be setup to have color coded keywords and do regular expression search and replace across a section...

  • RE: Preventing Identity Theft Using SQL Server

    SQL CLR makes such things as generating a hash really easy.

    Here is a quick function (as well as a RandomNumber generator) built from the framework encryption classes in C#:

    Here...

  • RE: Monoculture

    It's all about money. If the system thinks that monoculture is cheaper in the lifetime of the people (i.e. how long they are responsible for their immediate situation) that run...

  • RE: A Nice Refund

    Note: Shameless plug to follow: If you want to get a better insight into SQL CLR, come to my SQL PASS presentation, "SQL CLR for the DBA and Database Designer"...

  • RE: Old Upgrades

    Sounds like the scenario for a Dilbert series...

  • RE: What should we do about Software Assurance?

    Good job, Steve. No one is going to *nix. MS needs to get its act together. SA is just not the deal it should be. How about SA being 15%...

  • RE: ANSI SQL Is Dead

    I'm the database designer for a major higher education ERP application (in the hundreds of customers) that rides on top of both SQL Server and Oracle. This is on a...

  • RE: Question of the Day for 24 Jul 2006

    In SQL 2000 if you remove this group and the SQL Agent Service account is the machine SYSTEM account, then SQL Agent will not start.

  • RE: A New Microsoft Fellow

    Good for Mark and MS. I suspect both Mark and MS know what they are doing here. People love to rail against things they don't understand by dreaming up all...

  • RE: Question of the Day for 20 Jul 2006

    Invalid means it will not work. I don't think there is any filename that will not work as long as it has valid file characters. The datatype for filename is...

  • RE: Could This Work for Databases?

    Google (and other search engines) is a special animal from a DB perspective. If data is missing from a single or even relatively small percentage of searches, no one is...

  • RE: Why Do We Do It?

    I tend to think of this as a design issue. If the data is stored unencrypted on disk (ie in the table) during design then you are asking for it....

  • RE: Creating Dot Net Stored Procedures in SQL Server 2005

    I'm not sure why you use UNSAFE to get this to work. I was able to get it to work with EXTERNAL_ACCESS. I strongly named the compilation of the executable....

Viewing 15 posts - 46 through 60 (of 90 total)