Viewing 15 posts - 451 through 465 (of 540 total)
I will give that a try the next time I need to migrate.
Thanks,
Phil.
May 14, 2008 at 8:04 am
Hi are you looking to copy from Database 1 (has the data) to Datbase 2 (which is blank) but wish to retain the Parent/Child relationships?
If so then from Database 1...
May 14, 2008 at 4:46 am
Thanks Jack, I will give it a whirl.
Phil.
May 1, 2008 at 3:24 pm
Hi once again Jack. Yes the SQL Identity Key is the PK in Parent Table & the FK in the Child Table.
So....Database1
Parent Table
AccountType (PK)
1234
1235
Child Table
TCode (PK)...........Description..........AccountType(FK)
1........................Bibble.................1234
2........................Bobble................1235
So run...
May 1, 2008 at 12:21 pm
Had a play and all working.
Many Thanks,
Phil.
May 1, 2008 at 4:38 am
Thanks for the tips. I shall have a play today.
Regards,
Phil.
April 30, 2008 at 11:51 pm
Thanks Jack. I will look into the UI side of things. I will run though your code and see how it all works. The user request is not priority, at...
April 30, 2008 at 11:49 pm
Thanks Steve. It's the narrative I want to return...............one Part / Many Narratives (well that's the plan 🙂 )
Thanks,
Phil.
April 30, 2008 at 9:23 am
Hi. Yes. It's required (so I am told) to allow users to tick the line item that has been picked (as opposed putting a red line through the line item!).
Thanks,
Phil.
PS:...
April 30, 2008 at 9:21 am
Hi John. Another newbie like me!! It appears that this requirement has gone away so problem solved!! 🙂
Thanks,
Phil.
April 29, 2008 at 5:51 am
Thanks for your input John.
Phil.
April 20, 2008 at 6:13 am
Mahesh thanks for your time, I managed to resolve (well it looks OK). My query looks as follows:
SELECT DISTINCT ProductId,ProductDescription,ISNULL(CONVERT(VARCHAR,SUM(QuantityOutstanding)),'0')AS Quantity,StandardPrice
FROM Products
LEFT JOIN dbo.Inventory ON dbo.Inventory.Product= dbo.Products.Product
GROUP BY Products.ProductId,...
April 18, 2008 at 3:15 am
Gentlemen many thanks for your time and comments. Dan very detailed. How would I convert to traditional ASP? I have noted a long delay as you pointed when I enter...
April 18, 2008 at 1:19 am
Steve Jones - Editor (4/16/2008)
What do you mean "SQL Account" and where did you replace "NEtwork Service"?
Hi Steve.
SQL Account
<add name="MyConnectionString" connectionString="Data...
April 17, 2008 at 2:34 pm
Peso awesome, many thanks to you and to all those that gave their time in assisting me with this problem.
Many Thanks,
Phil.
April 17, 2008 at 3:51 am
Viewing 15 posts - 451 through 465 (of 540 total)