Viewing 8 posts - 16 through 23 (of 23 total)
Nope, you lost me 🙂
I dont see any place where you mention the name of the table. (Customers)
September 8, 2011 at 11:01 am
OOPS I Posted in the Server 2005 area.
Sorry.
Anyway ..
Thanks for the reply. Will try that.
September 8, 2011 at 10:49 am
Okay how do I drop all the contraints ?
If I try to delete I get
The DELETE statement conflicted with the REFERENCE constraint "FK_ReportLog_Client"
=========================
June 9, 2011 at 7:53 am
Ooops 🙂 .
Msg 547, Level 16, State 0, Line 1
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_LabLocationAnalysis_LabAnalysis". The conflict occurred in database "PM222", table "dbo.LabAnalysis".
The statement has been...
June 9, 2011 at 6:58 am
Thanks !
I need all the tables though , since I want the databases to be identical . One just smaller than the other.
-----------------------
Gianluca Sartori (6/9/2011)
INSERT INTO DatabaseB..DestinationTable
SELECT...
June 9, 2011 at 4:12 am
It would be a one-shot deal.
Same instance.
Identical tables.
Gianluca Sartori (6/9/2011)
Is it a one-shot export or you have to it regularly?
Both databases on the same instance...
June 9, 2011 at 4:00 am
Okay , lets use this as an example.
MS SQL R2 Express 2008
Big live database has 10000 records. I want to use only a small portion of that for testing and...
June 9, 2011 at 3:58 am
Viewing 8 posts - 16 through 23 (of 23 total)