Forum Replies Created

Viewing 15 posts - 211 through 225 (of 268 total)

  • RE: How to create subscriptions with dynamic file names

    Sorry. Yes I was giving a direction for problem resolution.

    To dynamically name a file you will use dynamic SQL. Dynamic SQL allows you to Dynamically write SQL code; within your...

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: How to create subscriptions with dynamic file names

    Dynamic SQl

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Unzip files from Stored Procedure using 7zip

    Jeff,

    Thank you for the suggestion. You know I think I will do that. I need to clean up the code in that case. This project was a bit of a...

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Unzipping/Importing Multiple Files

    Thanks. I got 7Zip working. The solution works perfectly for unzipping and I will use it to ZIP an XLS document that I generate after working with the Unzipped...

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Result Set to Excel OR Text

    I found a script that actually works. Works as in it gets the table data into Excel. NOW I need to midify it as it is designed to get...

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Unzipping/Importing Multiple Files

    I have been stuck on this unzip thing for a while now. Because you have had some success with 7Zip (Never heard of it until now) I downloaded it. I...

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Send_db_mail html issue

    You need to be sure that you don't return a NULL value... Try this

    SELECT td = coalesce(Name, 'No Name Returned'),'',td = coalesce(Address, 'No Address Returned'), '',td = '<a href="' +...

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Unzipping files using CMDShell Getting Access denied

    Now I have the worst situation I think I could have with this process. I downloaded a freeware unzip utility and with command line the attched works just fine....

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Unzipping files using CMDShell Getting Access denied

    Good idea, I will try that and update.

    Thanks.

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Dynamic SQL HELP

    Thank you.. Perfect.

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Get top 5 highest value columns using tsql

    You don't have a sample of your table here really so I will give you a sample.

    -- Top 5 highest scores

    SELECT TOP 5 GameNo, Score, Name, GameDate

    FROM Games

    WHERE GameNo...

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Parse field with Numeric ranges and comma deliminated values

    LOL Awesome code regardless...

    Both of these are in my toolbox. Great stuff!

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Parse field with Numeric ranges and comma deliminated values

    Yeah it was really quick. Thanks a TON... I don't think I could have pulled it off.

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Parse field with Numeric ranges and comma deliminated values

    From 4.5 hours to get through HALF the records to 13 seconds to process the entire job.

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

  • RE: Parse field with Numeric ranges and comma deliminated values

    The new code is working well. Need to make changes to include some additional code I need for my purpose.

    <hr noshade size=1 width=250 color=#BBC8E5> Regards,Jeffery Williams http://www.linkedin.com/in/jwilliamsoh

Viewing 15 posts - 211 through 225 (of 268 total)