Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)

  • RE: Search a value to complete database

    Could it be modified to search for patterns? Like trying to find Social Security Numbers as long as they were formatted

    where pattern= 'xxx-xx-xxxx'

    SQL has very limited support for patterns...

  • RE: Fast Project Rollbacks

    Alexander Kuznetsov (10/22/2008)


    Hi,

    I can use something like SQL Compare which has been around for a while, has been thoroughly tested out by thousands of users, and probably does all (or...

  • RE: Fast Project Rollbacks

    How do you handle objects (especially tables or columns) that were removed as part of a deployment? How does the rollback script get them back? Do you never actually delete...

  • RE: Can Encryption Help?

    The weakest piece of any security technology is the human component. Effective security requires people with integrity who take pride in their work.

    Integrity and pride are learned behaviors. Let's teach...

  • RE: Easy Listening

    I know my music collection is a little different from the norm. Here's the first five that came to my mind.

    Tokyo Kosei Wind Orchestra - Guest Conductor Series #4

    Eastman Wind...

  • RE: Beauty is in the Eye of the Beholder

    When choosing dynamic, parameterized SQL statements versus stored procedures, there are no technical advantages of one over the other.

    Performance was mentioned. However, dynamic, parameterized SQL statements are just as efficient...

  • RE: Take Me Out to the Ballgame

    If you quit "working", you stop living. If you're not living, you end up dying. My father just retired two years ago. He is as busy now as he was...

  • RE: Humble Beginnings

    The first substantive program I wrote on my own was an emulation of a board game called Kensington. This was done on a TRS-80 Color Computer with 16K of RAM...

  • RE: An Introduction to Test Driven Development

    I looked at tsqlunit. With VS2005, I think it is easier to use NUnit to test our stored procedures. Here's what we've done (VB.NET code)...

    1) Created an NUnit test fixture...

  • RE: DB Change Management: An Automated Approach - Part 3

    I'm with you 100% on the need for an automated method to change management. I agree with you completely on how the automated process should work.

    The key to making all...

  • RE: The Bowling Challenge

    I think your sample data in the artice has a typo. Should the last two entries use values of (1,2,4) instead of (1,1,4).

    Additionally, how do you intend to represent bonus...

  • RE: Outer Join To Get Blank Appointment Times

    quote:


    With the limited data in the example, the above statement gives me the data I'm looking for, but when I uncomment the...

  • RE: What Your SP Can Return

    I'd like to confirm that using the return value to return error messages is an excellent use of the return value. It makes stored procedures much like functions. In our...

  • RE: INSERT EXEC statement cannot be nested

    We've had the nested insert problem in a number of places in our stored procedures. Here's our solution. Perhaps somebody has a better one...

    The first procedure does not perform an...

  • RE: HOw to install sql server 2000 in laptop

    quote:


    Thanks all for valuable suggestion,Actually i want to install sql server 2000 first,than

    my database and after that my application which is a...

Viewing 15 posts - 1 through 15 (of 23 total)