Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 1,243 total)

  • RE: compare varchar dates

    If working with a large data set, the convert function in the where clause will slow things down as compared to having a datetime column. It may be beneficial to...

    ----------------------------------------------------

  • RE: Convert Varchar to Decimal

    In your query you are casting as decimal(18,2). Are your numbers always going to be whole numbers?

    The following example

    select PATINDEX('%[^0-9]%', '1234234.20')

    does not return zero.

    ----------------------------------------------------

  • RE: How to Unzip the zipped file

    Yes wzunzip is installed in the system

    Just though I should ask.. Is wzunzip installed on your system or the server you are trying to have run your process?

    ----------------------------------------------------

  • RE: one parameter returning all,remining parameters also need to return ALL

    Yeah, he could be implying cascading parameters. It is just not clear (beyond a reasonable doubt) from the post itself.

    In SSRS 2005 I notice stored procedures in the dataset...

    ----------------------------------------------------

  • RE: How can I store the username and password without config file

    Say NO to proliferation of passwords

    +1

    ----------------------------------------------------

  • RE: replication design advice

    Glad its working out, thanks.

    ----------------------------------------------------

  • RE: replication design advice

    From MSDN,

    http://msdn.microsoft.com/en-us/library/ms187864%28v=sql.105%29.aspx

    Indexed views work best when the underlying data is infrequently updated. The maintenance of an indexed view can be greater than the cost of maintaining a table index....

    ----------------------------------------------------

  • RE: problem with join T-Sql

    Just to clarify, that inner join is causing the cross. Is this the intended behaviour? If so could you post how this solves your problem?

    Thanks.

    ----------------------------------------------------

  • RE: Comparing figures based on relative date

    Agree in this scenario it's for a BI application and I doubt it can handle self joins

    Maybe I am reading you wrong but I take it you are writing the...

    ----------------------------------------------------

  • RE: one parameter returning all,remining parameters also need to return ALL

    Hi, are you using a stored procedure in your dataset definition or are you typing in the query directly?

    ----------------------------------------------------

  • RE: replication design advice

    I am not sure you can accurately partition your articles without that company identity column. Are the company names consistent across the tables that you can join to the company...

    ----------------------------------------------------

  • RE: Rows Value into Columns

    Hi. Have you tried the pivot function?

    ----------------------------------------------------

  • RE: How can I store the username and password without config file

    When you want to schedule the job, do you need to provide the package password in the agent configuration? If so would you need to restrict access to who can...

    ----------------------------------------------------

  • RE: Cube report #error issue

    Are the latencies in data similar? In your old report you may have had access to up to the minute data whereas in the new cube current is defined as...

    ----------------------------------------------------

  • RE: Separate ETL server

    Craig makes a good point above. In a small organisation you don't have as many developers and you are likely to be familiar with all ETL processing. There is little...

    ----------------------------------------------------

Viewing 15 posts - 1,081 through 1,095 (of 1,243 total)