Forum Replies Created

Viewing 15 posts - 46 through 60 (of 105 total)

  • RE: Query improvement

    Dear All

    Table structure is as follows

    Create table tablea(

    Yy numeric(13,3),

    Xx varchar(100),

    somedate_column datetime)

    What i wanted was like cube or rollup is there a way to make single query rather than union

  • RE: backup

    hi all

    Got the solution from folloing link . http://dba.stackexchange.com/questions/42068/sql-server-2012-simple-recovery-model-with-log-backup-log-reuse-wait-desc

    After creating a DB from SSSM GUI, immidiatly changed the recovery model to full. Then...

  • RE: backup

    Dear Gail

    I tried it again today. Attached documeent shows the step i took. But after taking full back up it makes the log_reuse_wait_desc as LOG_BACKUP.

    Not able to understand...

  • RE: backup

    Dear Gail

    Thank with the script given it working fine. I was trying through SSMS and it was creating the issue. Dont know whats going wrong when i try it from...

  • RE: backup

    Hi Gail

    I still get the LOG_backup for simple recovery.

    This how i get it in sql 2012-

    .created new db with simple recovery

    .Created 20000 rows

    . took back up (Full)

    .till now it showslog_resue_wait_desc...

  • RE: backup

    Hi Gail

    Sorry what i meant was "How to check active transaction?" (not log :))

    I have done the same steps as you mentioned for testing log behaviour. I had added...

  • RE: backup

    1) steps how i got Log_Backup for the simple

    .created new db with simple recovery

    .Created 20000 rows

    . took back up

    .till now it showslog_resue_wait_desc as Nothing

    created 20000 more records and now it...

  • RE: backup

    sorry did not realise. I have corrected the screen shot in this attachment.

    I created t1 using ssms. and it shows the recovery model as simple

  • RE: backup

    pls find the screen shot in the attachment

  • RE: backup

    Dear All

    Thanks for your replies. I have done testing of .ldf file size using 2 newly created DB. One DB is simple recovery model and other Full recovery model.

    Created following...

  • RE: backup

    Thanks for quick reply. How do I test this. I need to show the diff that log will not get trucated even if we take full back every day. Can...

  • RE: select not working

    Hi Lynn

    What you have mentioned is exactly what is present in the procedure. So in such situation we can not view the rows from the Remarks table till the process...

  • RE: select not working

    create table remarks ( remark varchar(1000)

    create procedure P1 as

    begin

    while loop

    begin

    .....

    insert into remarks ()

    commit

    ...

  • RE: NOCHECK CONSTRAIN

    issue is resolved. Rollback process was going on hence could not run the disable foregin key command

  • RE: Delay in Print

    thanks it worked

Viewing 15 posts - 46 through 60 (of 105 total)