Viewing 15 posts - 1 through 15 (of 24 total)
I have heard several 'fixes' for this problem. From what I have read it appears to be a major design flaw in the excel provider which covers all versions including...
April 28, 2008 at 7:41 am
thanks for the advice. I made your change so it only udpates where different (100% are different on the first runas they are defaulted to -1).
I am going to try...
March 20, 2008 at 9:51 am
Following on from Jim Fosters comment about the "BEGIN TRANSACTION; INSERT INTO @Vendors VALUES (1, 'Wicked Widgets Inc.', 'A');ROLLBACK TRANSACTION" statement. I ticked this as not being valid. This is...
February 4, 2008 at 9:42 am
Thanks for the advice. I modified the first line of your code to;
Update Tmp SET Tmp.CatList = COALESCE(Tmp.CatList + ',' + C.CatID, ',') + C.CatID
and it worked great. In the...
September 20, 2006 at 3:16 am
I dont think option 3 is possible. I think you require a 64 bit OS to run 64 bit SQL. if you mean option 3 is 64 bit OS with...
September 19, 2006 at 7:18 am
The communication path is as follows;
standalone USB 2.0 NAS -> linksys USB to ethernet converter -> gigabit switch -> SQL server
August 9, 2006 at 3:02 am
yeah i did do. i have looked at the http://support.microsoft.com/?id=812915 and it appears to be my scenario except i am running sql 2005 SP1. i have tried unloading the counters with...
June 26, 2006 at 9:42 am
you need to install the client tools as well as the server. Just insert the installation disk and the tools are accesible through an option on the splash install screen
June 20, 2006 at 6:17 am
I have a similar issue but with a footer saying the number of rows in the text file. Does anyone know how to drop the footer row without inserting into...
May 11, 2006 at 9:11 am
The best way depends on the answers to various questions;
1. is this a one of request (are you certain. it is a lot less effort to record this info and...
May 11, 2006 at 9:03 am
if you look in books online under "error 823" it explains what is wrong. check the servers system logs for any hard disk or io subsystem errors. if there isnt...
December 6, 2005 at 6:54 am
I am assuming you have an NTFS file system in which case microsoft say "2 terabytes should be considered the practical limit for both physical and logical volumes using NTFS". The...
December 6, 2005 at 6:35 am
thanks both of you. the jobID is used for presentation as you guessed but more importnalty for comparing job n (or series starting at job n) with another job (or...
December 1, 2005 at 10:46 am
I observed similar problems with an MSA1000 and 2 compaq servers (both 4gb ram, 1 had 2cpu the other 4cpu). The performance degraded tenfold when both servers were accessing databases on the...
December 1, 2005 at 8:39 am
NULL can never be compared to anything, it is like infinity you can never be equal to infinity (< or > either)
if you want to evaluate NULL values to be the...
December 1, 2005 at 7:56 am
Viewing 15 posts - 1 through 15 (of 24 total)