Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Hablaras
  • Content: Threads
  • Order by date
  1. Hablaras

    Cannot find property in DTS object model

    I cannot find a certain property in the DTS object model: "always read properties from UDL file" which can be found on the property tab of a UDL connection in a DTS package. My guess is it would be in one of the following objects: DTS.Connection2 DTS.OleDBProperty2 But I cannot pinpoint...
  2. Hablaras

    ALTER DATABASE to set new minimum translog filesize not working

    Hello, I have a database with a transaction log file of 500MB. I want to increase it to 10000MB, but this must also become the new "minimum logsize". According to BOL the ALTER DATABASE statement with the SIZE=10000MB property should do the trick... BUT after an autoshrink or forced shrink (...
  3. Hablaras

    truncated errordescription in sysdtssteplog

    Hi, A dts package can log errors per step to the sysdtssteplog table. An error description can be found in the errordescription field. HOWEVER, this message is maximum 256 characters long, while the datatype is nvarchar(2000). Some descriptions are truncated, while I need the entire message...
  4. Hablaras

    KILL SELECT process

    Why is it not possible to KILL a SELECT process? The BOL states this is one of several process that can't be killed. If users are retrieving vast amounts of data, taking up to many resources, those processes can't be killed? What's the risk? That users receive partial result sets? Has...
  5. Hablaras

    Single job execution at a time

    Hello, Is there a default setting to set single job execution at a time in SQL Server? Example job1 executes at 01:00, finishes at 02:00 job2 is executed at 01:10, but doesn't start (is queued) until 02:00, when job1 has finished

Part and Inventory Search

Back
Top