Viewing 15 posts - 61 through 75 (of 1,109 total)
b_boy (8/11/2008)
August 11, 2008 at 8:05 am
Adam Zacks (8/11/2008)
August 11, 2008 at 7:47 am
b_boy (8/11/2008)
T_OrderHeader - (PK, int, OrderID)
T_Payments -(PK, int, OrderID)
T_OrderLine...
August 11, 2008 at 7:35 am
rmaggio (8/11/2008)
August 11, 2008 at 7:27 am
b_boy (8/11/2008)
Thats rightPayments belong to a single order, with an Order having one or may stockIDs
It would probably help us a lot if you could post the primary keys/unique constraints...
August 11, 2008 at 7:00 am
First suspects:
does a Stock_ID uniquely identify a single row in T_Items?
Are Payments belonging to a single order only?
- Regards,
Andras
August 11, 2008 at 6:41 am
Andras Belokosztolszki (8/11/2008)
And take a full backup after you have truncated the log and switched back to full recovery mode π Full recovery mode is not activated until a full...
August 11, 2008 at 6:07 am
Adam Zacks (8/11/2008)
If you set yourself a...
August 11, 2008 at 6:02 am
bdh (8/11/2008)
I am having a database, where we every night takes a full backup. The database has run for some time now and we have discovered that the log...
August 11, 2008 at 4:46 am
Hi Johan, while Chirag has answered your question, just a short note about the names you are using. If you want your code to be portable, do not capitalize system...
August 11, 2008 at 4:33 am
replace the π with a ), and mt with the name of your table.
- Andras
August 11, 2008 at 4:25 am
SELECT Day
, SUM([Count])
FROM ( SELECT Sunday
...
August 11, 2008 at 4:23 am
Ratheesh.K.Nair (8/11/2008)
My problem is that i have a table containing 10 million records...
August 11, 2008 at 4:15 am
Viewing 15 posts - 61 through 75 (of 1,109 total)