Forum Replies Created

Viewing 15 posts - 106 through 120 (of 127 total)

  • RE: Dynamic WHERE clause problems

    Right, I was afraid that's what it would come down to. That means I'm going to have to create 30 sub-procedures.

    I'm interested in the occurance of the semicolon in...

  • RE: Dynamic WHERE clause problems

    Here's the code that builds the table, but there's nothing extraordinary about it.

    IF (@Discipline IS NOT NULL)

    BEGIN

    SET NOCOUNT ON

    SET @l_List=@Discipline

    ...

  • RE: Dynamic WHERE clause problems

    Mine is slightly different, but doesn't work. If @NULL is not null, then there will be a temp table that I want to search on. I'm...

  • RE: Dynamic WHERE clause problems

    Yes, there probably is. But this is for a client, and they really want to do it the Dumb(tm) way. So, picture a page with five *muli-select* boxes......

  • RE: Dynamic WHERE clause problems

    Yes, I would if I could. But, in reality the example I'm using is just for brevity. I actually have five temp tables that may or may not...

  • RE: Dynamic WHERE clause problems

    Ok, I think I need to rephrase. This is for a search, and I have a table with an int field that's a foreign key. My search may...

  • RE: OT? Access to SQL securely+remotely

    Nope, but I think that's exactly what I need.

    Thanks!

  • RE: OT? Access to SQL securely+remotely

    Yes, I've heard that before, and it does work fine. However, when I setup a connection that way, it's completely plain text across the Net! If I 'force...

  • RE: Returning HTML/XML on SQL7?

    Right, but that would execute one command, and then the other. I actually want the data that comes back from the stored proc to be included as a column...

  • RE: Returning HTML/XML on SQL7?

    Hmm, since that was too easy, now let me complicate it

    I want to generate a view (not hard) combining a regular query and a stored procedure....

  • RE: Help: I/O error 38

    Yeah, I already did that, and it turned up nothing.

  • RE: Help: I/O error 38

    Well, I hadn't tried checkdb, so I gave that a try. Nothing worked accept repair_allow_data_loss, which scares me to hell. Is there any way to find out what...

  • RE: delete rows beyond the first 10?

    Well, it still needs to address the issue of 10 rows for the first category (leaving 1), and 10 for the second (leaving 1). Your example leaves 12. ...

  • RE: delete rows beyond the first 10?

    Ok, let's say I have a table of events, and each has a category. Ok, two categories with 11 events in each, each event one day into the past,...

  • RE: full text is not partial?

    Right, I guess I'm having trouble understanding why. Why can't/doesn't it look inside words? Why is it pushed as being wonderful when it's not even as flexible as...

Viewing 15 posts - 106 through 120 (of 127 total)