Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 2,010 total)

  • RE: DTS - from text file to table

    "Are there any values in the first column that can't be converted to a 4 byte integer?"

    Are you attempting to convert 456.54667from your sample data to an int?  Remember no...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Defining users

    As others have said for security it all depends upon your environment.  You may have a 3rd party applicaiton that may need SA rights or some other such specific circumstance.

    As...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SBS 2003 vs SQL2000

    "SBS limits you to a max of 50 users "

    That was on versions prior to SBS 2003.  The current limit is 75 although as stated above you would need a...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: A vendor solution to install/uninstall service packs/hot fixes?

    I'd imagine depending on your environment you may want to use WSUS or SMS2003.  Here is a link that shows the differences between the MS offerings for what you are...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Server Consolidation

    Good article Steve.  I'm in the process of determining if consolidation and or virtualization would benefit my company right now.  Good to know I'm heading in the right direction...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Linked Servers and Dharma Gateway!

    I don't know anything about dharma interfaces, but I have had to pull data from an RMS datasource on a VMS box before.  The product I used was from Connx...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: sql server job fails But Not the DTS

    From the error you are receiving it sounds as if your connection strings are not correct. 

    You mentioned you changed server names?  Do you mean you are using the same...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: sql server job fails But Not the DTS

    Again with no errors I can only guess but another problem I'd seen from time to time was when someone did a lot of changing of service user accounts and...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting datatypes in a Stored Procedure

    Glad to help

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting datatypes in a Stored Procedure

    Since I'm not a developer although I know Coldfusion and I'm just beginning to learn VB6, vb.net I'm not sure which language you are using there. 

    However, in T-SQL, Coldfusion...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting datatypes in a Stored Procedure

    From you code it looks liek you are accepting a money variable for @images.  So when you call your stored procedure you just need to pass it to the SP...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting datatypes in a Stored Procedure

    Any reason why somethign like the following wouldnt' work?

    DECLARE @vcvalue varchar(8)

    SELECT @vcvalue = '$1123.45'

    SELECT CONVERT(money, @vcvalue, 0) AS MyvarcharASMoney

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Error accessing Excel destination file

    Not that I really think it will make a difference, but have you checked the 'Close Connection on Completion' Checkbox on the Workflow options|options tab? 

    Also, what about throwing a...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: ExecuteProcessTask Erro in DTS

    Are you passing any parameters to the process?  If so you will need to put them on the parameters line.

    Also make sure you are specifying the proper parameters in the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: DTS Package - "Provider generated code execution exception: "EXCEPTION_ACCESS_VIOLATION"

    From the transform data task properties, to top section where is states exceptionfile name.  type the path to a log file on your machine.  Then save and run your package...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1,966 through 1,980 (of 2,010 total)