Forum Replies Created

Viewing 15 posts - 5,986 through 6,000 (of 9,241 total)

  • RE: database files logical name vs physical name

    Correct.

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

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

  • RE: SQL server service account

    sqlfriends (2/13/2012)


    Thanks, but I got Invalid object name 'sys.dm_server_service'.

    What version is your SQL Server instance, the script above is only valid for SQL Server 2008 R2 SP1 onwards. Get your...

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

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

  • RE: database files logical name vs physical name

    no, you can do it via SSMS too, on the files tab of the database properties.

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

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

  • RE: SQL Server on VMWare

    what edition\version VMWare are you planning?

    most of the common ESX licences only allow up to 4 way SMP for VMs.

    2vCPUs and 8GB RAM should be enough i would have...

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

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

  • RE: database files logical name vs physical name

    sqlfriends (2/13/2012)


    When I restore database by using SSMS, I see I can only change physical file name, I don't have a option to change logical name, is that correct?

    Correct.

    sqlfriends (2/13/2012)


    Does...

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

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

  • RE: change the allocation unit size and partition offset of the drives on active active node clusters

    all partitions are using either a 1MB offset (Windows 2008 default) or 64K offset.

    Only partition 1 on disk 1 has different alignment offset.

    Now, can you post your calculations you used...

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

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

  • RE: move to new server, version question

    sqlfriends (2/10/2012)


    Will 2008 version SSIS package still work on R2 SSIS?

    Thanks

    Depends on what the package is doing! If its a basic package with no special features then probably yes. You...

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

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

  • RE: Change Service Account - Impact on Mirroring

    pause mirroring and change the service account(s).

    Ensure you change the mirroring endpoint(s) security and resume mirroring.

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

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

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

    Jeff Moden (2/10/2012)


    I can call EXEs, VBS, Perl Scripts, and much, much more. I can even create new batch files from T-SQL based on "conditions" and execute them....

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

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

  • RE: What are the Ramifications of Renaming the Windows OS Default Administrator Account

    JC-3113 (2/10/2012)


    Hi Folks

    another issue just cropped up with regards to database owners and need some advice

    it seems that a majority of my databases were created by lets say Domain1\User1

    User1 is...

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

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

  • RE: Trace not picking SQL statements

    David Benoit (2/10/2012)


    I would have the following to be sure that I was able to catch what you want;

    SP:Completed

    SP:StmtCompleted

    SQL:BatchCompleted

    SQL:BatchStarting

    SQL:StmtCompleted

    If capturing the objects in red above I would also capture...

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

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

  • RE: Log Shipping 'skipping' all logs and not restoring

    Jinu43 (2/10/2012)


    I have same issue.

    Where did you forced the restore option or which changes you made on primary server??

    Thanks in advance.. 🙂

    If you're having the same issue experienced in this...

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

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

  • RE: Find database name with corresponding certificate name in sql server 2008

    sqldba4u (2/10/2012)


    Is there any way or t-sql to find database name with corresponding certificate name in sql server 2008? I am referring with respect to TDE mechanism.

    Thanks.

    Here you go

    USE [YourDB]

    selectdb_name(dek.database_id)...

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

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

  • RE: SQL 2005 SP 4 Upgrade on Win 2k3 in Veritas Cluster

    Yes, fail all instances to one node.

    Go into VCS cluster console and for all cluster groups place them into Freeze-Temporary

    Once this is done reboot all passive nodes and then run...

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

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

  • RE: Using and Creating Mount Points in SQL Server

    kellithompson (2/7/2012)


    Nevermind. I finally got it working. Because of the failover cluster, I want to use high safety w/o auto failover (synchronous), right?

    Offhand i'm not entirely certain, what...

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

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

Viewing 15 posts - 5,986 through 6,000 (of 9,241 total)