Viewing 14 posts - 1 through 14 (of 14 total)
Thanks.
Any one has a script. Thinking of something that will read the object definitions and map the relations. Please let me know.
January 17, 2011 at 11:46 am
Grant Fritchey (9/30/2010)
Where ...
October 1, 2010 at 7:33 am
there may be a table lock while the transaction is waiting to be committed.
My exact thinking. What causes a table lock? how PROC1 which is issung BEGIN TRAN can...
May 19, 2010 at 4:03 pm
While I am going thru the article, my question is why the PROC2 beging blcoked from even running the query. It was just waiting for PROC1 to issue commit. I...
May 19, 2010 at 3:23 pm
. It might come down to checking the execution plan for this query... the query and/or indexes might need tweaking, and this could be causing the query to take this...
April 15, 2010 at 9:40 am
GSquared:
Thanks
You might also need to check if it's okay to post code online, since some companies don't allow that.
No my company does not allow. Also it is too hard for...
April 15, 2010 at 9:23 am
Thanks Jason.
I will check with the network folks. But before going to them, is there a way from the application perspective that I can prove to see if there is...
April 9, 2010 at 8:28 am
Thanks for the input.
April 2, 2010 at 9:23 am
OK. I have posted the solution in post #4. But reproducing here.
---------------------
Script to create tables
---------------------
USE [AdventureWorks]
GO
/****** Object: Table [dbo].[myparent] Script Date: 12/03/2009 15:10:53 ******/
SET ANSI_NULLS ON
GO
SET...
December 11, 2009 at 3:13 pm
Sure. I have posted the sample code at http://www.sqlservercentral.com/Forums/Topic827863-21-1.aspx. I could as well post it here, but why to waste storage?
December 4, 2009 at 8:11 am
OK. I stand corrected.
I have created the test script based on my original script, simple but follows the same logic.
---------------------
Script to create tables
---------------------
USE [AdventureWorks]
GO...
December 4, 2009 at 8:08 am
Not sure if the above question was confusing. Please let me know if it needs further explanation.
December 3, 2009 at 9:02 am
When I said "flat" I meant from the "relational structure" point of view. For example you have a Parent and two children, then you can represent this by
parent1,...
December 3, 2009 at 8:49 am
Mauve:
Thanks for the response.
Just to eloborate on my requirement. My XML/XSD would follow the following format
-------------
<message>
<message header>
<messsage ID>
<date time >
< etc etc>
</message...
October 20, 2009 at 7:09 am
Viewing 14 posts - 1 through 14 (of 14 total)