Forum Replies Created

Viewing 15 posts - 781 through 795 (of 7,168 total)

  • RE: blocking LCK_M_SCH_S, LCK_M_SCH_M

    mauriciorpp (2/12/2014)


    opc.three (1/10/2013)


    "Mostly Online" feels like ~60%. I'd submit "Near Online", it feels closer to 99% 😀

    until today, all my "online" index rebuilds worked as expected. but just today I...

  • RE: Need a way to script out LinkedServers on a SQL 2005\2008 boxes but place the script in seperate files.

    Works on Windows 8 with SQL 2012 or 2008 R2:

    <# SYNOPSIS

    Generates create scripts for all LinkedServers.

    DESCRIPTION

    PowerShell script using SQL Provider to script out all LinkedServers.

    NOTES

    Requires: PowerShell Version 2.0, SMO assembly

    #>

    param...

  • RE: Need a way to script out LinkedServers on a SQL 2005\2008 boxes but place the script in seperate files.

    It could be one of a lot of different reasons. What is the exact error message or behavior you are seeing running on Windows 7?

  • RE: Today's Random Word!

    JAZZ Master (12/9/2013)


    Ed Wagner (12/9/2013)


    Revenant (12/9/2013)


    Kurt W. Zimmerman (12/9/2013)


    Ed Wagner (12/9/2013)


    BWFC (12/9/2013)


    whereisSQL? (12/9/2013)


    Ed Wagner (12/9/2013)


    crookj (12/9/2013)Snow (8 inches of it!)

    Driving

    Skid

    Row

    Column

    pillar

    fire

    Migration

    Route

    root

  • RE: A few reflections on RBAR by a weary application developer

    mtassin (12/9/2013)


    Koen Verbeeck (12/9/2013)


    Nice article.

    One remark though: using SSIS doesn't necessarily mean RBAR.

    You can stream the data into a bulk load just fine (as fast as the join) and still...

  • RE: Today's Random Word!

    Framework

  • RE: Today's Random Word!

    Ed Wagner (11/27/2013)


    SQLRNNR (11/26/2013)


    L' Eomot Inversé (11/26/2013)


    Ed Wagner (11/26/2013)


    opc.three (11/26/2013)


    Ed Wagner (11/26/2013)


    Time

    Table

    Tally

    Stick

    Mud

    Lincoln

    Navigator

  • RE: Today's Random Word!

    L' Eomot Inversé (11/26/2013)


    Ed Wagner (11/26/2013)


    opc.three (11/26/2013)


    Ed Wagner (11/26/2013)


    Time

    Table

    Tally

    Stick

    Abacus

  • RE: Today's Random Word!

    Ed Wagner (11/26/2013)


    Time

    Table

  • RE: Data type validations

    Note that ISDATE() has tons of odd interpretations as well.

    For example, '2013' returns as a valid date:

    SELECT ISDATE('2013')

    Which makes sense if you consider this returns 2013-01-01:

    SELECT CAST('2013'...

  • RE: SQLCMD

    Jeff Moden (11/21/2013)


    opc.three (11/20/2013)


    And the sysadmin members? ...oh that's right, you argue that you must trust them implicitly.

    Jeez, Orlando. If you can't trust an SQL Server Admin or a...

  • RE: SQLCMD

    Jeff Moden (11/20/2013)


    That's just it. There are no security challenges to it. I don't allow users to use xp_CmdShell directly. I don't allow apps to execute it...

  • RE: SQLCMD

    Jeff Moden (11/20/2013)


    opc.three (11/20/2013)


    Jeff Moden (11/20/2013)


    opc.three (11/20/2013)


    Chances are I could accomplish this through a SQLCLR. I could definitely setup an Agent job that a low-priv user could run by executing...

  • RE: SQLCMD

    Jeff Moden (11/20/2013)


    opc.three (11/20/2013)


    Chances are I could accomplish this through a SQLCLR. I could definitely setup an Agent job that a low-priv user could run by executing a stored proc....

  • RE: SQLCMD

    Jeff Moden (11/20/2013)


    opc.three (11/20/2013)


    I can think of ways a non-SA could be setup so they could enable xp_cmdshell without the use of a proxy. Your point?

    I can think of ways...

Viewing 15 posts - 781 through 795 (of 7,168 total)