Forum Replies Created

Viewing 15 posts - 3,016 through 3,030 (of 5,111 total)

  • RE: Display Percentage for Top Value

    You could use a expression on the format of the textbox. YOu'll need to likely tweak this a bit, maybe use a Row Number function instead of the ID's value,...

  • RE: logins disappearing

    This doesn't look like the logins are "disappearing", but that the there is no user linked to that login on the database. When creating the login, are you also creating...

  • RE: Memory Optimization advisor (Next button is greyed out)

    GG_BI_GG - Friday, September 29, 2017 4:44 AM

    Microsoft SQL Server Business Intelligence (64-bit)

    SQL Server 2014 database

    As stated in that page that...

  • RE: A Window Function question...

    kevaburg - Friday, September 29, 2017 4:22 AM

    Although it is still a...

  • RE: query for all instance

    tony28 - Friday, September 29, 2017 4:00 AM

    Thanks guys,

    I will check.
    Goal is that I would like to have select of all...

  • RE: query for all instance

    Here's a very quick "introduction" that I wrote up while waiting for the coach. This might give you some idea on what you can do with powershell:
    [CmdletBinding()]
    Param(
     ...

  • RE: Change color of text by value

    Add an expression to the colour on the text box which returns the colour. To start you off:
    =iif((Fields!YourField.Value = "TOP RAIL") Or (Fields!YourField.Value = "BOTTOM RAIL"), "Red", iif((Fields!YourField.Value =...

  • RE: query for all instance

    When you say query, what is your goal? To run the same query on multiple instances, which will return many resultsets, or are you aiming to run one query/process that...

  • RE: Window Function Lag() - No previous Value when 1 row.

    With LAG([FieldName],2), I'd also expect the 2nd row to return a NULL as well. The 2 is telling SQL Server to return the result from 2 rows prior....

  • RE: [SOLVED] Filling Date Gaps

    A Calendar table is the right method, so if it's not working I would guess you're SQL isn't right.

    You need to use the dates in your Calendar table...

  • RE: saving variable from a stored proc

    sgmunson - Thursday, September 28, 2017 1:44 PM

    Okay, then what do you mean by "save" that parameter value?   Display it in...

  • RE: We Have a Date

    jasona.work - Thursday, September 28, 2017 1:44 PM

    Thom A - Thursday, September 28, 2017 11:39 AM

    September 28, 2017 at 2:35 pm

    #1961481

  • RE: SQL Server 2017

    Yes, it does (as shown in the picture in the highlighted text).

    https://www.microsoft.com/en-us/sql-server/sql-server-downloads

  • RE: SQL Server 2017

    sqlfriends - Thursday, September 28, 2017 12:52 PM

    Thank you, that is clearly stated in this document.

    But in Microsoft site and most of...

  • RE: We Have a Date

    jasona.work - Thursday, September 28, 2017 10:47 AM

    Heh
    One of my customers still pulls in data, in flat files, from a mainframe...

    Shush,...

Viewing 15 posts - 3,016 through 3,030 (of 5,111 total)