Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: SQL server 2005 Express Backup

    I am currently doing that only. Just wanted to check with experts if there is a possibility to back up using the standard methods...... Guess I have to resign with...

  • RE: SQL server 2005 Express Backup

    I tried your suggestion. I am getting a error message that no entry could be found in the sysobjects with the name of the database. The mdf file that I...

  • RE: select from table variable

    So sorry......

    (: OK, you guys can have one more beer on me.....

    and thanks once again

  • RE: select from table variable

    Sorry guys for all the trouble, but the suggestion by SSCrazy resolved the issue.

    Thanks a lot SSCrazy and all others

  • RE: select from table variable

    Bru Medishetty (11/22/2009)


    sanya.ibrahim (11/22/2009)


    declare @mytable table (a int, b int, c int);

    insert into @mytable select tablename.field1, tablename.field2, tablename.field3;

    You don't have from clause in the above statement how will it work?

    You...

  • RE: Creating Script from Stored Procedure

    Hi Grasshopper,

    the txt files are required to transfer data from "stand alone" machines to central database......No network connection is available......

  • RE: Creating Script from Stored Procedure

    Hi SSC-Enthusiastic,

    Thanks for the reply. Let me elaborate on present procedure adopted by me. I am selecting the required fields row by row from all relevant tables...

Viewing 7 posts - 1 through 8 (of 8 total)