Viewing 15 posts - 6,916 through 6,930 (of 7,187 total)
Depending on whether you just want the empty database or the data as well, you can script out the creation or restore of the database. Do the same for the...
August 2, 2006 at 2:11 am
Andrew
Yes, just set the stats option in the command in the job in the same way as you would if you were running it in Query Analyzer.
John
August 2, 2006 at 1:42 am
Jeff
You are indeed missing a trick. The tables MyTable, ThisTable and AnotherTable have to exist in your database. If they don't, substitute them for some tables (and columns) that do. ...
August 1, 2006 at 4:50 am
OK, so the problem is occurring in transferring data from the distribution database to the subscription database (Northwind) on 192.168.195.10. I would guess that there's a problem with the sp_MSins_Region...
August 1, 2006 at 4:34 am
Claudia
Is it the LogReader Agent or the Distribution Agent that gives you the error?
John
July 31, 2006 at 7:42 am
I don't think this can work with your current database design. It seems to me that where you have gone wrong is to create your FK constraints the wrong way...
July 26, 2006 at 4:31 am
Please will you post the SQL for creating the constraint FK_PaymentTypes_CashPayment.
Thanks
John
July 26, 2006 at 2:05 am
Not if you use bigint, which is 8 bytes. Then you can have more than 18 billion billion records in your table.
John
July 25, 2006 at 6:23 am
Fernando
Try doing your restore with T-SQL. Something like this:
RESTORE DATABASE MyDB FROM DISK='\etc\etc\etc.bak'
John
July 25, 2006 at 4:20 am
I understand the restrictions on cascading updates and deletes... I think this is what I tried to explain to Darren. Self-referencing tables aren't to do with this problem, just an...
July 24, 2006 at 9:57 am
I thought we were talking about foreign keys? At least that is what Darren's original question refers to. I'm afraid I don't understand how you can have a foreign key...
July 24, 2006 at 8:15 am
Gift
Am I understanding you correctly? Are you saying that, to create a foreign key, the name of referencing and referenced columns must be identical? Is this new to SQL 2005,...
July 24, 2006 at 1:45 am
Darren
I'm afraid I'm not familiar with the SET TO NULL option. But you can't have cascading deletes for the reason I mentioned above. And you may find that you still...
July 21, 2006 at 9:08 am
So I'm guessing you're getting the error message when you try to create the second foreign key constraint? I'm also guessing that you are using the following code to attempt to...
July 21, 2006 at 8:39 am
Viewing 15 posts - 6,916 through 6,930 (of 7,187 total)