Forum Replies Created

Viewing 4 posts - 61 through 65 (of 65 total)

  • RE: Moving a standalone database server to a windows 2008 clustered environment

    Hi mashikoo,

    First and foremost, you cannot convert a stand alone instance into a cluster one.

    Here is my recommendation:

    1) Backup your databases and take SQL Server offline

    2) Make sure that you...

    Ysaias Portes | Forward Thinkers Consulting
    sp_SQLFlightRecorder — open-source SQL Server diagnostic recorder | forwardthinkersconsulting.com

  • RE: Need Hiarachy of date

    Hi,

    You can simply create a loop that can iterate through all the different dates.

    You can find more documentation on MS website. http://msdn.microsoft.com/en-us/library/ms178642.aspx

    Please let me know if that works for you.

    DECLARE...

    Ysaias Portes | Forward Thinkers Consulting
    sp_SQLFlightRecorder — open-source SQL Server diagnostic recorder | forwardthinkersconsulting.com

  • RE: Update the column included in Combined Unique Index

    Hi Grace,

    It does not matter that your unique index is a combination of many columns,

    you can update any of the columns as long as your update does not violate the...

    Ysaias Portes | Forward Thinkers Consulting
    sp_SQLFlightRecorder — open-source SQL Server diagnostic recorder | forwardthinkersconsulting.com

  • RE: Invalid SKU Error when Adding a Node to a SQL 2008 Cluster

    Hi Carol,

    Once you have completed the script you can go to the Cluster Administrator by going to Start Menu -> Run

    and paste this cluadmin.exe or by going into the control...

    Ysaias Portes | Forward Thinkers Consulting
    sp_SQLFlightRecorder — open-source SQL Server diagnostic recorder | forwardthinkersconsulting.com

Viewing 4 posts - 61 through 65 (of 65 total)