Viewing 15 posts - 31 through 45 (of 575 total)
Folks,
I cannot help but add to this thread!
I have configured AWE for a 32 bit SQL Server 2005 Server. The Server had 6GB RAM and I enabled AWE. I then...
June 2, 2008 at 10:47 pm
Jeff,
I have stumbled on what u mean bu taking a copy of the Table Schema as oppossed to using the overhead of XML as a before data & after data...
April 22, 2008 at 7:45 pm
To proceed to troubleshoot this firstly, should we assume that TicketID has at least a NON CLUSTERED Index on it?
April 22, 2008 at 7:29 pm
I should have said this in the initial post.
I wanted to see if it was possible to retrieve the CustomerType without using JOINS.
I already have written it to use JOINS...
April 8, 2008 at 8:04 pm
Can Antonio please explain what the typo is in his code as I get an empty result set after executing
select * from dbo.fListToItems( 'a,b,c', ',' )
April 8, 2008 at 5:30 pm
The first thing I would bedoing is to go and check if the Oracle Stored Procedure is in fact compiled without any errors in the Oracle Database.
If it's compiled, then...
March 19, 2008 at 8:15 pm
It has everything to do with the time portion of '2008-03-01 24:00:00'
24:00:00 is no such value for a DATETIME Data Type. 24 needs to be 00
The way I would tackle...
March 18, 2008 at 11:11 pm
Very difficult to advise you when we don't know what constitutes "A heavy Transaction Based System" as you have stated!
How many Transactions are you talking about? Have you measured that...
March 18, 2008 at 9:59 pm
Ok thanks Adam your example works.
Is this what's called XQUERY in your INSERT....SELECT?
November 6, 2007 at 3:24 am
Sandy,
How about an example of XQUERY that relates to my issue.
Greta to hear that XQUERY is better than openxml but give us an example with regards to my task!
November 1, 2007 at 5:14 am
Ok Thanks for that.
I'm using your method but I'm a little stumped as to how to retrieve the values such as CustomerID, OrderID, CompanyName etc by using xquery?
I had a...
October 31, 2007 at 4:48 am
Isn't Andras process a 2 step process as well?
What he is saying is to insert the XML file into a XML DataType Column in a Database and then Query the...
October 30, 2007 at 6:46 pm
Viewing 15 posts - 31 through 45 (of 575 total)