Viewing 15 posts - 1 through 15 (of 55 total)
Reindexing is scheduled during the weekend. Log backup twice a day and full db backup nightly. I been profiling the server for 3 days and no activities. But log is...
April 18, 2007 at 2:34 pm
April 17, 2007 at 4:13 pm
Is there some configuration that need to be setup or enable for sp_OA procedure to work? I have a similar procedure that was written by some consultant, and it work...
December 4, 2006 at 3:33 pm
May 18, 2005 at 3:40 pm
Well, thanks for the "soapBox." It answers my question. 😐
September 8, 2004 at 2:26 pm
10 15127 1 Collection <----- out of order
10 is Runit and it's in an Integer type.
This column is not in the sort order criteria. But from the different backup...
September 8, 2004 at 1:01 pm
Here's the sample output from the Original DB:
(the data on RUnit column should be in order from 1-15 but for some reason it start at 10)
RUnitContrct TypeContractText
176521Collection
276521Collection
376521Collection
476521Collection
576521Collection
676521Collection
776521Collection
1076521Collection
1176521Collection
1276521Collection
1376521Collection
1476521Collection
1576521Collection
10151271Collection <----- out of...
September 8, 2004 at 11:57 am
Chris:
1. SQL Server 2000 with SP3a
2. Here's the query:
select ...
from tbl_lob_contracttype a
left outer join tbl_rates b on a.contractid = b.contractid
and a.lob_contracttypeid = b.rtype
left outer join tbl_lookup_contracttype c...
September 8, 2004 at 8:35 am
Thanks for the info. Unfortunately, I didn't have a chance to test this setup. I uninstall MSDTC and reconfigure our Cluster environement because we are having issue getting...
June 29, 2004 at 8:44 am
Got it to work. Just got confused w/ the DTS properties. Your was a 'DTSStep_DTSActiveScriptTask_2' and my next step was a 'DTSStep_DTSExecuteSQLTask_2.' thanks for the help..
May 11, 2004 at 3:08 pm
I created what you described also. But when I executed the ActiveX Script, I get either a
Object required: 'stpDataPump'
or the Step 'Next' is not found.
Here's the code:
Set pkg=DTSGlobalVariables.Parent
Set...
May 11, 2004 at 1:28 pm
I'm somewhat confused. I tried several way of approaching what is described here but I can't get to do what I wanted. I created an ActiveX to count the...
May 11, 2004 at 1:03 pm
Viewing 15 posts - 1 through 15 (of 55 total)