Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 15,381 total)

  • RE: Tricky hierarchy question

    You have obfuscated the real problem so much that it is really hard to figure out what you are trying to do. Can you post some ddl, sample data and...

  • RE: I have two table in two different database. I have to found count for both table and put into other table.

    rajeshjaiswalraj (6/18/2015)


    Yes ............ Database is in same server. Please help me on this

    As Cadavre already said...you three part naming. [database].[schema].[object]

    What part(s) do you not understand of what you need to...

  • RE: Update or something else

    Given the nature of what your tables look like I would drop the column from sales entirely. You know what the price was in the sales table from the price...

  • RE: Help! How to properly normalise a table from the start

    tomsharp85 (6/17/2015)


    Hi, I have a flat table with 17 columns of contact information with columns to seperate those contacts into different business classes. Here is the table:

    USE DataCompany

    CREATE TABLE ContactInformation

    (

    ID...

  • RE: WHERE Clause, Indexes and and Calculations

    shindle 17293 (6/15/2015)


    I have a WHERE clause in a DELETE statement and the x.[Timestamp] field is the PK:

    DELETE x

    ...

  • RE: Problems with a SPROC

    Miranda Johnson (6/17/2015)


    the while loop creates the 12 digit random character string subtracting 1 from the

    @len variable in each iteration until it has all 12 characters

    I will have to...

  • RE: Problems with a SPROC

    I see at least two big red flags in your code. The first one is that while loop. What is it doing? If I read it correctly it is simply...

  • RE: Split String

    ChrisM@Work (6/17/2015)


    Sanz (6/17/2015)


    The patterns are consistent. Length of NICK and SERVERS can vary..

    Are you going to post up a few examples or keep Sean guessing?

    Haha Chris. I am not...

  • RE: Split String

    Sanz (6/17/2015)


    The patterns are consistent. Length of NICK and SERVERS can vary..

    What have you tried so far?

  • RE: Are the posted questions getting worse?

    Ed Wagner (6/17/2015)


    Sean Lange (6/17/2015)


    Ed Wagner (6/17/2015)


    Sean Lange (6/17/2015)


    BL0B_EATER (6/17/2015)


    Brandie Tarvin (6/17/2015)


    O. M. G.

    You MUST read this link here.

    I'm in stitches here.

    Number 8 had me, having 2 under 2.5 years...

  • RE: Are the posted questions getting worse?

    Ed Wagner (6/17/2015)


    Sean Lange (6/17/2015)


    BL0B_EATER (6/17/2015)


    Brandie Tarvin (6/17/2015)


    O. M. G.

    You MUST read this link here.

    I'm in stitches here.

    Number 8 had me, having 2 under 2.5 years of age makes me...

  • RE: Split String

    Sanz (6/17/2015)


    Can it be possible to split the below string to NICK and SERVERS. Query which provides two columns, first column data should be NICK and other SERVERS.

    _BF-TYPE:NICK_ _BF-SUBSYSTEM:SERVERS_

    Sure...

  • RE: Are the posted questions getting worse?

    BL0B_EATER (6/17/2015)


    Brandie Tarvin (6/17/2015)


    O. M. G.

    You MUST read this link here.

    I'm in stitches here.

    Number 8 had me, having 2 under 2.5 years of age makes me feel like that!

    #7 is...

  • RE: Prompt for Date Range?

    tsobiech (6/12/2015)


    Sean Lange (6/12/2015)


    Why do you think you can't access a stored procedure from Excel?

    Because when I connect to my SQL database through excel, I only see tables and views.

    Ahh...

  • RE: Prompt for Date Range?

    tsobiech (6/12/2015)


    I appreciate the helpful replies.

    Stored procedures aren't much help, because I can't directly access them through Excel (only tables and views).

    So, I would still have to take the results...

Viewing 15 posts - 2,761 through 2,775 (of 15,381 total)