Viewing 15 posts - 61 through 75 (of 98 total)
In speaking with a contact at Microsoft, it looks as though it is a known issue. Do you have SQL2000 to upgrade to?
October 31, 2001 at 6:23 pm
Jeff,
I have run into this same problem in the past. I don't remember finding a fix for it, except that when I upgraded to SQL 2000, the issue went...
October 30, 2001 at 6:24 pm
Try and take a stab at it first...post the code you have and we can go from there.
October 15, 2001 at 12:56 pm
Not sure I fully understand what you're trying to achieve, but have you tried using 'WITH ROLLUP' or 'WITH CUBE' to do your totals/subtotals?
October 15, 2001 at 12:53 pm
try using a different cursor type and see what happens?
October 12, 2001 at 3:10 pm
Do you know if the problem is happening during the last step? With 36 different last steps that could occur, sounds like it could be an error in one...
October 12, 2001 at 12:53 pm
what type of cursor are you using to open the recordset. ReadOnly, ForwardOnly?
When using the above cursor type, it usually returns -1. If you were to use for...
October 11, 2001 at 2:45 pm
Full text indexing uses a file called noise.enu. You can edit this file to remove or add noise words.
Check out the article by Jon Winer about full-text indexing tips...
October 10, 2001 at 7:23 am
try wrapping your alias in single quotes
i.e.
select sfirstname 'en', slastname from tbl_applicants
where 'en' like 'a%'
September 26, 2001 at 8:52 am
When I have done this, I create a batch file to do the ftp. Then reference the file as the win-process in the task (I have never tried to change...
September 26, 2001 at 8:49 am
I'm not familiar with the Exchange Global list. Is it a text file?
If so, might be able to parse the file with the file system object in a...
September 20, 2001 at 6:27 pm
Not sure off hand...what about truncating the log. i.e.(do the insert in a loop, insert a record at a time, truncate that log every iteration through the loop) ...
September 18, 2001 at 1:16 pm
Not sure I have the answer to your question, but you can write a log file to a specified location from the job once you schedule the DTS package. ...
September 18, 2001 at 1:11 pm
Andy,
Thanks for you input. I'll test it out. I'll try and write it up as a supplement to this article.
September 11, 2001 at 4:24 pm
Viewing 15 posts - 61 through 75 (of 98 total)