Forum Replies Created

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

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

    ravi@sql (1/13/2016)


    HI,

    Thanks for your reply , But am working only on MSSQL server or Data base development activity not DBA and SSIS not SSAS or Data warehouse .

    So sql+ssis combination...

  • RE: Mitigating STIGs

    michael.k.choffy (1/13/2016)


    I see said the "blind man"! So only the objects with latest modify date show up. Now I have set it to show the last 10.

    Thanks Jeff for your...

  • RE: Tracking Professional Athletes

    ... The NFL is also starting to use sensors to track their players, but with different goals. They are monitoring workloads, trying to ensure the health and peak performance of...

  • 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...

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