Forum Replies Created

Viewing 15 posts - 3,856 through 3,870 (of 9,244 total)

  • RE: Moving Large Table to Different File Group

    ALTER TABLE [INVOICE]

    DROP CONSTRAINT [INVOICE_PK] WITH (MOVE TO SECONDERYDATA)

    After the move, we now recreate the PK Constraint:

    ALTER TABLE [INVOICE]

    ADD CONSTRAINT [INVOICE_PK] PRIMARY KEY CLUSTERED

    ( [column name] ASC

    )WITH (IGNORE_DUP_KEY...

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

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

  • RE: Disk Capacities

    Drop the cursors and the calls to xp_fixeddrives and fsutil and use the following

    [Code]wmic volume get capacity, "free space", name[/code]

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

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

  • RE: Difference between Now() and Today()

    Junglee_George (12/5/2013)


    Hi

    Please explain the Difference between Now() and Today() functions in SSRS reports. Are they both same or different..??

    Note that these are not T-SQL date\time events they are visual studio...

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

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

  • RE: after removing last node from cluster - uninstall from node??

    inevercheckthis2002 (12/5/2013)


    I am uninstalling and reinstalling SQL Server 2008 R2 on a cluster. Instructions on how to uninstall from a cluster have you remove all the nodes.

    After doing so,...

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

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

  • RE: SQL Orphan login issue

    Aatish Patel (12/5/2013)


    I copied database from Prod to Dev instance. Whe the database was restored I ran

    -----See if there are any orphan users:

    EXEC sp_change_users_login 'Report'

    The output was :

    finq_sql...

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

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

  • RE: SqlServer 2008 cluster adding RAW disks VMWARE

    Gerard Silveira (11/7/2013)


    Thanks for the reply

    When you say easier to store with the VM, do you mean the same LUN that the .vmdk file is stored on

    OR

    Do...

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

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

  • RE: Moving TempDB of the Cluster Resource

    Leo.Miller (2/14/2011)


    David Benoit (2/14/2011)


    They had a nice shiny new SAN installed to improve performance,

    Storage Area Networks are implemented for consolidation not performance, much like virtualisation is implemented for consolidation....

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

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

  • RE: TRANSACTION LOG COPY JOB FAILED IN LOGSHIPPING

    cpathidba (12/5/2013)


    Hi Praveen,

    I had given those permissions also,still it was showing same error, please help us.

    thanks & regards

    Chalapathi

    It is the SQL...

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

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

  • RE: Restore Syntax

    So these are native backups from 2005 rtm?

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

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

  • RE: Restore Syntax

    which version\edition of sql server are you using?

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

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

  • RE: Restore Syntax

    Welsh Corgi (11/27/2013)


    I atttached the word work with screen shot and tried to open myself but I could not open it?

    How can I embed an image intop my post?

    Thanks.

    I opened...

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

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

  • RE: I am not able to connect to sql server database engine from my machine to server having different networks.

    AShehzad (11/25/2013)


    If you can ping the server from your machine then probably it will not be a firewall issue.

    Correct, ICMP traffic is the first traffic a firewall usually blocks. If...

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

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

  • RE: How to split filegroup files to more than physical storage drive

    MohamedDBA (11/24/2013)


    Are I can spread my database filegroup files to more than storage drive , not on the same storage drive , and stay connected logically as if they in...

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

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

  • RE: Using VMs in a cluster

    NJDave (11/27/2013)


    Hello

    Could someone provide insight on using 2 VMs in a cluster fro SQL Server 2008 R2 (or higher)?

    Today, I have 2 physical boxes in an active passive cluster that...

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

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

  • RE: Domain Migration - Log Shipping and Mirroring

    pradeep.mohan (11/26/2013)


    Hi,

    Will it affect domain changes in log shipping and mirroring???

    Because currently SQL server services running on xxxx\xxxxx domain account and log shipping and mirroring working properly. We are planning...

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

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

Viewing 15 posts - 3,856 through 3,870 (of 9,244 total)