Click here to Skip to main content
16,012,153 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL 2005 - wild Card search on an eccrypted column? Pin
andyharman16-May-07 7:44
professionalandyharman16-May-07 7:44 
GeneralRe: SQL 2005 - wild Card search on an eccrypted column? Pin
fisher30516-May-07 18:15
fisher30516-May-07 18:15 
AnswerRe: SQL 2005 - wild Card search on an eccrypted column? Pin
andyharman17-May-07 1:46
professionalandyharman17-May-07 1:46 
QuestionMySQL charset problem Pin
abdelhameed8116-May-07 4:56
abdelhameed8116-May-07 4:56 
QuestionColumns or Rows - Which will consume more DB Space ? Pin
N a v a n e e t h16-May-07 4:52
N a v a n e e t h16-May-07 4:52 
AnswerRe: Columns or Rows - Which will consume more DB Space ? Pin
Colin Angus Mackay16-May-07 5:16
Colin Angus Mackay16-May-07 5:16 
GeneralRe: Columns or Rows - Which will consume more DB Space ? Pin
N a v a n e e t h16-May-07 17:55
N a v a n e e t h16-May-07 17:55 
QuestionFull-text searching of xml Pin
slappe16-May-07 3:40
slappe16-May-07 3:40 
I have db filled with xml data, looks something like this:

Table Cars
{
Car, XML.
}

<car desc=”blue car with two doors”>
<owner>Sebastian Bach</owner>
</car>


I have made an full-text index of the xml-column and can now use the CONTAINS-keyword to search the xml-data.

Select car
FROM Cars
WHERE
CONTAINS(car, ‘Bach’);

But the problem is that if I search on a attribute value instead of a element value I get nothing.

Select car
FROM Cars
WHERE
CONTAINS(car, ‘blue’);


Can I solve this in some way?

QuestionInsert Stored Procedure taking values from vb Help [modified] Pin
Vimalsoft(Pty) Ltd16-May-07 2:48
professionalVimalsoft(Pty) Ltd16-May-07 2:48 
AnswerRe: Insert Stored Procedure taking values from vb Help Pin
Dave Kreskowiak16-May-07 4:49
mveDave Kreskowiak16-May-07 4:49 
GeneralRe: Insert Stored Procedure taking values from vb Help Pin
Vimalsoft(Pty) Ltd16-May-07 4:55
professionalVimalsoft(Pty) Ltd16-May-07 4:55 
QuestionDateTime Timestamp Pin
Senseicads16-May-07 1:59
Senseicads16-May-07 1:59 
AnswerRe: DateTime Timestamp Pin
gauthee16-May-07 2:42
gauthee16-May-07 2:42 
GeneralRe: DateTime Timestamp Pin
Senseicads16-May-07 3:13
Senseicads16-May-07 3:13 
Questionhow to drop a column Pin
ArchaBhandare15-May-07 23:50
ArchaBhandare15-May-07 23:50 
AnswerRe: how to drop a column Pin
Arun.Immanuel15-May-07 23:55
Arun.Immanuel15-May-07 23:55 
AnswerRe: how to drop a column Pin
chand1015-May-07 23:59
chand1015-May-07 23:59 
QuestionI want to insert COUNT(*) and SUM(column1) values into another table? Pin
chand1015-May-07 23:31
chand1015-May-07 23:31 
AnswerRe: I want to insert COUNT(*) and SUM(column1) values into another table? Pin
Arun.Immanuel15-May-07 23:52
Arun.Immanuel15-May-07 23:52 
GeneralRe: I want to insert COUNT(*) and SUM(column1) values into another table? Pin
chand1016-May-07 1:01
chand1016-May-07 1:01 
AnswerRe: I want to insert COUNT(*) and SUM(column1) values into another table? Pin
WoutL16-May-07 0:22
WoutL16-May-07 0:22 
Questionextern key Pin
WhiteGirl2315-May-07 23:03
WhiteGirl2315-May-07 23:03 
QuestionInstrument Specifications Pin
chancomsats15-May-07 19:45
chancomsats15-May-07 19:45 
QuestionProblem in populating Datagrid with Stored Procedure? Pin
chand1015-May-07 19:18
chand1015-May-07 19:18 
AnswerRe: Problem in populating Datagrid with Stored Procedure? Pin
gauthee15-May-07 19:40
gauthee15-May-07 19:40 

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.