Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 19,560 total)

  • RE: Product Review: GenesisOne T-SQL Source Code Unscrambler

    David Atkinson (8/6/2015)


    SQLRNNR (8/6/2015)


    This certainly looks like a tool that can provide some good benefit. I will have to give it a test drive.

    What problem do you think it might...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    undo

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Product Review: GenesisOne T-SQL Source Code Unscrambler

    This certainly looks like a tool that can provide some good benefit. I will have to give it a test drive.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: User-defined function

    Jeff Moden (8/5/2015)


    fnndala2 (8/5/2015)


    I have the following SQL-Query:

    CREATE FUNCTION fn_SelectTopEmployees ()

    RETURNS TABLE

    AS

    RETURN

    (

    SELECT TOP(10) EmployeeID

    FROM Employees

    );

    When I run the query, how many times between 1...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: User-defined function

    Luis Cazares (8/5/2015)


    Grant Fritchey (8/5/2015)


    Well, Luis is right. It won't run and therefore will return zero rows. But that question is an extremely poor demonstration of SQL Server knowledge. However,...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Log Shipping fails at Copy Stage. Pls help

    Paresh Motiwala (8/6/2015)


    I could not check permissions since our service account cannot log on to the box....I do suspect however that, it is the problem.

    Anybody can...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: A script to find a value in all databases

    About the simplest method would be to do this:

    sys.sp_MSforeachdb @command1 = N'use ?',

    @command2 = N'EXECUTE [sourcedatabase].[sourceschema].SearchAllTables'

    Or write a cursor that will call the execution of your stored procedure.

    Or do...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Every location an owner can be set

    WayneS (8/5/2015)


    SSIS/DTS packages. Including maintenance plans. This is harder to change.

    It's pretty easy to change. It's just a script.

    If you try changing it otherwise, then yes it can become annoying.

    http://bit.ly/LufgiB

    and

    http://bit.ly/eocpXA

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Every location an owner can be set

    They can own a schema as well.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: How to build in SSIS

    We started with:

    sqlinterset (8/4/2015)


    I need to fetch data from one SQL server to other SQL Server. One solution is to create linked server and other is to use SSIS....

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Luis Cazares (8/5/2015)


    Ed Wagner (8/5/2015)


    whereisSQL? (8/5/2015)


    Eirikur Eiriksson (8/5/2015)


    SQLRNNR (8/5/2015)


    pooping

    Potty

    Training

    Wheels

    Hot

    Lips

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Ed Wagner (8/5/2015)


    Lynn Pettis (8/5/2015)


    Sean Lange (8/5/2015)


    GAH!!! Sometimes I hate having to work with so many different versions of sql all the time. I have been beating my head against...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    And in "back to the countdown" news:

    49,913 posts with this post:-D

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    pooping

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Sean Lange (8/5/2015)


    Ed Wagner (8/5/2015)


    Just don't forget to drop the database when the interview is over. 😉

    Or just create the objects in tempdb. :hehe:

    Or better yet - don't forget to...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 991 through 1,005 (of 19,560 total)