Viewing 12 posts - 1 through 12 (of 12 total)
Anyone have any idea how this SQL 2008 functionality would/could/can be harnassed within application development ie ASP.net, vb.net, c# ...
September 12, 2007 at 1:47 am
Clive,
Thanks for your help
rgds
Andrew
August 9, 2007 at 7:47 am
The table is used to store each level of a hierarchy in a particular transaction to make it easy for reporting. Whenever a new level(/depth) to the hierarchy is created...
August 9, 2007 at 6:31 am
Ideally I just want them to access a single stored procedure which would give the limited functionality required.
August 9, 2007 at 6:16 am
Just an update
I removed the 'Order By ' in the views and all seemed to work correctly.
Thanks for your help
May 21, 2007 at 9:05 am
I will do some testing over the week end. I'll post what I find out.
Thanks for your help.
May 18, 2007 at 7:30 am
I am only showing 4 entries because I was trying to find when the update stopped working. The live Update command uses all of the fields so I can't modify...
May 18, 2007 at 7:02 am
Your right in your assumption there are no errors reported by query analyser
The views are quite complicated
The related views and tables are as follows
CREATE VIEW dbo.vw_BudgetTotalPricesRevenuesTonnes
AS
SELECT TOP 100 PERCENT...
May 18, 2007 at 6:07 am
Yes David I see your point I think when I simplified the code I should have put another Id in the tblRequirements table which would be the Id from the original...
August 9, 2006 at 1:49 am
Sorry David
Looking at it again and I can see it now.
Thanks
March 1, 2006 at 8:31 am
paramind
What are your concerns regarding the other solution ?
Andrew
March 1, 2006 at 8:18 am
Thanks to you all
I've done some simple tests on both solutions and think both seem to meet the 'goal' bearing in mind the 'tweek' Ryan identified.
Whats your thoughts on the relative...
March 1, 2006 at 8:06 am
Viewing 12 posts - 1 through 12 (of 12 total)