Forum Replies Created

Viewing 15 posts - 16 through 30 (of 47 total)

  • RE: Happy Birthday

    My dream birthday present? I live in a small town in western Kentucky and I dream for the day that I can get a job doing what I do now...

  • RE: Deploying DB changes

    Actually, I have figured out the scripting of the indexes but I have one last question (procedure-wise). We use Source Gear for version control of tables, stored procs, etc... does...

  • RE: Deploying DB changes

    I'm convinced that scripting is the way to go with this. Now my question is how to do this. (Not how to do it from scratch, but a specific question...

  • RE: Working Under Pressure

    Steve... nice to see a fellow Jack Reacher fan 🙂

  • RE: Self-join several times on one table

    We found the (an) answer... maybe this will help someone else along the way...

    We had "n/a" in several fields on the table. I think that maybe the query was doing...

  • RE: Subquery results in one field (column)

    Thanks Jeff,

    When I run this sql to create the data, I get the following errors...

    Server: Msg 208, Level 16, State 1, Line 7

    Invalid object name 'Master.dbo.SysColumns'.

    Server: Msg 208, Level 16,...

  • RE: Adding Filegroup via TSQL

    Susantha,

    This worked.... thanks very much! (My book was not that detailed when only adding a filegroup to an existing database)

    Bob

  • RE: Unstring text field?

    Jeff,

    You got me on the right track... the problem is in the "SET @col" statement. I had

    SET @col = 'Part2.Part1'

    What I didn't realize is that the "Part2" and "Part1"...

  • RE: Unstring text field?

    I've got a problem that I can't figure out... I'm using the following as suggested to get the data to the right of the delimiter...

    (SELECT STUFF(GL_SWT,1,CHARINDEX('.', @col+'.'),'')

    It works fine when...

  • RE: Unstring text field?

    Jeff,

    This is exactly what I needed. Thanks very much!

    Bob

  • RE: Unstring text field?

    It is a char(35) fieldtype

  • RE: Blank first page in a report

    Thanks for the reply but we found the issue. It had to do with a home-grown workaround that we had in place. One of our developers fixed it for me.

    Bob

  • RE: Choosing one of several options

    In my "real" statement, there are 7-8 tables involved, but I am testing this in only one table. If I can get that to work, I can extrapolate the logic...

  • RE: SQL2000/2005 DTS/SSIS Nightmare Trainwreck

    Thanks Michael!

  • RE: SQL2000/2005 DTS/SSIS Nightmare Trainwreck

    A followup... I want to install the SQL2000 client tools on my machine where I already have the 2005 client tools. Do I need to apply the SQL service pack...

Viewing 15 posts - 16 through 30 (of 47 total)