Viewing 15 posts - 31 through 45 (of 55 total)
PaulB-TheOneAndOnly (10/9/2009)
1) Application in database A knows when a row is ready to be "moved" to database B, isn't it?... so, let application in database A connect to database...
October 20, 2009 at 5:32 pm
Alright I will try create table script with sample data in it. I just want to know about the possible strategies in doing such scenario and I think the script...
October 8, 2009 at 7:09 pm
Hi All:
Thanks for your prompt response. The current scheme is an existing one before I came into this company and the reason that they this kind of design is they...
October 7, 2009 at 6:51 pm
Florian Reischl (4/16/2009)
* Why is the "Region" only shown for the first region?
* Why are the "District Four" without a "Region"?
* Why is "District...
April 16, 2009 at 3:38 pm
Please see code below for the object create scripts and sample data, sorry bout this:
if not exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Definition]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
BEGIN
CREATE...
April 16, 2009 at 10:41 am
Andrew,
Yes it is okay now. Thanks for the great script, it is working...I really appreciate it.
One thing I have been working on though (which was an added functionality lately) is...
April 7, 2009 at 4:27 pm
andrewd.smith (4/7/2009)
If I wanted to display all stores under District1 only using StoreRoleMappingID 5, then it should display stores under StoreRoleMappingID 9 and 10.
What XML do you want to be...
April 7, 2009 at 9:18 am
andrewd.smith (4/7/2009)
James,Glad to be of assistance.
Thanks for your feedback.
--Andrew
Actually I have those data that you need by the time I generate the hierarchical data from the mapping table. I apologize...
April 7, 2009 at 7:03 am
Thanks for your prompt response andrewd.smith.
Actually I have those data that you need by the time I generate the hierarchical data from the mapping table. I apologize for not making...
April 7, 2009 at 6:20 am
Bruce W Cassidy (3/12/2009)
March 12, 2009 at 8:40 pm
Bruce W Cassidy (3/12/2009)
March 12, 2009 at 7:06 pm
Hello guys,
There has been a changes with our design and i think it is good. Instead of having one internal file with multiple tables, the service beforehand created one file...
March 12, 2009 at 12:37 am
Thank you Lutz and jcrawf02, for supplying me this helpful information. I really appreciate it! it works!
Best regards,
James
March 11, 2009 at 7:24 pm
Lutz,
Thank you for this sample code, though I was just wondering about the tally table, can you show the details inside this table? I couldn't find one even on the...
March 10, 2009 at 9:01 pm
Oh okay. Thanks for the informative input Adi. I will try this and will let you know on my progress.
Thanks so much.
March 8, 2009 at 7:13 pm
Viewing 15 posts - 31 through 45 (of 55 total)