Forum Replies Created

Viewing 15 posts - 4,696 through 4,710 (of 9,643 total)

  • RE: Advice for the Unemployed

    I'm going to repeat what a couple of other people said. Let people you know know you are looking, even if you don't know them well.

    Attend tech events/user groups....

  • RE: Are the posted questions getting worse?

    jcrawf02 (7/15/2009)


    Steve Jones - Editor (7/15/2009)


    That happened to me as well, Grant. Had to email them to get it fixed. took about a day.[/quote

    ]

    Grant Fritchey (7/15/2009)

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

    My Twitter account just got...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (7/15/2009)


    My Twitter account just got suspended for suspected abuse. I wasn't abusing anything. This stinks. According to the documentation, they can suspend it for up to 30 days.

    Uh-oh,...

  • RE: How to create the report using parameters in SSRS

    First you create your datasets like Products, ProductType, ProductName. Then in the ProductType dataset you put a parameter in the SQL for your ProductID. and then the same...

  • RE: Over-Engineering

    I have to agree with Steve on this one. I think the rules change a bit when working on a shrink-wrapped or commercial product, but for in-house development you...

  • RE: Naming Conventions Standards

    I believe you are correct. It is the sp_ that causes SQL Server to look in master first, but, imo, you really don't need to prefix stored procedures and...

  • RE: Getting Started with RS - Absolute Newbie

    You design reports using Business Intelligence Design Studio (BIDS) which is included in the SQL Server 2005/8 client tools install, or if you already have VS 2005 installed it adds...

  • RE: Is This The Best Way to Remove Duplicate Records ?

    Here's what you need:

    with Dups

    as (SELECT

    ...

  • RE: Not sure how to do this join

    Can you post table definitions, some sample data, and the expected/desired results from the sample data? The first article linked in my signature explains how to do this and...

  • RE: Treeview in SSRS

    Can you post some sample data? Please see the top article in my signature for how to post the sample data.

  • RE: Normalising data in semicolon-delimited format

    Oops, you are correct, I only verified the rows returned and the 1st 2 columns assuming I had the others correct. Boy, I wish 2000 had row_number().

  • RE: Introduction to Profiler

    Sorry, permissions for running Profiler/Trace are at the server level and cannot be assigned or revoked by database. Pre-2005 you would need to be sysadmin, post-2005 you can assign...

  • RE: Using a Parameter values to Sort

    I would say that LeeM's suggestion is the only way to make it happen. Since the ID's can be in any order you need some kind of indexer to...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (7/14/2009)


    Guys and Gals, you are freaking me out! I've been out of the office for not even six hours and there are already 38 new notifications...

  • RE: Updating a table one field at a time, or all at one time.

    The best way to do it is to allow a person to edit a record (a record may be more or less than a row in the database) in the...

Viewing 15 posts - 4,696 through 4,710 (of 9,643 total)