Forum Replies Created

Viewing 15 posts - 106 through 120 (of 567 total)

  • RE: can't trap error

    peacesells (12/17/2013)


    mister.magoo (12/17/2013)


    That should catch the error happening, but it's not going to pass an error on to SSIS unless you specifically return an error code and handle that...

  • RE: Need help with 2 query plans

    wolfkillj (12/19/2013)


    When I looked at this (in SQL Server 2012), I was interested to see that the faster plan (using the variable in the WHERE clause) included a TOP operator...

  • RE: Need help with 2 query plans

    When I looked at this (in SQL Server 2012), I was interested to see that the faster plan (using the variable in the WHERE clause) included a TOP operator between...

  • RE: Are the posted questions getting worse?

    Luis Cazares (12/17/2013)


    wolfkillj (12/17/2013)


    Since SQL Saturday #272 was mentioned in the SSC e-mail newsletter today, I thought I'd mention that I'll be presenting there.

    (My session is based on a...

  • RE: Are the posted questions getting worse?

    Since SQL Saturday #272 was mentioned in the SSC e-mail newsletter today, I thought I'd mention that I'll be presenting there.

    (My session is based on a similar session presented...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (12/17/2013)


    mister.magoo (12/17/2013)


    Good day Threadizens 🙂

    I have written an article (my first) on how to get help with SSRS reports.

    It was inspired by Jeff's classic "Forum Etiquette: How to...

  • RE: SSMS Strange Behavior

    mister.magoo (12/16/2013)


    Wesley Middendorff (12/16/2013)


    That was it, thanks!

    For SSMS 2008 the key is found at HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\General

    Thanks for the help!

    Thanks for updating us with the actual location, always nice when...

  • RE: Stored procedure excution plan reuse

    N_Muller (12/13/2013)


    I have a very complex stored procedure that it takes about 45 seconds to run the first time, and after that it takes at most a second to rerun...

  • RE: Stored Procedure Running Slow via SSIS vs Management Studio

    nawillia (12/13/2013)


    BIDS and SSMS could be using different ANSI settings, which could result in different execution plans (a bad one for BIDS and a good one for SSMS).

    >>how...

  • RE: Stored Procedure Running Slow via SSIS vs Management Studio

    Abdul Rahman (12/11/2013)


    nawillia

    We once had performance issues and was on a call with Microsoft on this.

    I was told that SSMS is...

  • RE: EAV design or Normalized

    S t e f (12/12/2013)


    Hi thanks for the reply.

    I think it looks like an EAV as I've effectively take an attribute and changed it to a row:

    Before:

    Expenditure

    BudgetID

    FoodAmount

    FoodFrequency

    FoodComment

    FuelAmount

    FuelFrequency

    FuelComment

    etc...

    After:

    Expenditure

    Expenditure

    BudgetID

    ExpenditureItemID

    Amount

    Frequency

    Comment

    ExpenditureItem

    ExpenditureItemID

    ExpenditureItemName

    -------------

    Has anyone come across...

  • RE: Are the posted questions getting worse?

    Revenant (12/13/2013)


    batgirl (12/13/2013)


    wolfkillj (12/13/2013)


    Ed Wagner (12/13/2013)


    batgirl (12/13/2013)


    Revenant (12/13/2013)


    jasona.work (12/13/2013)


    SQLRNNR (12/13/2013)


    Steve Jones - SSC Editor (12/13/2013)


    Warming up here. Gonna be 32 today

    we crossed back over to positive digits a couple of...

  • RE: SQL syntax error

    Luis Cazares (12/10/2013)


    Are you using SSRS to call tha procedure? SSRS might be changing your variables to the actual values in the query using the Join function. To correctly insert...

  • RE: How can I add encoding in output XML file like "<?xml version="1.0" encoding="ISO-8859-1"?>"

    sgmunson (12/12/2013)


    I'll assume your query produces a single record with the XML data type, and as the UNION ALL expects data types to match, and that my idea assumed a...

  • RE: SSMS Strange Behavior

    Wesley Middendorff (12/13/2013)


    Well, I am a glutton for punishment and I just couldn't let something so silly ride and after thinkning about it the re-image would take just about forever...

Viewing 15 posts - 106 through 120 (of 567 total)