Forum Replies Created

Viewing 15 posts - 181 through 195 (of 268 total)

  • RE: isDate in SELECT to validate / correct date

    No this will be a stored procedure

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

  • RE: How to Pre-Pend Value to Existing Value While Creating a Temp Column?

    Select (FirstName + '/domain') as myfield

    So FirstName is the name of one of your fields (used as an example) and the part after is what you want to...

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

  • RE: XML Shredding / parsing

    Sure thing duh! LOL..

    Sorry guys.

    https://www.dropbox.com/s/1nr8j939esk7p3g/GetMessage_ess__2014-09-10T20_12_55.xml?dl=0

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

  • RE: XML Shredding / parsing

    I created an XSD (I hope) Is there anywhere you might be able to point me in using this to automatically create tables in SQL that match the XML...

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

  • RE: XML Shredding / parsing

    I don't have any xsd and im not sure that is available to me. That said I will have a look at the script, thank you!

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

  • RE: List Files In Directory Using SQL

    I get this error with the latest revision (containing the full path)

    Msg 537, Level 16, State 2, Line 10

    Invalid length parameter passed to the LEFT or SUBSTRING function.

    Can't figure out...

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

  • RE: SSIS project documentation

    Personally I love ApexSQL products. They have one called ApexSQL Doc.

    This will document the entire database including any objects, ssis, ect.

    You can select the databases, tables, functions, SPROC's, SSIS, ect...

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

  • RE: Error With Named Pipes using xp_cmdshell

    Ok I saw that after posting... sorry. So I made a couple changes and now I don't get a specific error but I don't get a file generated either.

    The...

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

  • RE: Error With Named Pipes using xp_cmdshell

    Ok Now I am having a problem with a similar procedure as posted previously. I can not figure out why this will not run, can someone help please?

    The error result;

    SQLState...

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

  • RE: Error With Named Pipes using xp_cmdshell

    Thats did the trick. You have no idea how much of a help you have been. Thank you so much!

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

  • RE: Error With Named Pipes using xp_cmdshell

    I am very very close now.. thank you so much for your help..

    I have one more issue. Now I create an export that is 0 bytes with an error of

    Enter...

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

  • RE: Error With Named Pipes using xp_cmdshell

    I have tried that but I could not get the syntax correct I guess.... Here is where I am calling the DB

    EXEC eDirect..xp_cmdshell @bcpCommand

    the instance and server are both...

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

  • RE: Error With Named Pipes using xp_cmdshell

    Still no go :(.

    Changed to:

    DECLARE @bcpCommand VARCHAR(8000)

    SET @bcpCommand = 'bcp " SELECT * from ##TempExportData2" queryout'

    SET @bcpCommand = @bcpCommand + 'f:\FFMun\FirstMerrit\Output\FirstMerritFFMun.xls -S -C -U sa -P...

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

  • RE: Error With Named Pipes using xp_cmdshell

    Thank you for your reply.. Here is the SPROC with some data altered of course.

    (

    @dbName varchar(100) = '[eDirect]',

    @sql varchar(8000) = 'select LastName, FirstName, PreTitle, SufTitle as Suffix, OldPriNumb...

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

  • RE: Special ORDER BY Case and can't figure it out

    Thank you everyone for your help. These solutions did not do the trick however I did manage to solve the problem. It MAY not be the most efficient method; took...

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

Viewing 15 posts - 181 through 195 (of 268 total)