Forum Replies Created

Viewing 14 posts - 16 through 29 (of 29 total)

  • RE: Table variable vs. Temp Table

    What your server seutp like?

    If I remember correctly...

    temp tables are created as full tables and involve disk access

    var tables are created in memory (Memory permitting)

    So, if your machine has fast...

  • RE: Java stored proc support in sql server 2000

    Nope, SQL 2000 only supports T-SQL as the language for stored procedures.

    Next release aparantly has full integration with the .NET framework so in theory and .NET language can be used...

  • RE: XML

    Yes, you can do it with SQL 2000.

    I would begin by search google, msdn.microsoft.com and SQL Books Online for "FOR XML", "FOR XML EXPLICIT", "FOR XML AUTO". These...

  • RE: IN Function

    Using CHARINDEX can cause major problems with false positives...

    If you have a value in the db of 1 and your are check using CHARINDEX against a list of say 10,11,12,13...

  • RE: Is XML the Answer?

    ok, alot of comments here and no one is 100% correct as this is a subjective issue.

    The article was titled "Is XML the Answer...". The answer to what? I...

  • RE: Exec Stored Procedure from a View

    I think the main issue here may be the way you are going around getting your data out.

    There may be a better way of achieving what you want. Can you...

  • RE: Send and recieve via HTTP

    Can you post more code?

    In particular where you are setting the object '@ObjXMLHTTP' up.

  • RE: Using OpenXML to import into SQL 2000

    I do a lot of imports this way working with xml files which are several mb...

    I have a VBS file that opens the xml document into a local variable...

    --------------------- SNIP...

  • RE: Is XML the Answer?

    quote:


    How can a hierarchical xml file store complex relational sets?


    Because it is doing what XML...

  • RE: Is XML the Answer?

    I think you have missed one of the main benefits of XML. Its not an ideal storage medium, its not a lean storage medium either...

    Where it does excel is...

  • RE: How would you handle this and why??? (Common Data)

    Hi,

    I have done something very similar for a large CMS here. It isn't for phone numbers, but for other content that relates to one of 2 different types of...

  • RE: QOD 29/08/2003

    Seems to be a trend lately in the poor quality of questions! They seem to be more and more open ended and vague. I havnt bothered answering many...

  • RE: XML Explicit & .NET XMLReader

    Yes, I think it was something to do with the stream objects. I changed from using a XMLreader to a Textreader and then passing that through my XSL and...

  • RE: CRITICAL: Win Zip 5gb backup using command line

    I tend to use WinRar. Lets you split the archive easily and seems to compress slightly better than winzip.

    Dan

Viewing 14 posts - 16 through 29 (of 29 total)