Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Update statement get executed but table remains the same

    looking on the update statement

    update #TempTotalTable

    set NoOfCol = NoOfCol

    from #ColumnPerTable

    where #TempTotalTable.TBName = #ColumnPerTable.TBName

    you might want to prefix the NoOfCol with #ColumnPerTable, i think you are setting the column with its...


    La paz sea contigo,

    Gabriel Bribiesca

  • RE: Database does not appear in list!

    Could it be that you have two mdf files assigned to one database?


    La paz sea contigo,

    Gabriel Bribiesca

Viewing 2 posts - 1 through 3 (of 3 total)