Forum Replies Created

Viewing 15 posts - 12,466 through 12,480 (of 39,896 total)

  • RE: Are the posted questions getting worse?

    jasona.work (5/16/2013)


    Why isn't it Friday yet?

    It's thursday-palooza. Hour late start for school 🙂

  • RE: Honeywords in SQL Server

    Rob Ashton (5/16/2013)


    Two factor authentication would be nice, perhaps even some sort of approval process enabled that required multiple approvals for some changes.[/Quote]

    It's funny that you mentioned this Steve,...

  • RE: How to Change the SQL Server Instance Name after Renaming the Windows Host

    jpowell-918558 (5/16/2013)


    what about in a replication environment when the subscriber has changed? is there a way to keep replication working when computer name changes?

    AFAIK you need to reset replication. The...

  • RE: How to Change the SQL Server Instance Name after Renaming the Windows Host

    MiguelSQL (5/16/2013)


    The title of article is misleading. I though someone figured out a way to rename the actual instance, which right now it is not possible (in a nice supported...

  • RE: Honeywords in SQL Server

    Eric M Russell (5/16/2013)


    ...

    There could also be honeypot tables. For example, the DBA could create tables with enticing names like [Employee_Salary] or [Customer_CreditCard] and then place an audit event with...

  • RE: Configure 'Allow Updates'

    It's possible you are getting an error on the pathing that you don't see. The command will require that the account running SQL Server (service account) has rights to the...

  • RE: ERD drawings for the tables not related

    This is very hard. There is no magic way for SQL Server to understand how any tables are related without constraints in place to enforce DRI. If the application developers...

  • RE: The multi-part identifier "Members.MemberID_" could not be bound.

    I don't see it in the query, but as Eugene suggested, the error implies you had members.memberid_ in the query somewhere.

    I'd double check that.

  • RE: Are the posted questions getting worse?

    Patrick,

    I'm not saying you should change or not complain. There are valid reasons to complain. I'm saying the complaints are overblown, and I'm not sure how many of them are...

  • RE: The Challenger

    j.a.c (5/15/2013)


    We are currently evaluating NuoDb for a couple of possible uses.

    So far the platform seems sound enough but we have only just started.

    I can't wait to see...

  • RE: Are the posted questions getting worse?

    So my thought was, as near as I can remember:

    I do think the idea of having a separate OS view tablets makes sense. However Microsoft's insistence on trying to make...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (5/15/2013)


    Steve Jones - SSC Editor (5/15/2013)

    I don't think Stardock ate Microsoft's lunch. MS made a decision, and in hindsight, it seems not only to be a poor one,...

  • RE: Are the posted questions getting worse?

    SQLRNNR (5/15/2013)


    Stefan Krzywicki (5/15/2013)


    Steve Jones - SSC Editor (5/15/2013)

    I don't think Stardock ate Microsoft's lunch. MS made a decision, and in hindsight, it seems not only to be a poor...

  • RE: INTO Identities

    garrett.moffitt (5/15/2013)


    I have a table, Customer, with the CustomerID as an identity. I run this query:

    select

    customerID, count(city) as 'City'

    into CustomerCities

    from Customer

    group by CustomerID

    Does the CustomerCities table...

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (5/15/2013)


    I've seen a lot of ranting about how the different UI in Windows 8 makes it very difficult for someone used to older versions of Windows to...

Viewing 15 posts - 12,466 through 12,480 (of 39,896 total)