Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
AnswerThe rules Pin
leckey6-Jul-07 3:12
leckey6-Jul-07 3:12 
QuestionHow can i recover my database using LDF file .... Pin
koolprasad20035-Jul-07 23:08
professionalkoolprasad20035-Jul-07 23:08 
AnswerRe: How can i recover my database using LDF file .... Pin
Mike Dimmick6-Jul-07 3:09
Mike Dimmick6-Jul-07 3:09 
GeneralRe: How can i recover my database using LDF file .... Pin
koolprasad20036-Jul-07 19:21
professionalkoolprasad20036-Jul-07 19:21 
GeneralRe: How can i recover my database using LDF file .... Pin
Mike Dimmick7-Jul-07 2:17
Mike Dimmick7-Jul-07 2:17 
QuestionFreeText Search IN SQL SERVER 2005 Pin
adnanrafiq5-Jul-07 21:33
adnanrafiq5-Jul-07 21:33 
AnswerRe: FreeText Search IN SQL SERVER 2005 Pin
originSH5-Jul-07 22:02
originSH5-Jul-07 22:02 
GeneralRe: FreeText Search IN SQL SERVER 2005 Pin
adnanrafiq5-Jul-07 23:33
adnanrafiq5-Jul-07 23:33 
Thanks for Reply, but it will not work for me.
I want same behaviour from freetext serach using freetext or contains predicate, just like '%isual%', the syntaxt you provided will failed for me,
For Example:
let say have table name "table1" having one column "Col1" and table has these values

visual C#
C++
Adobe Photshop
SQL Server
Basic Language
MY SQL
HR Questions
MBA (Marketing)

Here is variable in Store Procedure:
-------------------
DECLARE @KEYWORD NVARCHAR(MAX)
SET @KEYWORD ='Visual';
SELECT * FROM TBALE 1 WHERE Contains(Col1,@KEYWORD)
IT WILL RETURN ME Only one Row Visual
--------------------
SET @KEYWORD ="visu";
SELECT * FROM TBALE 1 WHERE Contains(Col1,@KEYWORD)
if i use this change the variale value to "visu" it wil return me no row
---------------------------
SET @KEYWORD ="sual C#" ;
SELECT * FROM TBALE 1 WHERE Contains(Col1,@KEYWORD)
and if i again change value of vairable to "sual C#" then again no result.
-----------------------------
I want result in these two cases,is the possible.

Again THANKS IN ADVANCE
Many Thanks,
adnan


Many Thanks,
Adnan Rafiq
muhammadadnanrafiq@gmail.com

Questionhow to write switch case scenario in sp Pin
mohd imran abdul aziz5-Jul-07 20:29
mohd imran abdul aziz5-Jul-07 20:29 
AnswerRe: how to write switch case scenario in sp Pin
originSH5-Jul-07 22:03
originSH5-Jul-07 22:03 
AnswerRe: how to write switch case scenario in sp Pin
kubben6-Jul-07 2:09
kubben6-Jul-07 2:09 
QuestionCalculating the space occupied by each row in a table Pin
vijay25835-Jul-07 20:14
vijay25835-Jul-07 20:14 
AnswerRe: Calculating the space occupied by each row in a table Pin
Vishu Gurav6-Jul-07 11:13
Vishu Gurav6-Jul-07 11:13 
GeneralRe: Calculating the space occupied by each row in a table Pin
vijay25837-Jul-07 4:23
vijay25837-Jul-07 4:23 
AnswerRe: Calculating the space occupied by each row in a table Pin
Vishu Gurav7-Jul-07 13:26
Vishu Gurav7-Jul-07 13:26 
QuestionRe: Calculating the space occupied by each row in a table Pin
vijay25839-Jul-07 0:01
vijay25839-Jul-07 0:01 
AnswerRe: Calculating the space occupied by each row in a table Pin
Vishu Gurav9-Jul-07 6:44
Vishu Gurav9-Jul-07 6:44 
QuestionRe: Calculating the space occupied by each row in a table Pin
Vishu Gurav10-Jul-07 17:00
Vishu Gurav10-Jul-07 17:00 
QuestionProblem displaying colums as rows => need help Pin
masyarial5-Jul-07 16:09
masyarial5-Jul-07 16:09 
AnswerRe: Problem displaying colums as rows => revised Pin
masyarial5-Jul-07 21:36
masyarial5-Jul-07 21:36 
QuestionSQL Server 2005 Changing Table Names Pin
Richard Andrew x645-Jul-07 14:50
professionalRichard Andrew x645-Jul-07 14:50 
AnswerRe: SQL Server 2005 Changing Table Names Pin
originSH5-Jul-07 22:09
originSH5-Jul-07 22:09 
QuestionBind with an intermediate table Pin
Richard Blythe5-Jul-07 10:24
Richard Blythe5-Jul-07 10:24 
AnswerRe: Bind with an intermediate table Pin
Humble Programmer6-Jul-07 6:26
Humble Programmer6-Jul-07 6:26 
QuestionADO and MSACCESS [modified] Pin
AmirAlilou5-Jul-07 2:39
AmirAlilou5-Jul-07 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.