Forum Replies Created

Viewing 15 posts - 931 through 945 (of 961 total)

  • RE: Need some advice on BI programming

    It is always possible to create really amazing reports using just SSRS and TSQL.

    So to start off with I would recommend u Forget MDX and C.

    You can always move...

    Jayanth Kurup[/url]

  • RE: Running SELECT Query and Sprocs same dataset

    You would need to return the data as the output of a sp , as the data set will only return the results from the first statement.

    I guess this is...

    Jayanth Kurup[/url]

  • RE: SSAS Cube processing with no underlying data

    Hi Guys

    The steps mentioned above have already been put into place or are not applicable to the scenario we are facing ,

    partitioning of the cube along a month...

    Jayanth Kurup[/url]

  • RE: SSAS Cube processing with no underlying data

    Hi Ellis

    I tired Process FULL as Well as Update , and in either case the Data gets refreshed, I came to the conclusion that the way it works is...

    Jayanth Kurup[/url]

  • RE: Export large report to Excel with RS 2000

    Looks like the report execution is timing out before it can export the data into excel.

    check the Report Execution Timeout in sit setting on the reports url

    jay

    Jayanth Kurup[/url]

  • RE: Database design

    Yes , we will be implementing a horizontal partition on the main tables , with a partition for each month.

    regarding the indexes , we will be loading data once...

    Jayanth Kurup[/url]

  • RE: conditional color on parameter dropdownlist in ssrs

    I think you can set colors to the parameters , I havent tried this out, but you should probably try using an expression like below in the available values option...

    Jayanth Kurup[/url]

  • RE: Removing trailing spaces in a table column

    Hi ,

    Fixed the issue 🙂 , the trailing space was in fact a carriage return , ascci value (13) , used a replace(queryphrase,char(13),'') to fix the issue .

    Guess where i...

    Jayanth Kurup[/url]

  • RE: stored procedure problem in SSRS

    u might want to check the parameter datatype in report parameters screen, chances are the parameter has string as the datatype and ur passing a datetime value.

    Jayanth Kurup[/url]

  • RE: I have quick question regarding Cube implementation on production

    Are u adding a new dimension or an attribute to an exisiting dimension.

    if ur adding a new dimension u need to go with process full.

    As a thumb rule i would...

    Jayanth Kurup[/url]

  • RE: .mdf file keeps growing over time

    not sure what u mean by alarming , but u might want to check the filegrowth setting of the database , we had an issue where the file growth was...

    Jayanth Kurup[/url]

  • RE: Can't Connect to Database Engine with SQL Server Management Studio

    Are u connecting using the server name or the IP , if ur using nat address then using the IP might not work until you add the entry to the...

    Jayanth Kurup[/url]

  • RE: Upgrade to SQL2005

    In 2005 the schema is sepearted from users so might need to run sp_change_users_login other thats the only thing i can think off

    Jayanth Kurup[/url]

  • RE: How logical keyword search of products in DB?

    I am not an expert at this but i think if your using seperate textbox's for differnet types of input , e.g one for Bar code, another for product name...

    Jayanth Kurup[/url]

  • RE: Foreign keys good or bad practice?

    We have something similar implemented where the database integrity is not being maintained by relationships between tables , instead they have decided to use triggers to try and address some...

    Jayanth Kurup[/url]

Viewing 15 posts - 931 through 945 (of 961 total)