Forum Replies Created

Viewing 15 posts - 16 through 30 (of 48 total)

  • RE: import data in sql server 2005 express edition

    I can not see import/export wizard in the express edition by right clicking on tasks at the database level. Can you let me know where can I find import/export wizard...

  • RE: query help

    Thank you so much.

  • RE: dynamic query

    Hi, thanks for both of you on ur help. Infact I have built my query in the way sqlbill has suggested.

    But I am into another issue. Some times my text...

  • RE: dynamic query

    Hi Jason,

     

    It worked really good.

     

    Thanks.

  • RE: transaction

    sorry guys this is an incomplete post.

  • RE: transaction

    sorry guys this is an incomplete post.

  • RE: restoring a backup

    HEre is what I am doing.

     

    So far I tried to restore the database from enterprise manager.

    Now started restoring it from query analyzer.

    The first step is restoring the fulllback taken on...

  • RE: restoring a backup

    backupdiskfile:penMedia:Backup device d:\MSSQL\BACKUP\database1_00_08

    Actually I am trying to restore the database backup from folder E.But the the restoration process is trying to restore backupdiskfile from...

  • RE: restoring a backup

    No, I am trying to do the following.

     

    First restoring the fullback taken on 11/21/2006 and then trying to apply the differential backups of the backup taken on 11/1/2006 starting from...

  • RE: restoring a backup

    I am restoring the full backupbackup that was taken on 11/21/2006 and then trying to apply the differential backup of 11/1/2006.

     

    I am getting the following message.

    Cannot apply the backup on...

  • RE: weird character in the data

    It worked like a dream.

     

    Thanks for saving my day.

     

  • RE: sql server desktop engine

    I am using sql server 2000 not sql server 2005.

     

    Thanks.

  • RE: report

    SELECT prod_id,COUNT(booked_date),COUNT(delivered_Date),COUNT(booked_date)-COUNT(delivered_Date) FROM products

    GROUP BY prod_id

     

    I am using the above query and its giving the correct result. But I am thinking if there a better way to get the  above...

  • RE: sql sever does not exist or access denied

    even if i try with . ( a period) i am getting the same error.

     

    Thanks.

  • RE: sql sever does not exist or access denied

    my server name is newdb and the service is mssql$newdb and I am trying to add the new instance as newdb in my enterprise manager.

    Thanks for ur help.

Viewing 15 posts - 16 through 30 (of 48 total)