Forum Replies Created

Viewing 15 posts - 6,856 through 6,870 (of 9,643 total)

  • RE: Restore differential backups?

    I believe that once you have done the Full restore using the WITH MOVE option you do not need to use WITH MOVE for Differential and log restores.

  • RE: Profiler Trace running

    Just to note in SQL Server 2005 and later you get better information by querying sys.traces instead of fn_tracegetinfo and is actually the recommended method.

  • RE: Conditional Execution of SSIS Package

    I'd read the file name into a variable and use the variable in a precedent constraint to send it to one of 2 data flow tasks, 1 that handles the...

  • RE: send a mail through the SSIS

    I don't recall the error message I was getting, but I had a problem where McAfee was blocking SMTP from SSIS as potentially spam.

  • RE: Sproc -inserting data into 2 tables in same sproc

    SCOPE_IDENTITY should work, but Grant is right in suggesting the output clause. I wonder why you are setting @customerid and then setting @NEWID to @customerid instead of just using...

  • RE: Profiler Trace running

    Also the default trace is used as the source for many of the reports available in SSMS. So if you disable it you will lose those reports as well.

    There...

  • RE: Budgeting

    This has always been one of my pet peeves especially when it comes to government and grant funded agencies. Then the last month of the fiscal year they all...

  • RE: Jonathan Kehayias: SQL Hero!

    ALZDBA (11/25/2008)


    rbarryyoung (11/24/2008)


    Jonathan Kehayias (11/24/2008)


    SQLBatman is a hero, I am just Jonathan Kehayias. I should really come up with a witty screenname or something for my online presence.

    Hmmmm, how...

  • RE: View vs. Table Permissions

    Yeah it seems you are on the right track. You should definitely remove permissions to your user objects from the public role.

  • RE: What S.M.A.R.T. goals should I list in my evaluation?

    I always hated those. The hard part in my opinion is the measurable. I mean is it lines of code written, sp's created?

    If you are starting...

  • RE: Jonathan Kehayias: SQL Hero!

    Jonathan Kehayias (11/24/2008)


    rbarryyoung (11/24/2008)


    You mean Oracle, right? 😀

    Oracle is not the dark side. I will be sitting for my OCA in January. We all do the same...

  • RE: Jonathan Kehayias: SQL Hero!

    rbarryyoung (11/24/2008)


    Jack Corbett (11/24/2008)


    Lynn Pettis (11/24/2008)


    Jack Corbett (11/24/2008)


    rbarryyoung (11/24/2008)


    And for the record, I like to sit up front because at my age, I cannot see the code slides well enough...

  • RE: View vs. Table Permissions

    Using views or stored procedures to control access to a data is certainly a valid, and I would argue a necessary step for security.

    The Explicit Deny is probably overkill because,...

  • RE: Jonathan Kehayias: SQL Hero!

    Lynn Pettis (11/24/2008)


    Jack Corbett (11/24/2008)


    rbarryyoung (11/24/2008)


    And for the record, I like to sit up front because at my age, I cannot see the code slides well enough otherwise... :smooooth:

    I...

  • RE: Jonathan Kehayias: SQL Hero!

    rbarryyoung (11/24/2008)


    And for the record, I like to sit up front because at my age, I cannot see the code slides well enough otherwise... :smooooth:

    I would have thought that...

Viewing 15 posts - 6,856 through 6,870 (of 9,643 total)