Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: MSFTE

    Hi There,

    Thanks for the reply and help.

    Best Regards,

    Steve Wilson.

  • RE: MSFTE

    Hi Terry,

    Thanks again for the reply. That helped a little further. When I run the query:

    exec sp_fulltext_database 'enable'

    Sql Server comes back with Full-Text Search is not...

  • RE: MSFTE

    Hi There,

    Thanks for the reply, I appreciate it.

    Your first Link is showing steps for Sql Server 2000. I need 2005 and the second link tells you about the benifits of...

  • RE: Using a Database

    Hi There,

    Thanks for the reply.

    So in short I can not develop any apps unless the client also has Sql Server.

    Can the client use Sql Express Commercially?

    Best Regards,

    Steve Wilson.

  • RE: Selective Query

    Thanks Guys,

    All working now,

    Best Regards,

    Steve.

  • RE: Selective Query

    Hi Veteran,

    Thanks for the reply, Had to adjust it slightly and it is working (almost). I have changed it to this:

    SELECT

    s3.Stage1Id,

    s3.ClosedBy, ...

  • RE: Lookup data from another table

    Hi Lowell,

    Ok I give that a try.

    Thanks for all your help.

    Best Regards,

    Steve Wilson.

  • RE: Lookup data from another table

    Hi Lowell,

    Thanks for the reply, that worked great.

    Only one problem. I need to get the names of the Lead And the PLayer from the Contacts table. I tried:

    SELECT tbStage3.Stage3Id, tbIssues.IssueDesc,...

  • RE: Using a lookup table

    Hi There,

    Thanks for the reply.

    I am using Visual Studio 2005 and this info is being displayed in a grid. I will use the advice given but am wondering how I...

  • RE: Using a lookup table

    Hi,

    Thanks for the reply.

    I Understand what you are saying but what would the extacted data look like.

    Would it show:

    Development and execution    Jason Davis

    Development and execution    Steve Wilson

    Development and execution    Jake Smith

    Which is a bit...

Viewing 10 posts - 1 through 10 (of 10 total)