Viewing 15 posts - 1 through 15 (of 18 total)
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...
April 25, 2012 at 9:59 am
Thanks Kevin!
Sorry for my ignorance...
How do I do a file IO stall analysis? What IO stands for?
Thanks!
April 25, 2012 at 9:30 am
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...
April 23, 2012 at 5:09 pm
Thanks!
That's what I'll do! I'll post the solution later to help others having the same issues.
April 21, 2012 at 7:24 pm
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...
April 21, 2012 at 11:52 am
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...
April 19, 2012 at 6:20 pm
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...
April 18, 2012 at 3:49 pm
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...
April 17, 2012 at 4:56 am
Jack Corbett (4/12/2012)
I have a couple more questions:
How many rows are in...
April 12, 2012 at 8:12 am
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>
...
April 12, 2012 at 7:50 am
I added the missing index... I'll see if this fixes the performance!
I'll keep you informed!
Thanks all for your help!
April 10, 2012 at 3:45 pm
Sorry, I dont know all about SOUNDEX. Sounds complicated...
April 9, 2012 at 2:53 pm
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]...
April 9, 2012 at 1:17 pm
How can I get the full_text index script?
April 9, 2012 at 12:27 pm
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:...
April 9, 2012 at 12:16 pm
Viewing 15 posts - 1 through 15 (of 18 total)