Forum Replies Created

Viewing 15 posts - 226 through 240 (of 320 total)

  • RE: Can I have a description witha parameter ?

    Thanks for the quick reply

    But how do I assign one a value and one a label ?

    I have it setup to get avalable values from a query via dataset2 example:...

  • RE: Parse a filed to look up data???

    thanks for getting back...

    so on table assessment there is a field called assessment_nodes and has the values like

    (@@)@@/1/140/@@/1/2/3/84/6/11/12/82/7/28/@@/1/2/3/84/6/11/12/82/7/28/76/@@/1/2/3/84/6/11/12/82/7/28/76/77/@@

    representing a path of a tree where assesements are

    each last set on numbers...

  • RE: Can I keep x number of iterations in XP_CMDSHELL

    BTW: Wilson query is just a test 🙂

  • RE: Can I keep x number of iterations in XP_CMDSHELL

    Thanks for the info ,

    It is now working using

    declare @sql varchar(255)

    set @sql='bcp "SELECT lname as last, fname as first FROM DB.client where LName = ''wilson'' FOR XML PATH(''REFERRAL''), root(''CLUB''),type" queryout...

  • RE: Can I keep x number of iterations in XP_CMDSHELL

    Sorry for being vague..

    I want to sched this to run daily once and keep thirty days

    Thanks

  • RE: XML Error on output..

    Thanks for all the Help,

    I do have more one question...

    Is there a command to write the same file to a drive?

    This is now working ... Thanks!!

    DECLARE @OUTPUT xml

    SET...

  • RE: XML Error on output..

    So I found out that I needed

    , TYPE on The @QUERY

    EXEC msdb.dbo.sp_send_dbmail

    @QUERY= 'SET NOCOUNT ON SELECT lname as last, fname as first FROM dbo.client where LName = ''wilson''...

  • RE: ? on running a sp in dbmail

    Now that I can spell correctly, it is running... Thank you

    Of Course I have another problems with the out put but will start a new thread..

    Thanks Again

  • RE: ? on running a sp in dbmail

    Thanks for the info so now I have this

    EXEC msdb.dbo.sp_send_dbmail

    @profile_name='DBMail',

    @recipients = 'mygmail@gmail.com',

    @query = 'select FName as first,

    LName as...

  • RE: Output of SSRS in XML format

    Can I Rename the <Detail> section?

    Thanks

  • RE: ? on running a sp in dbmail

    Thanks for getting back ,

    so something like this ?

    EXEC msdb.dbo.sp_send_dbmail

    @recipients = 'me@email.org',

    @query = 'select FName as first,

    LName as last

    from client where LName = ''wilson''...

  • RE: Output of SSRS in XML format

    Thanks Ray...

    I feel dumb.. I never use the property window........

    I'm going to be back with more dumb questions about this.... soon

    While I'm here is there a way to surpress the...

  • RE: Output of SSRS in XML format

    I don't seem to have that option...

    I RC > report Properties .. I have PAge Setup, Code References and Variables

  • RE: Output of SSRS in XML format

    Hi Ray

    Sorry I really didn't work it correctly

    What I really want is just the data on the output

    with tags

    <name>joe</name>

    with no other stuff.......

    If I could get it vertical even better(I Think)...

  • RE: can i set an update only if SP is successful?

    Now that you actually typed it out, I'm probably over thinking it....

    I''m thinking in the millisecond between getting the data and emailing the report sqlserver goes down...lol

    and in reality if...

Viewing 15 posts - 226 through 240 (of 320 total)