Forum Replies Created

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

  • RE: SQL request performance problem

    Thanks Ninga...

    By the way, I'm waiting for an access to let you look at the problem on my server. I already ask for your help, by email, and told you...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Thanks Kevin!

    Sorry for my ignorance...

    How do I do a file IO stall analysis? What IO stands for?

    Thanks!

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Hi!

    Open your Microsoft SQL Server Management Studio, click New Query, and type your SQL request. In the Query menu, select the Include Actuel Execution Plan option, and then, Execute your...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Thanks!

    That's what I'll do! I'll post the solution later to help others having the same issues.

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    You just lost me... ::crazy:

    I know the basis of SQL, what you ask me to do is out of my knowledge. As I said, I found this SQL Request on...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Ok... I'm not sure what should I do?

    You tell me what you did, but how I apply this to my problem? As I said, I'm not an SQL expert. I...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Can you try using a temp table and see if you can reproduce the issue?

    Hi!

    By temp table, do you mean to create a similar table, with the same content, and...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Hi, thanks, I really appreciate your help.

    I have problems with my laptop, I was not able to work on it for the past 2 days... I've to go to work...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Jack Corbett (4/12/2012)


    Interesting that the added index was not used as it still did an CI Scan.

    I have a couple more questions:

    How many rows are in...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    The problem is still there... But here the new execution plan:

    <?xml version="1.0" encoding="utf-16"?>

    <ShowPlanXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.1" Build="10.50.2500.0" xmlns="http://schemas.microsoft.com/sqlserver/2004/07/showplan">

    <BatchSequence>

    <Batch>

    <Statements>

    ...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    I added the missing index... I'll see if this fixes the performance!

    I'll keep you informed!

    Thanks all for your help!

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Sorry, I dont know all about SOUNDEX. Sounds complicated...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    Thanks!

    Here's the script again :

    USE [cameleshop]

    GO

    /****** Object: Table [dbo].[RECHERCHE_CONTENU] Script Date: 04/09/2012 15:15:09 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE TABLE [dbo].[RECHERCHE_CONTENU](

    [ID_SITE] [int] NULL,

    [ID] [int] IDENTITY(1,1) NOT NULL,

    [TITRE]...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    How can I get the full_text index script?

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

  • RE: SQL request performance problem

    As you can see, I’m not an SQL expert 😉

    Here what I found about the "CREATE TO" script for RECHERCHE_CONTENU:

    USE [cameleshop]

    GO

    /****** Object: Index [PK_RECHERCHE_CONTENU] Script Date:...

    Stéphane Demers
    Web/ecommerce Consultant
    CaméléWeb - ecommerce Solution: CaméléShop
    www.cameleweb.com[/url]

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