I am unable to write a stored procedure for bulk insertion into my table. I want to insert list of <ObjectID> into [tbl_ReleaseHistory] keeping <FeatureID> null.
I am successfuly using OpenXML for some time now, but I encounter a problem when sometimes an xml string passed to sql is to large to fit the parameter.
I have a parent - child XML data. and i want to ins开发者_Python百科ert the data in SQL using open xml.
I am parsing some xml using OPENXML.I need to get an Identity off of the XML to know the order of the nodes.
I am making a web applic开发者_如何学Cation, I want to store images in cache. Next time I don\'t want to get images from network. How can I implement using java, using WeakHashmap or Hashmap.Let\'s sa