Viewing 15 posts - 16 through 30 (of 93 total)
Well, a bit more information. I have found a server with SQL Server 2000, windows 2000 and MSDTC 3.00.00.3535. I have tried running a package enlisting DTC on...
February 20, 2008 at 2:31 am
I've managed to resolve this, it seemed to be down to a lack of indexes on one of the queries
February 19, 2008 at 8:54 am
Thanks guys, I've gone down the OLE DB route as the alternative, just wanted to make sure I wasn't going mad:)
January 30, 2008 at 1:01 pm
Passing a table to a stored procedure is an interesting idea. I may have missed something, but doesn't this have an effect on the compiled execution plan for the stored procedure.
September 12, 2007 at 6:16 am
After successfully using my SQLXML import now, I have now noted that on the SQLXMLBulkUpload class there are the extraordinarily useful properties
Schemagen and
SGDroptables
This looks handy I thought to myself and...
May 17, 2007 at 8:59 am
Hi Bledu,
Many thanks for that, I was originally looking at the openXML option, but I've gone down the XML Bulkload option
I've create two tables called tbl_impcustomer and tbl_impcustomeraddress in...
May 16, 2007 at 9:22 am
Hi, I have managed to test the code using a few constraint violations successfully.
Of course one should always ensure that objects exist, but since I knew the view didn't exist...
May 11, 2007 at 12:26 pm
Hi Sugesh,
I have tried using SET XACT_ABORT ON both in the first line of the SP and before the executing the SP with no luck.
Yes the views will defnitely be...
May 11, 2007 at 3:13 am
Hi Greg,
Yes the logins are my main concern, scripting out the logins would mean a new password for all of the database users. Of course this wouldn't be an...
April 27, 2007 at 5:15 pm
This may sound a little obvious but does the SQL Server account have full rights to the directory that the MSAccess database is on ?
April 27, 2007 at 8:27 am
Hi Swede,
I've had this, It could be that the user that you login to SQL Server to run the linked server query with doesn't have sufficient rights.
Checkout http://support.microsoft.com/kb/814398
As...
April 26, 2007 at 4:17 pm
Hi Yes,
Standard is installed on the new server. The old server has since been decommissioned, but when select the version number and edition SQL Server tells me that I...
April 26, 2007 at 12:30 pm
Thanks - good call, I'll keep an eye on that
Regards
Simon
November 17, 2006 at 4:59 am
Hi Peter,
Thanks for the reply, I've been checking the duration and have noticed some relatively high figure in the region of 20 to 30 seconds, but also wanted to try...
November 16, 2006 at 3:32 pm
>>SELECT * FROM ::fn_trace_getinfo(DEFAULT) <<
Cheers Ram
that's exactly what I'm after
September 22, 2006 at 7:58 am
Viewing 15 posts - 16 through 30 (of 93 total)