Forum Replies Created

Viewing 15 posts - 8,161 through 8,175 (of 9,244 total)

  • RE: HELP= Rebuild index & Update STATISTICS

    As Gail says "no commit, no dice" 😉

    it's also worth noting if the database is in simple or bulk-logged recovery the create\alter index is not fully logged!

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Adding an instance to a SQL2008 Cluster

    GTR (3/18/2010)


    Perry, are sure that will work on cluster?

    http://social.msdn.microsoft.com/Forums/en/sqlsetupandupgrade/thread/906a8c25-ce3c-402b-9a06-648bd83bdfde

    Scott, i think if you need two instances on cluster then you should go for Active\Active clustering with two named instances.

    you...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Restore Permissions after database refresh

    try this

    --uncomment the where clause and specify a database user

    --to get permissions for a single account

    USE yourdbhere

    SELECT

    'Permission "' + CONVERT(NVARCHAR(10), permission_name) COLLATE Latin1_General_CI_AS + '" "' +

    case CONVERT(NVARCHAR(10),...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: HELP= Rebuild index & Update STATISTICS

    the index which is being rebuilt is stored in a temporary area and brought in when the rebuild has finished to replace the existing index. An outage shouldnt really have...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Adding an instance to a SQL2008 Cluster

    Scott Wise (3/4/2010)


    How would one go about adding an instance to a SQL2008 cluster? I am running a Server 2008 Cluster with the default instance installed and working beautifully,...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents

    totally agree Thor.

    the revoke thing is a little ambiguous i agree. I understand it as

    if you take the user account out of the ACL you have neither allowed or...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents

    you revoke NTFS permissions by not adding entities to the resource ACL list, this prevents access but doesnt deny. Access could still be granted via membership of another group.

    All I'm...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents

    hi i realised that. But whether sql, windows (NTFS), etc be careful with deny always revoke where possible

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents

    the other issue here is your explicit use of deny, always revoke rather than deny excedpt where absolutely necessary. Deny can have some very undesirable effects

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents

    just a sanity check, have you verified in the sql server logs that SQL server is using locked pages. Check the instance startup text in the log to verify lock...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Configuration Manager Problem

    are you copying and pasting the text from this site to the command prompt?

    if not, can you post the exact command you are using?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Confused on memory

    Jpotucek (11/25/2009)


    quick follow up question..

    I have SQL Server 2005 Enterprise edition on a Windows 32bit Advanced Server 2003.

    I recently added 12 GB to the Server bringing the...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Script to find all objects owned by a user (loginname)

    ok, so for any given account on the server you want to ascertain any objects owned in any database, is that correct?

    also, you are using SQL Server 2005 (i know...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2008 Upgrade Gotchas & Fixes

    S.K. (11/19/2009)


    For starters: the syspolicy_purge_history job -- needs to be updated for the virtual server name of the sql instance;

    if you install node A on the D:\program files\......

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2008 Upgrade Gotchas & Fixes

    Never mind the upgrades, with SQL Server 2008 the real gotchas come in when installing a clustered instance. All sorts of little nasties to contend with there 😉

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,161 through 8,175 (of 9,244 total)