Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 2,647 total)

  • RE: While PatIndex

    I think your problem is the patindex. The expression is not right... Always use SELECT first to make sure you are getting from your PATINDEX what you think you...

    Jared
    CE - Microsoft

  • RE: mirroring and replication?

    In mirroring, the data is not "restored." It is synchronously applied to both the primary and secondary server so that the data is always in sync. Failover happens when the...

    Jared
    CE - Microsoft

  • RE: open query in analysis service

    Larry Page(EA) (4/11/2012)


    when i want to execute the insert command with openquery i get this error :

    command:

    INSERT INTO MemberCard_Prediction_Structure (CustomerId, Gender, Age, Profession, Income, HouseOwner, MemberCard)

    OPENQUERY([testmining],'Select Customer_id, Gender, Age, Profession,...

    Jared
    CE - Microsoft

  • RE: mirroring and replication?

    SQLCrazyCertified (4/11/2012)


    No, Mirroring is a DR solution. I believe you cannot use Mirroring for load balancing. If something goes wrong with Principle Server, you have the Mirror DB...

    Jared
    CE - Microsoft

  • RE: Steps for maintenence plan

    We will gladly help you if you run into issues. However, it is important that you at least try to develop this on your own first. Then when...

    Jared
    CE - Microsoft

  • RE: Steps for maintenence plan

    Saggy (4/11/2012)


    hi....guys...

    we have to create a nightly maintenance plan for the database Adventureworks that does:

    1) Full database and transaction log backup

    2) Integrity check, rebuild index, recompute statistics.

    Backups should go to...

    Jared
    CE - Microsoft

  • RE: To decide which is best solution for implementation of SQL sever and client for educational porpose

    seesachinjadhav,

    note that it is not only bad etiquette in a forum to post your entire question in the subject line and nothing in the post itself, but extremely unprofessional in...

    Jared
    CE - Microsoft

  • RE: server name after migration

    opc.three (4/11/2012)


    sqlfriends (4/11/2012)


    ...I don't see change DNS name in the steps.

    You're unbelievable....

    LMAO You will have to work with your network admins on this one.

    Jared
    CE - Microsoft

  • RE: Tricky! obtain Stored Procedure Parameters as columns in result

    I suppose you could use the PIVOT functionality. Are you familiar with this? http://msdn.microsoft.com/en-us/library/ms177410.aspx

    Jared
    CE - Microsoft

  • RE: Replication process has been given error.

    If this is the full path "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data" I believe that the error is telling you it does not exist. Make sure that it is all spelled...

    Jared
    CE - Microsoft

  • RE: server name after migration

    sqlfriends (4/10/2012)


    If you have a Typically what we do is get our new server up and running, restore backups of all databases, set up active subscriptions and inactive publications. Then,...

    Jared
    CE - Microsoft

  • RE: server name after migration

    Perry Whittle (4/10/2012)


    If you have a SQL server MYSERVER with named instance INST1 you may only change the server name. The instance name will remain as it was installed like...

    Jared
    CE - Microsoft

  • RE: server name after migration

    Perry Whittle (4/10/2012)


    sqlfriends (4/9/2012)


    So, what exactly the step you do for keeping the same name?

    rename windows server, then use sp_dropserver followed by sp_addserver.

    Note you cannot rename the instance name...

    Jared
    CE - Microsoft

  • RE: Rollback the inserts

    What count do you mean? If your data was not in a BEGIN TRAN...COMMIT or ROLLBACK block, it is probably committed. Still not sure what you are trying to do.

    Jared
    CE - Microsoft

  • RE: Replication process has been given error.

    Are you sure that path exists? Make sure that full path is there... That is what the error is telling you, that the folder does not exist. Also, in the...

    Jared
    CE - Microsoft

Viewing 15 posts - 1,171 through 1,185 (of 2,647 total)