Forum Replies Created

Viewing 15 posts - 46 through 60 (of 99 total)

  • RE: Release unused space after drop table in SQL 2008 Enterprise Edition

    So, can anybody help me with this issue???

    Or there is no help available fot it???

  • RE: Release unused space after drop table in SQL 2008 Enterprise Edition

    Thanks Jessy, I understand where you are coming from.

    But my db is running in a Simple Recovery Mode; I should probably mention that before.

    But it still would not shrink...

  • RE: Release unused space after drop table in SQL 2008 Enterprise Edition

    Thanks for your reply Jessy. But, Im sorry this reply is for the 1st grader.

    I've been in this business quite a long time. And if you read my post with...

  • RE: Passing a global variable to an Execute Package Task

    Dear Newbie,

    I spent a lot of time fighting with that problem.

    The only solution that I found was this:

    ****************************************************************************************************

    Dim oPackage, oTaskTransform

    SET oPackage = DTSGlobalVariables.parent

    SET oTaskTransform = oPackage.Tasks.Item("DTSTask_DTSExecuteSQLTask_1").CustomTask

    ' 00000 is a...

  • RE: Dynamically Populate data from Source

    How would I build this query? Can you provide the example (script) for that.

    I still think that there should be the easier way to populate the new fields from source, I...

  • RE: Dynamically Populate data from Source

    51 Views and no answers to that one.

    I'm starting to worry if there is any solution to this problem?!

    Alex

  • RE: DTS Package (Excel Transformation)

    Guys,

    If I'm saving my excel spreadsheet in a comma delimited format and then processing it as a text file in the package it works fine.

    But when I'm trying to save...

  • RE: Setting DTS Global Variable

    Thank you Philip,

    I had this feeling that there is no way we can keep the layout of the package while modifying it programmatically.

    But still nobody answered the 1st part of...

  • RE: Search in DTS packages

    Linwood,

    That is exactly what I did if you will look at one of my previous replies

  • RE: Search in DTS packages

    Thank you Phill,

    This is a nice code for replacing values in one Package.

    I'm looking for a code to loop through all the packages, find a value and tell me in...

  • RE: Search in DTS packages

    Frank,

    I just made a research on this site and couldn't find anything about this issue.

    But I did like the site though; thank you for mentioning it. A lot of good...

  • RE: Search in DTS packages

    Phill,

    I don't think it really matters what phrase or word you are you searching for in DTS package; in this case I was searching for '_url' string.

    I probably didn't make...

  • RE: Search in DTS packages

    Thanks Bob,

    I was thinking about dts files before. But I was hoping about some magic.

    Philip, I'm not the first year in this business and I know what sysdtspackages table is....

  • RE: Shrink Database problem

    Thank you CoetzeeW,

    This is a very good advise. I think that what causes the problems.

    I will uncheck this option.

    Alex

  • RE: Shrink Database problem

    Actually,

    I take it back. I myself didn't read carefully Paul's response impressed with the amount of code provided by you guys. Sorry about that.

    I'll definitely try Paul's 2nd solution: turn...

Viewing 15 posts - 46 through 60 (of 99 total)