Forum Replies Created

Viewing 15 posts - 6,016 through 6,030 (of 9,643 total)

  • RE: not able to do grouping in reporting services

    What controls are using to create the report? A table, a list and textboxes? Depending on the controls you are using the answer may vary. If you...

  • RE: Server settings (Auto RTRIM Happening?)

    I believe you want to check the ANSI_PADDING setting. That does affect how trailing blanks (spaces) are handled.

  • RE: Handling in a field

    Okay, as I said in my first post:

    Could you post the structure of the table you are querying, some sample data, and your current query? See the links in...

  • RE: Need help iterating thru XML field using XQuery

    Can you post the DDL for the table and some sample data? See the links in my signature for how - to.

    With the DDL and test data you can...

  • RE: Design Question

    Grant Fritchey (2/11/2009)


    I would go with a single Address table and then join tables to the different entities that use it. This allows you to have a single source for...

  • RE: Database design

    Looks like it would work. One of my preferences is to to use an identity column as the primary key (adding a unique constraint on the true primary key)...

  • RE: SSIS 101: Isolating Data in a Data Flow

    mcloney (2/11/2009)


    Hi Andy,

    Great intro article on SSIS! I've been working with it for over two years, but had never tried anything similar to your "data probe" technique. It...

  • RE: installing instance for SQL server

    Well, I wasn't clear on if he was installing a new instance or upgrading the existing with Reporting Services or Analysis services. I assumed upgrading the default. Sure...

  • RE: Database design

    DanCafeFood (2/11/2009)


    I

    There is a one to many relationship between room and course (1 room can have

    many courses)

    There is a one to many relationship between Course and Teacher (1 course can...

  • RE: Handling in a field

    Could you post the structure of the table you are querying, some sample data, and your current query? See the links in my signature for some help on this.

    What...

  • RE: installing instance for SQL server

    It doesn't look to me like you have uninstalled. It looks like you already have default instances of Analysis Services and SQL Server, so you would select Default.

  • RE: Regionaland Language Option settings for SQL Server

    If you use ISO format yyyymmdd in your queries then it will work with all language settings.

    Check this out:

    SET LANGUAGE us_english

    SELECT

    ISDATE('20091231'),

    ISDATE('12/31/2009'),

    ...

  • RE: SSIS 101: Isolating Data in a Data Flow

    Nice article Andy. I've never used the multicast task and didn't have an idea why I'd use it, but this is a good way use for it in my...

  • RE: Are the posted questions getting worse?

    It certainly seems like the volume has picked up again. Last November it seemed like things had slowed down, now there are plenty of questions to answer again. ...

  • RE: Database User Roles Creation

    You would need to create a role or roles in the each database. For the situation you describe I would have a Developers role, and Application Users role and...

Viewing 15 posts - 6,016 through 6,030 (of 9,643 total)