Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)

  • RE: Round up or down II

    thanks for the question and the great explanation...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Round up or down I

    Good question...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Cell Invisibility

    You can apply the expression on the text box...

    =IIF(Fields!TotalHours.Value < 8 ,"",Fields!TotalHours.Value)

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: How to retrieve details of Subscriptions?

    LastRuntime is the column which can help getting the Running time value of the subscription

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: How to retrieve details of Subscriptions?

    You need to connect to the ReportServer DB on the report server to retrieve the Running time of the subscriptions...

    select * from subscriptions

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Need a query help on a date column

    You can use the following query to get the last date of the week..

    select dateadd(dd,7-datepart(dw,getdate()),getdate())

    just replace the getdate() with the date column and group the data based on this last...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Need a query help on a date column

    You can use the last date of each week on the X-axis...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Default 'GetDate()' values and DTP 'ShowCheckBox'

    If you will try to enter the NULL value into the column with the definition AllowNull = Yes, it will permit the NULL value to be inserted even if you...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Excel/Word Statements through SQL Table

    As dave said, you can use SSRS reports to get the results back in the excel and with also the format which is required...

    You can subscribe the reports to get...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: How to Tuning query in sql server 2005 ?

    It really depends on what are you trying to tune in SQL server...

    if its query, procs , ssis packages, ssrs reports or the jobs...

    plz be more precise asking the questions,...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: getting error while importing data from excel into sql server

    Try using NVARCHAR(MAX) as datatype for the comments column

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: SQL Audit

    B O N U S P O I N T...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: adding datasources to existing reports

    Try to open the reports in BIDS and in Data tab you will be able to locate the Datasets used by the report. Edit all the dataset and change the...

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Export Problem with report

    Click on Report > Report Properties

    Within the Report properties click on the Layout tab and set the page width/height settings as per needed.

    Prashant Bhatt
    Sr Engineer - Application Programming

  • RE: Split string using Tally Table

    Got it right...

    It took me 15 min to read and 15 second to answer;-)

    Prashant Bhatt
    Sr Engineer - Application Programming

Viewing 15 posts - 1 through 15 (of 29 total)