Forum Replies Created

Viewing 15 posts - 31 through 45 (of 264 total)

  • RE: Happy Monday

    g.britton (9/1/2014)


    I'm not sure how "Labor Day 2014" can be returned. I don't see the string "Labor Day" anywhere in the function.

    The function returns Labor(sic) Day 2014 as opposed...

  • RE: Hypervisor

    I always thought it was one of these:

  • RE: WMI Alerts

    I'm seeing 15% (13/85) for both at the moment.

  • RE: WMI Alerts

    Koen Verbeeck (8/8/2014)


    Got it right by selecting one of the two correct options. I wonder if if the other option also leads to success.

    It doesn't 🙁

  • RE: Connection Colors

    I always use this feature. It's a great way of differentiating between development, staging and live connections.

  • RE: SSIS and the TOKEN function

    josborne 48714 (5/28/2014)


    Unless of course the rules for SSIS are different than TSQL...I haven't used it all that much.

    Yes, it's double quotes for SSIS functions and single for T-SQL.

  • RE: SSIS and the TOKEN function

    Thanks. It was a function that I'd never heard of either but came across it whilst looking up something else a couple of weeks back. It looks as though it...

  • RE: Cheats on the move

    Tequel (5/22/2014)


    Yes, I think they must be! Not sure where Tequel came from but I am on a different computer tonight!

    That's better. In the unlikely event that anybody is more...

  • RE: Getting the grid back

    paul.goldstraw (5/16/2014)


    Koen Verbeeck (5/16/2014)


    Richard Warr (5/16/2014)


    Easy one, thanks.

    You have the only working copy of SQL Server 2012 where CTRL+SHIFT+D actually does something?

    Maybe he's running SQL Server 2012 QOTD Edition? 😉

    No,...

  • RE: Getting the grid back

    Easy one, thanks.

  • RE: Bean Counting

    Ola L Martins-329921 (5/12/2014)


    Only because you find it easy, it doesn't necessarily is for all...

    If you find it easy - good for you and keep it to your self. No...

  • RE: The Results Tab

    Doesn't work for me. If I press that combination I just get "Waiting for second key of chord..."

    Perhaps it's because I have SQL Complete installed.

  • RE: Buffer Pool Extensions

    Easy (after I looked it up).

  • RE: Syntax Validation

    Despite popular opinion (see above) there's no "easy" answer to this. NOEXEC is good but it won't find everything and there is the risk that you might miss one somewhere.

    I...

  • RE: Need Script to Run in USER DB

    Hi,

    I think you need to do the whole statement in dynamic SQL. Something like (in addition to what you have):

    DECLARE @sSQL NVARCHAR(MAX);

    SET @sSQL = 'USE [ +...

Viewing 15 posts - 31 through 45 (of 264 total)