Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 1,413 total)

  • Reply To: External Images

    Card Gunner wrote:

    So I'm trying to get an external image to show after I deployed the report. When I run the unpublished report in Visual Studio it's not an issue. I...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Connect to AWS

    Gespam wrote:

    I have set up the "Amazon Redshift (x64) driver in the ODBC "System DSN"  window and that connects fine.

    Ok

    Gespam wrote:

    I have connected SSMS to the driver via a linked...

    • This reply was modified 6 years, 9 months ago by Steve Collins. Reason: added the word 'directly'

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Sharing data between datasets/databases

    It's possible within tsql to set up linked servers to submit queries to different db's.  However to switch between the linked servers you must use the word "go".  I'm pretty sure...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Sharing data between datasets/databases

    What query are you executing on the different servers?  When you get the list of servers do you only get a list of IP addresses or is there usename and...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: How to pass output parameter as input to another stored procedure

    tl;dr stands for "too long; didn't read" so your worries were well founded!  But seriously, what you posted worked and I'm very glad to have helped.  Readability is always a...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: SMB witness client error as critical

    This is outside my area but my 2 pennies: Witness Client and Witness Server are used to keep the cluster in sync.  The error appears to have triggered a retry...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: How to pass output parameter as input to another stored procedure

    The specific issue of: Must declare the scalar variable "@output".  This is because when you specify the output variable(s) in the execute statement the target variable needs to be on the...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: How to pass output parameter as input to another stored procedure

    Hey alright, now the code is tl;dr but it seems like you're on your way!

    #3, you're correct.  The proc output variable(s) can be of any type.  However, the RETURN type...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: How to pass output parameter as input to another stored procedure

    One reason the first proc is not functional is because the temporary table is out of scope.  Where does #ssrsresults get created?  If a temp table only has 1 '#'...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: insert with output clause

    N_Muller wrote:

    I can always change a select-insert into a merge. There's never going to be a "WHEN MATCHED". Must try to see if it solves the problem.

    Yep

    declare...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: How to replace placeholders in a string from an ordered list of column names

    This is done.  I couldn't find any satisfactory solution to placeholder replacement so the string formatting still happens in C#.  All of the text files and templates have been moved...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Problem with simple stored procedure

    michael.leach2015 wrote:

    I think I see what you are saying about how many times the function could execute and the fact that I don't have a FROM clause.  Are you saying...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Problem with simple stored procedure

    If you run it a million times.  In this case here the OP has no 'from' clause so it only executes once.  I actually did read your article a while...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Problem with simple stored procedure

    If you're looking for something simple a scalar function could work.  The calculation requires no rows or columns.  If you know the function is accessed by query(s) in a proc...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Help with Query Results and Collation

    Set operators work best when the tables are identical.  In this case there are different collations between tables.  Since "we're talking about thousands of columns across 100s of tables" it...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

Viewing 15 posts - 1,336 through 1,350 (of 1,413 total)