Forum Replies Created

Viewing 15 posts - 1 through 15 (of 38 total)

  • RE: Left join versus *=

    Hi Seth - Thanks for the reply - that's why we're re-writing the queries, because we know that the *= won't work. However we're also validating them as we...

  • RE: Fuzzy query...

    ...i've spoken with my boss and we're going to go with a CASE statement for now, combined with looking at the actual data. Depending on the change on the...

  • RE: Fuzzy query...

    I'll just reply to everyone's points all at once...

    Garadin (4/2/2010)


    1. Fix the Data

    Can't - or at least it's not up to me - I'd have to go to our...

  • RE: Trying to install SSMS 2008...

    ...i did in fact get everything up and running. Now i have two days to figure this out - maybe that'll get my "Geek" status back for me 😛

    Thanks...

  • RE: Trying to install SSMS 2008...

    ...sometimes I wonder how I've earned my "Computer Geek" status at all...:ermm:

    Using Perry's suggestion I tried going through the interface. I got to the Installation Rules, and it turns...

  • RE: Trying to install SSMS 2008...

    OK, so i have copied the DVD files to my C:\. Here's what I see:

    C:\SQL\ia64, \x64, and \x86. I also have autorun.inf, setup.exe, and a couple of other...

  • RE: Fuzzy query...

    does any one have *any* ideas?? I'm starting to get huge pressure about this report from my boss...

    thanks

    chris

  • RE: Fuzzy query...

    Thanks anyway Jeffrey, I appreciate your time (and I did learn about Soundex, which is a cool feature....just not for this ;-))

    have a great one

    Chris

    (edited for grammar)

  • RE: Fuzzy query...

    Hi Sergiy - Yeah, I already thought of that; what I'm going to have to do is (I think) run a Monthly details report to go along with the counts....

  • RE: Determining column / field usage....

    Hi CirqueduSQLeil,

    Your post was exactly what I needed to get me started. I took the code from your post and modified it to this:

    Select table_name+'_'+column_name, 'insert into #Temp...

  • RE: Determining column / field usage....

    Hi Manu-J,

    No, I wasn't able to; I didn't spend too much more time after I posted my edit as I had a lot of other stuff on the go...

  • RE: Determining column / field usage....

    ...alrightie - thanks for the reply auaiomrn - i've gotten as far as finding the Information_Schema.columns view...

    I know what a cursor is, but I've never used or created one. ...

  • RE: VS2005 versus VS2008??

    Thanks Grant and Steve; what I am hoping for are specific things that VS2008 is able to do that VS2005 cannot. We do use VS2005 now, and my manager...

  • RE: Self-Join versus my way...

    Thanks Steve and Lynn, I'm going to be taking your advice - I'm working on a plan right now of our "high priority" queries and will start on those.

    thanks again...

  • RE: Self-Join versus my way...

    Thanks Lynn! 😀

    We don't have many self-joins so I may as well update them all, I was just curious.

    Now, *= and =* joins are going to be another matter...

Viewing 15 posts - 1 through 15 (of 38 total)