Forum Replies Created

Viewing 15 posts - 76 through 90 (of 114 total)

  • RE: Upgrade SQl server 2005 to 2008

    The first thing you should do is download and run the Microsoft SQL Server 2008 Upgrade Advisor. Microsoft SQL Server 2008 Upgrade Advisor analyzes instances of SQL Server 2000 and...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Database synchronization

    Sample script for Database mirroring

    Video for Db Mirroring

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Database synchronization

    You can use Database mirroring or Replication....

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: REBUILD INDEXES JOB FAILS

    matt.newman (10/12/2011)


    Check to see if there are other jobs with that same service account that are failing or if anything else uses that account where the permissions could have changed...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Sql Server not using memory

    By default the 32 bit Operating System (the Kernel) can only use up to 2 GB of Virtual address space (VAS) leave 2 GB of Virtual address space for...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Msg 8501, Level 16, State 3, Line 1 MSDTC on server 'My-Server' is unavailable.

    As I said there wasnt any problem with code itself.... the problem was at Linked Server Server Options...

    Please find attachement....

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: cluster install question

    Perry Whittle (10/12/2011)


    Saga... (10/12/2011)


    Yes You will need 2 ip's (Heartbeat IP, Private IP) for each node & 1 Ip for SQL server.

    Heartbeat and private are the same!

    I assume you...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Cursor for List all indexes in SQL Server Instance...

    I was using this code to list all Indexes from linked servers..... but IT shows only system defined indexes...

    I am using SQL Server 2008 R2

    IF EXISTS(SELECT * FROM

    SYSOBJECTS WHERE...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: DB & Server level o/p

    You can use

    select * from sys.syslogins

    exec XP_logininfo

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Cursor for List all indexes in SQL Server Instance...

    My perspective for using cursor is.... In one query it should give all indexes information for all linked servers.... hence i m not using Instance name....

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: cluster install question

    Yes You will need 2 ip's (Heartbeat IP, Private IP) for each node & 1 Ip for SQL server.

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Cursor for List all indexes in SQL Server Instance...

    first of all thank you for your reply....

    I am creating an Inventory Application for all Linked servers... for that I have scripted rest all things like DB info, logins, Drive...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: How to pass a Microsoft certification [70-432]

    Is there any negative scoring for the wrong answers.... ???

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Back in the saddle

    Christi Wilson (8/25/2011)


    Saga... (8/25/2011)


    Christi Wilson (8/18/2011)


    Hi everyone! I hope some of you can help me out.

    I was a database programmer for 6 years and due to illness I had to...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Back in the saddle

    Christi Wilson (8/18/2011)


    Hi everyone! I hope some of you can help me out.

    I was a database programmer for 6 years and due to illness I had to take about 6...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

Viewing 15 posts - 76 through 90 (of 114 total)