Forum Replies Created

Viewing 15 posts - 2,986 through 3,000 (of 6,038 total)

  • RE: Stop deletes on a table

    But an INSTEAD OF DELETE trigger will prevent anything (users, stored procedures, the DBA) from completing delete operations on the table. Is that what you really want?

    If you only want...

  • RE: Mitigating STIGs

    Regarding the issue of how to monitor for unauthorized changes to the database schema, accounts, permissions, etc., one technique is to periodically perform an automated schema comparison between a pre-production...

  • RE: Is there any specific certification only for ssis ?

    There is the Microsoft certification exam 70-463: Implementing a Data Warehouse with Microsoft SQL Server. It covers not just SSIS but also: dimensional data modeling, ETL, Data Quality Services (DQS),...

  • RE: The Ongoing Costs of Building Software

    The value of a developer's time is relative to whatever else they could be working on at that very moment in time. For example, if you have an active data...

  • RE: Script to compare schema across databases?

    Microsoft SQL Server Data Tools (SSDT) is a free download, and it has features for schema comparison, data comparison, and scripting DDL/DML for the differences.

  • RE: Rulebreaking Developers

    Today, you shouldn't communicate anything in an email that you wouldn't want posted publicly on Facebook. Plausible deniability is why a lot of confidential conversations take place on the golf...

  • RE: Visual Studio stable version

    In recent years, the underlying tools (BIDS, SSDT, VS, etc.) provided by Microsoft to support BI development are more stable than Microsoft's overall BI development game plan. Standing alone, they...

  • RE: Table Creation - Tool

    Jeff Moden (1/8/2016)


    Alvin Ramard (1/8/2016)


    Jeff Moden (1/8/2016)


    I especially hate it when a Developer that doesn't know, creates tables using Visual Studio or has VS auto-magically create the tables from objects...

  • RE: Date Conversion

    If you routinely encounter source data feeds containing dates formatted as strings (ie: MMDDYYY), then you may want to consider implementing a calendar reference table containing multiple variations of key...

  • RE: Courses- best ones?

    Go to YouTube and search on Wise Owl Tutorials; they have a lot of great step-by-step video series for SSIS, SSRS, and SSAS and then even more subscription based material...

  • RE: newbie wants to know what a HEAP is ?

    mw112009 (1/11/2016)


    Cool!

    You thought I didn't GOOGLE ha ?

    Take a look at the attached! LOL

    Yes, "an untidy collection of things piled up haphazardly" described a heap table. By definition, a heap...

  • RE: Stored Procedures slower than queries

    First, confirm if the query plans used by individual statements in fact differ in a significant way from the plans used when contained within a stored procedure. As for root...

  • RE: Improving string comparisons that use like

    Hugo Kornelis (1/11/2016)


    Eric M Russell (1/11/2016)


    This smells like healthcare claims data. If so, then "userpolicyid" is something like PayerID + SubscriberID + DependentID, and the format is not coded consistently...

  • RE: Date Conversion

    Alvin Ramard (1/11/2016)


    Eric M Russell (1/11/2016)


    rahulsahay123 (1/8/2016)


    I am getting a data feed with date column of type integer.Format is mmddyyyy.

    Values are like : 01092015

    Now i want to...

  • RE: How to check whether email was sent to GMAIL account ?

    That's not a T-SQL question.

Viewing 15 posts - 2,986 through 3,000 (of 6,038 total)