Viewing 15 posts - 181 through 195 (of 390 total)
Craig Farrell (7/18/2011)
July 18, 2011 at 2:27 pm
Thanks Sean!
February 25, 2011 at 11:50 am
I am not using an SP, i am using
"InsertIntoDocuments(strFileExtension, fileName + strFileExtension, TextBoxResume.Text);".
I wonder if it is an IIS issue?
Thanks !
February 25, 2011 at 11:48 am
Thanks!
January 25, 2011 at 3:06 pm
I tested with the LIKE statement and got this one down to 2 secs 🙂
Are you saying that i should stick with CONTAINS for searching much larger strings, eg, a...
January 25, 2011 at 2:52 pm
Derrick Smith (1/25/2011)
Note the missing index warning at the top of...
January 25, 2011 at 2:40 pm
Please find attached the execution plans.
One using the 'like' statement and one using the 'contains' statement.
Thanks!
January 25, 2011 at 1:41 pm
I ran an execution plan, but dont really have any experience in this area, so i opened a ticket with Microsoft.
Thanks again!
January 25, 2011 at 1:08 pm
I have defined FTI on the field i am searching.
Thanks for your suggestions!
January 25, 2011 at 12:14 pm
Abhijit More (9/13/2010)
What is the case scenario?Why do you want to delete records from all table?
It was being used as a test DB and i would like to get rid...
September 13, 2010 at 9:38 am
Could this happen with a faulty o/s installation?
Thanks
August 10, 2010 at 9:56 am
declare @Query as varchar(8000)
declare @Name as varchar(250) ...
August 10, 2010 at 7:37 am
Lowell,
That work great!
Thanks.
March 23, 2010 at 10:22 am
I am logged into SSMS as 'sa'.
The exact error message is 'Access is Denied'.
March 23, 2010 at 9:49 am
Viewing 15 posts - 181 through 195 (of 390 total)