Viewing 7 posts - 1 through 8 (of 8 total)
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...
December 17, 2009 at 9:13 am
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...
December 16, 2009 at 8:56 am
So sorry......
(: OK, you guys can have one more beer on me.....
and thanks once again
November 24, 2009 at 9:41 am
Sorry guys for all the trouble, but the suggestion by SSCrazy resolved the issue.
Thanks a lot SSCrazy and all others
November 23, 2009 at 9:36 am
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...
November 23, 2009 at 8:31 am
Hi Grasshopper,
the txt files are required to transfer data from "stand alone" machines to central database......No network connection is available......
October 20, 2008 at 8:27 am
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...
October 20, 2008 at 12:25 am
Viewing 7 posts - 1 through 8 (of 8 total)