Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,539 total)

  • RE: Replication

    is this about replication or clustering? can you elaborate more?



    Pradeep Singh

  • RE: Query Help

    you may want to split the text on comma and then removing single quotes.

    see here how to write split function.

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=50648



    Pradeep Singh

  • RE: Restore and Refresh

    do you mean to say when you restore database, sp, triggers etc is restored as well along with data?

    if thats what you mean then yes. a db copy of the...



    Pradeep Singh

  • RE: My day is bad today.

    Differential backups are independent of other differential backups and depend on the previous full backup.



    Pradeep Singh

  • RE: Cannot shrink log file because all logical log files are in use

    Since log truncation is waiting on replication, either u create and drop the replication (as suggested by Gail earlier) or you keep on running sp_repldone at intervals. Log backups will...



    Pradeep Singh

  • RE: Virutal Names for a Cluster

    PhilipC (9/15/2011)


    Thanks for your help guys.

    Turned out he wanted multiple sql instances installed in the same resource group. I didn't think this was even possible. Am I missing something here,...



    Pradeep Singh

  • RE: Need to Transfer the data from a table from one instance to few other instances in a same domain

    madhuu1905 (9/15/2011)


    Hi All,

    Actually my requirement is we have 10 instances in QA in same domain, if we create login on one instance then it should be created on other 9...



    Pradeep Singh

  • RE: My day is bad today.

    forsqlserver (9/15/2011)


    We are expecting that file has created and somebody has deleted..Will it not break the sequence chain if I again issue the differential backup...We take the differential backup on...



    Pradeep Singh

  • RE: Differential backup fail

    The link posted above contains an extremely useful set of scripts suitable for regular maintainance.

    However, since you are trying to learn things, you should write your own scripts and...



    Pradeep Singh

  • RE: Adding login to standby database

    SQL SERVER NOOB (9/14/2011)


    I can't open the db because it's in standby mode.

    You should be able to open and check your database. That's why we have the standby...



    Pradeep Singh

  • RE: Virutal Names for a Cluster

    Can you specify V1 in more detail. What are you referring to by specifying V1 as Network name?



    Pradeep Singh

  • RE: Virutal Names for a Cluster

    If V1 and V2 are physical nodes which form the cluster, whenever you install a sql server, it'll have to be identified by it's own name (virtual server or resource...



    Pradeep Singh

  • RE: Virutal Names for a Cluster

    DSmith11 (9/14/2011)


    V1\InstanceName1

    V1\InstanceName2

    rather than

    V1\InstanceName1

    V2\InstanceName2

    in the above example, V1 and V2 will be the resource name (or the instance name or the virtual server name).

    For named instance, it'll be V1\V1 and V2\V2

    and...



    Pradeep Singh

  • RE: Virutal Names for a Cluster

    Here is the clustering whitepaper.

    http://www.microsoft.com/download/en/details.aspx?id=19736

    In a cluster, when you install a sql server instance, you put all resources (db engine, sql server agent, disks, IP etc) in a resource group....



    Pradeep Singh

  • RE: Virutal Names for a Cluster

    DSmith11 (9/14/2011)


    In regard to clustering and the virtual server name. If you have multiple instances on the cluster, do you have to specify a different Virtual Name for each instance...



    Pradeep Singh

Viewing 15 posts - 46 through 60 (of 1,539 total)