Viewing 15 posts - 436 through 450 (of 576 total)
maqs,
You have done well! I have just gone through what you siad and well....I'm nearly there. Th epoint of all this is to be able to use the SQLXMLBulkLoad to...
June 6, 2004 at 2:38 am
Where are all the XMLGURUS? Are there any out there?
Thanks for the replys but none are getting me anywhere!
I'm using the SQLXMLBulkLoad process to insert data to a couple of...
June 4, 2004 at 7:15 pm
I still have to use a Mode in the FOR XML Clause. I can't just put in XMLDATA. Is there a way of doing this?
June 4, 2004 at 5:37 am
I don't have an SQL 7.0 Server to perform an absolute test here. However, be aware that a timestamp column will generate it's own value when you do the BCP...
May 31, 2004 at 10:43 pm
T-SQL does not have a function for this!
You mentioned ADO.NET, if you are trying to access a linked server through an application, then I would just place a TRY, CATCH...
May 31, 2004 at 9:13 pm
How did you ascertain that the Timestamp column is the troublesome one?
May 31, 2004 at 3:54 am
The author of this short spiel about Performance on large tables using JOINS needs to state just what exactly constitutes a large...
May 27, 2004 at 6:12 pm
That Stored Procedure 'sp_MSins_authors' should be on the Subscription Database! This and other Stored Procedures used by Replication get created during Replication Setup!
Try removing Replication and start again!
May 27, 2004 at 5:58 pm
1 way to do this is to use Transactions with the SET XACT_ABORT setting to ON. What this does is "if any part of the transaction fails the entire transaction...
May 26, 2004 at 7:02 pm
Exactly the same!
sp_attach_db and sp_detach_db exist in SQL 7.0 as well.
May 26, 2004 at 6:48 pm
It all depeneds on what you want to do in DTS. In BOL there are some examples for DTS Packages.
May 25, 2004 at 10:50 pm
I believe they are talking about compression folders from the operating system level.
May 25, 2004 at 4:43 pm
just a thought off the cuffs, could you not just do a BETWEEN from the input that a user chooses? I'm assuming that fromdate & thrudate are input variables to...
May 24, 2004 at 9:09 pm
I believe you have to install the Oracle client on the SQL Server first.
May 24, 2004 at 8:59 pm
Viewing 15 posts - 436 through 450 (of 576 total)