Forum Replies Created

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

  • 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" 😉

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

    JC-3113 (11/18/2009)


    Hi Perry

    does that just give me a llst for the person logged in ?

    Thanks

    Jim

    no, not especially. Is that specifically what you are looking for?

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

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

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

    Greetings all

    Vivien Xing (7/8/2008)


    rbarryyoung (7/8/2008)


    Actually, it is not valid to exclude 'dbo' here. If a Login owns a database, then they are user 'dbo' in the database and they...

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

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

  • RE: how to configure sql server memory

    verify connectivity to the sql server and database. from a remote machine start a sqlcmd session and connect then query the database. What results do you get?

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

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

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