Jump to content

ajf

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by ajf

  1. i'm defining a parameter @para1

     

    I want to be able to know that if @para1 brings back a null value, is there a case to then say...

     

    """

     

    if @para1 is null then declare @para1=@para2

     

    """"

     

    Tried a few combos and cant seem to find the result i'm after...

     

    does anybody know how this can be done? any help would be appreciated

     

    Thanks

  2. when I am creeating a .csv output file after running my SQL script,

     

    I need to have the first part of the information with a comma (,) delimiter and the second half of my data to have another delimiter (e.g. colon(:) )

     

    any ideas how i would go about this?

     

    thanks

×
×
  • Create New...