Viewing 9 posts - 1 through 9 (of 9 total)
Do a search for "Hipster PDA" - total simplification of to do lists...
August 18, 2005 at 9:03 am
That's why I said my opinion on getting the server identification was based on "lots and lots" of research. There ain't no other way to do it. The...
July 8, 2005 at 2:50 pm
Naw. If you've already got an accepted ActiveX script task or Dynamic Properties task to set the server properties, that's pretty much the "best practice" for doing it. ...
July 8, 2005 at 1:43 pm
I don't have SQL Server running right here/now, but was trying to deal with the same situation; in short, there is a need for the concept of having a global/system...
July 8, 2005 at 10:38 am
If proc B receives the return from proc A as an XML string, how about (you'll need to adjust for the what your XML looks like):
SELECT @xmlString = EXEC A...
June 24, 2005 at 8:42 am
I've just recently used sp_xml_preparedocument for the first time to do this kind of thing, so maybe I'm off base. After the sp_xml proc the XML looks like a...
June 24, 2005 at 8:25 am
Go up to the Data Transformation Services node in the console tree (the parent of Local Packages), right-click, select Properties, and select "Enable Save To Meta Data Services"
June 16, 2005 at 9:11 am
I always set both the objConnection.DataSource *and* the objConnection.ConnectionProperties("DataSource").Value
June 15, 2005 at 9:10 am
Even though the only programming languages taught when I was in school were COBOL, FORTRAN, C and Assembler, college taught me to *think* like a programmer, especially C and Assembler;...
June 15, 2005 at 9:05 am
Viewing 9 posts - 1 through 9 (of 9 total)