Viewing 12 posts - 1 through 12 (of 12 total)
quote:
What are you trying to achieve, totally uninstall SQL, recover to the original database files ?Simon Sabin
Co-author of SQL Server 2000 XML...
October 29, 2002 at 11:25 am
CASE CLOSED. THANK YOU.
Roy A. Day (royaday@hotmail.com)
October 13, 2002 at 8:38 am
quote:
Are you sure you are in the correct database.If you run Query analyser whilst the databases node is selected in QA then...
October 13, 2002 at 8:26 am
quote:
HiTry to put brackets [ and ] around your table name. If the name contains spaces or is a special word, this...
October 13, 2002 at 4:29 am
quote:
Try either delete or rename the target table and run select * into targettable from originaltable.
October 13, 2002 at 4:16 am
quote:
Try SELECT COUNT(*) FROM TABLEB and SELECT COUNT(*) FROM TABLEA and see if either gives you an invalid object return, that should...
October 13, 2002 at 4:11 am
quote:
The target table must be already exist before you run the insert into statement.Or you can run select * into targettable...
October 12, 2002 at 6:29 pm
quote:
If it exists then double check you didn't typo and are not missing a ( or ) where it should be. If...
October 12, 2002 at 6:23 pm
quote:
Boy I need to learn to read complete messages, oops.INSERT INTO targettable (targetcol1, targetcol2, etc) SELECT origincol1, origincol2, etc FROM origintable (Any...
October 12, 2002 at 5:34 pm
quote:
One thing I just oayed attention to is you stated pop-up menu???? which I have not seen in QA. Where are you...
October 12, 2002 at 4:49 pm
quote:
Is TABLE A abd TABLE B both owned by DBO or is it possible they are owned by a user name. The...
October 12, 2002 at 1:56 pm
quote:
Is TABLE A abd TABLE B both owned by DBO or is it possible they are owned by a user name. The...
October 12, 2002 at 1:53 pm
Viewing 12 posts - 1 through 12 (of 12 total)