Viewing 15 posts - 16 through 30 (of 18,925 total)
CameleWeb (4/25/2012)
Thanks Kevin!Sorry for my ignorance...
How do I do a file IO stall analysis? What IO stands for?
Thanks!
That's about 200-2000 hours of training out of your league. I wouldn't...
April 25, 2012 at 9:36 am
TheSQLGuru (4/25/2012)
April 25, 2012 at 9:34 am
SpringTownDBA (4/13/2012)
Jack Corbett (4/13/2012)
I know very little about FTS, so how does it handle BLOB data types since the OP has an NVARCHAR(max) column in the FTI?
The base...
April 24, 2012 at 6:23 am
Actually, hit save as sqlplan rather than show xml.
April 23, 2012 at 5:41 pm
#1 - create temp table as coded already
#2 - Insert the results from the fts
#3 join back to the base table using the temp table to filter the correct results.
I...
April 21, 2012 at 10:15 am
Hey Steph, we can't help you if you don't reply. You have access to the greatest sql minds in the world, FOR FREE.
You might want to try to take...
April 16, 2012 at 7:26 pm
P.S. You can upload the file rather than paste it, it's easier for us.
What happens if you run the query without the join? Just run the query with...
April 12, 2012 at 8:00 am
We're all asking for the table's definition for a reason 😉
April 9, 2012 at 12:13 pm
+1 on the tables def again. Looks like your clustered index is not optimal
April 9, 2012 at 11:51 am
*Perfmon.
He his a programmer, nice brain but I don't know if he has experience there. might need a lot more explainations on that front.
April 9, 2012 at 11:48 am
Did you change the query since you shared it with me? I don't remember having seen this hint before!
WITH(index=PK_RECHERCHE_CONTENU)
Hints are absolute last resorts and you're not there yet. ...
April 9, 2012 at 11:45 am
This is an estimated plan, we need the actual plan.
You can post as .sqlplan by hitting edit attachements
April 9, 2012 at 11:40 am
I already suggested that (direct contact before sending him here).
The problem doesn't happen only once, and there's too little data to be a problem unless it's hardware related (still in...
April 9, 2012 at 11:26 am
That handles deletions, but it can be adapted for anything else.
I've never tested it so I can't garantee how good it works.
http://raresql.com/2011/10/22/how-to-recover-deleted-data-from-sql-sever/
April 4, 2012 at 8:50 pm
Viewing 15 posts - 16 through 30 (of 18,925 total)