Forum Replies Created

Viewing 15 posts - 796 through 810 (of 3,666 total)

  • RE: Anyone know how to upgrade 2012 SSIS packages to 2014?

    Did you follow these steps?

    https://msdn.microsoft.com/en-us/library/cc280547.aspx



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Join

    sharonsql2013 (5/18/2015)


    Is it possible to join based on conditions

    I am trying to join Project_Code with Manager.Code but if the project_code is blank then it should look for Project_CostCenter and Join...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Fast Changing Dimension

    There's different ways to handle this, but if you had a Originating_key and Destination_key columns in your fact table, you would have to deal with changing dimensions.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Best way to handle excluding holidays from report.

    NineIron (5/18/2015)


    I'm using a calendar table but, it doesn't identify holidays.

    I would either update that calendar table so it does identify holidays, or create a Holidays table.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Here are some SQL Server Interview Questions

    Luis Cazares (5/15/2015)


    Alvin Ramard (5/15/2015)


    Grant Fritchey (5/15/2015)


    Alvin Ramard (5/15/2015)


    Grant Fritchey (5/15/2015)


    Question: Can you outline for me how to best design a system so that I can move it between Oracle,...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Here are some SQL Server Interview Questions

    Eric M Russell (5/15/2015)


    Grant Fritchey (5/15/2015)


    Question: Can you outline for me how to best design a system so that I can move it between Oracle, SQL Server, MySQL, DB2, Couchbase,...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Here are some SQL Server Interview Questions

    Grant Fritchey (5/15/2015)


    Alvin Ramard (5/15/2015)


    Grant Fritchey (5/15/2015)


    Question: Can you outline for me how to best design a system so that I can move it between Oracle, SQL Server, MySQL, DB2,...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Here are some SQL Server Interview Questions

    Grant Fritchey (5/15/2015)


    Question: Can you outline for me how to best design a system so that I can move it between Oracle, SQL Server, MySQL, DB2, Couchbase, DocumentDB, Hadoop, Redshift,...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Here are some SQL Server Interview Questions

    Here's an interview question:

    Name 10 of the parameters for DBCC TimeWarp. 😛

    I'd seriously consider asking a DBCC TimeWarp question at an interview, just to see how the person would...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Issue with CASE statement

    atlantageorgia123 (5/12/2015)


    SELECT

    ProductSkuTypeId = pst.[ProductSkuTypeID],

    ProductSkuTypeName = pst.[Name],

    p.ProductTaxCodeID,

    Here i am trying to write a case statement.

    like when the skutypename is Fab by default i have to set Tax Code as A_CLTH_FAB

    like when...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: LIKE with Numeric values

    sharonsql2013 (5/12/2015)


    I am trying to access records which start with numbers 75

    Looks like LIke doesn't work.

    How can I do so for

    Case when Numbers like '75%'

    You could try something like:

    CASE...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: DISTICT STATEMENT GET MY QEURY SLOW.

    In your JOIN statements, try using the LEFT function instead of SUBSTRING to see if it will run any faster.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: New Topic Script file help

    Sean Lange (5/5/2015)


    minimay (5/5/2015)


    nevermind i figured it out

    Declare @Julycount int

    Set @Julycount= (Select Count(*) From orders Where MONTH(OrderDate) = 7)

    print 'The total orders for july is...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Use sp_MSforeachtable to gen COUNT(*) for each table in MyDBname

    SQLRNNR (5/4/2015)


    Luis Cazares (5/4/2015)


    Kelley Fitz (5/4/2015)


    The ? is the table name

    EXEC MSFOREACHTABLE 'SELECT COUNT(*) AS ''?'' FROM ?'

    TABLENAME

    COUNT

    Do you realize that you posted almost the same answer...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SQL server 2014 pricing for standard edition

    Pricing for SQL Server can be confusing.

    I would contact my local Microsoft sales office for the answer.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 796 through 810 (of 3,666 total)