Forum Replies Created

Viewing 15 posts - 961 through 975 (of 6,032 total)

  • RE: Auto-Deleting Data

    Of course, deleting data from the online operational database doesn't mean it isn't archived somewhere offline or accessible online from a data warehouse. These days, even the most ancient and...

  • RE: Would You Move to Linux for Price?

    ZZartin - Wednesday, May 2, 2018 7:34 AM

    No, losing AD authentication in an Enterprise environment is a huge negative if your company...

  • RE: Would You Move to Linux for Price?

    ... For the purpose of a discussion, let's say you run an older version of SQL Server on Windows, like SQL 2000 or 2005. You want to upgrade, but...

  • RE: Auto-Deleting Data

    Whenever I hear about "The Right to be Forgotten", I think about that 1995 movie, The Net, where Sandra Bullock has her digital identity erased by hackers. That movie introduced...

  • RE: How to convert PDF data to database table in SQL server

    keddula - Sunday, April 29, 2018 8:59 AM

    PDF has data in table format (headers and columns). Want to import this to...

  • RE: Auto-Deleting Data

    It makes perfect sense to retain things like sales orders, financial transactions, court records, and health records in digital format indefinitely, because there may be an essential need for this...

  • RE: Identifying list of users or groups that have create table permission

    Simply querying system tables won't cut it. Check out the sys.fn_my_permissions function which can be used to determine "effective" permissions, meaning it covers permissions inherited by membership in domain, server,...

  • RE: The CDO

    Steve Jones - SSC Editor - Saturday, April 28, 2018 7:30 PM

    Eric M Russell - Friday, April...

  • RE: The CDO

    allinadazework - Monday, April 30, 2018 4:25 AM

    Steve Jones - SSC Editor - Friday, April 27, 2018...

  • RE: The CDO

    Just like the 20th century was the period when companies learned the consequences of industrial pollution, perhaps many companies today will minimize their legal exposure and operational expense by not...

  • RE: Northwind Database - Creating trading balance between countries.

    margor20 - Friday, April 27, 2018 7:05 AM

    I had some time to work on it, now I have this query:


    SELECT
    MAX(ca.CountryName)...

  • RE: The CDO

    Chief Data Officer would be sort of a pretentious title for those small and medium sized organizations that don't even have a designated Database Administrator.

  • RE: Northwind Database - Creating trading balance between countries.

    margor20 - Friday, April 27, 2018 4:21 AM

    I have quite a task to do.
    Using an old Northwind database, I need to...

  • RE: Database Administration Team Reporting Hierarchy

    It's unclear why the staff who are mostly "Report Writers" would naturally fit into the DBA team, especially if they mostly maintain reports for a specific business unit like Finance...

  • RE: Packaged-Application Database Nightmares - A Horror Story.

    If the vendor is stubborn about the configuration, and you have no other choice but to use them, then you can perhaps run their applications and databases inside a VM...

Viewing 15 posts - 961 through 975 (of 6,032 total)