Forum Replies Created

Viewing 15 posts - 421 through 435 (of 816 total)

  • RE: Take a snapshot DB between SQL Server

    John.Liu (1/6/2011)


    You can't set up logshipping betwee 2000 and 2008 via SSMS. You need to write scripts to do so.

    you can register your sql 2000 instance with ssms 2008 and...

  • RE: Take a snapshot DB between SQL Server

    As its for one database then yes you can configure logshipping. And as per your requirement, the steps should be:-

    1) Take full backup on primary and restore on secondary with...

  • RE: please help very urgent

    I agree with Wayne, if you look into requirement of your boss then seems like he/she is trying to reinvent the wheel of automating the failover.

    Tell him clearly the process...

  • RE: Take a snapshot DB between SQL Server

    to restore 2000 image to 2008, i think would be quiet complicated.

    My personal suggestion is if this is just refreshing server B database with Server A every day, and if...

  • RE: Litespeed Vs Native Backup?

    both have the different compression algorithm. And I personally prefer litespeed.

  • RE: Database mirroring.

    if you run the hostname on dos prompt, are you getting xyz or ABC?

    Also I beleive you saying that when you running select @@servername, you getting the incorrect server name.

    If...

  • RE: mirroring and logshipping

    mirroring vs logshipping

    1) automatic vs manual failover

    2) high performance vs compromise on performance

    3) highly synchronize vs compromise on synchronisation

    4) 3 option available in mirroring for performance vs availability, nothing such...

  • RE: Restore database with no recovery

    If your motive is to keep second node uptodate with primary then

    I will suggest instead of daily doing restoration, you should consider logshipping,mirroring or replication.

    Also the more clear your...

  • RE: Restore database with no recovery

    1) if you want to wait for completion then wait for message...query executed successfully.

    2) if want to kill and re-run with 'stats' option then stats = 10 will keep informing...

  • RE: Restore database with no recovery

    before running the restore command, you could have used 'stats' option which gives the information how much % iscompleted.

    The only option left is :-

    1) Will till complete restoration msg

    2)...

  • RE: sp_send_dbmail fails in SQL Server Agent Job

    Also I beleive you have table 'ERRORLOG' in database because I tried it and able to generate the text in @SQLQuery

  • RE: sp_send_dbmail fails in SQL Server Agent Job

    Are you able to send test mail using :-

    @profile_name = 'default' and

    @recipients = 'xxxxx@xxxxxxx',

    And I am sure you have enabled mail in advance configration.

    If the above testing works then...

  • RE: Full and Differential backup size is same ??.

    thats really interesting to investigate.

    Can you find out the top 5 largest table in your database and how frequently they are getting updated?

    Also,

    If you take full backup now...

  • RE: How to Get Full Name using Query

    ok, so if I am getting you correctly then you want only first three value. In that case take the full name in a variable(say x) and count the space...

  • RE: How to Get Full Name using Query

    its too tough(for me) to find where exactly you taking the nmae value in a variable but I suspect this could be because of length of variable. If you...

Viewing 15 posts - 421 through 435 (of 816 total)