Forum Replies Created

Viewing 15 posts - 211 through 225 (of 295 total)

  • RE: Stairway to U-SQL Level 9: Views and C# Expressions

    Good article, but wouldn't the Post Code view containing the conditional elements return the whole postcode for parts 1 & 2 rather than blank when there is no space in...

  • RE: Is Division by Zero NULL?

    At least the old adage has been proven - that any conversation left to run long enough on the internet will result in someone being likened to Hitler!

  • RE: Identity column versus RowID

    The structure proposed by tshad allows employees to flat-share. If you want overall flexibility, you need 3 tables; Employee, Address and EmployeeAddressLink. The start and end dates would then belong...

  • RE: Fuzzy Matching

    I have worked on a similar task before. The approach I took was to copy the names to another table (along with the primary key so I could link back...

  • RE: What's Your Area of Expertise?

    Good article. One thing that often crops up in job advertisements is "must have experience of the finance industry" and a premium is usually paid for candidates who have that...

  • RE: More Overloads

    When my brother was at college, he was astonished by his friend's reaction to the statement "I'm just going for a tommy". Both parties understood this to be rhyming slang;...

  • RE: Multi Instance Resources

    The answer "I don't know" was 100% correct in my case (of course, it's not now).

  • RE: Promoting Engineers

    I've worked for managers who were useless in their current role, but brilliant if you needed them to answer technical questions. I've also worked for excellent managers who took far...

  • RE: Not receiving daily newsletters

    I realise this is an old thread, but I've stopped receiving the newsletter. It was getting increasingly sporadic over the last few months, but I've not received any at all...

  • RE: What is recursion?

    To answer the original question; this

    http://www.sqlservercentral.com/Forums/Topic1752249-1292-1.aspx

    is recursion.

  • RE: Cannot access a temporary table?

    It looks as if only one connection is being used. When does the error occur; on table creation, row insert or the select?

  • RE: Do You Have Scary Code?

    I don't think anyone "builds his business on millions of lines of code". What happens is that systems get written and then things change (the changes are frequently made by...

  • RE: More wildcard searches

    Does that mean I get a toaster now?

  • RE: SQL Prompt Tips #2 - Casing Options

    We're probably going to be getting the Redgate tools fairly soon, so the developers will start using SQL Prompt. One of the things I need to do is set the...

  • RE: SSDT Not Updating Database

    Yes, we've noticed that it frequently puts superfluous brackets around the default expression in the script so that the resulting constraint in the database doesn't match the project and gets...

Viewing 15 posts - 211 through 225 (of 295 total)