Click here to Skip to main content
15,889,863 members
Home / Discussions / Database
   

Database

 
GeneralRe: Cannot resolve collation conflict for equal to operation. Pin
AlexeiXX311-Mar-08 15:17
AlexeiXX311-Mar-08 15:17 
QuestionProblems Exporting From DataSet to .DBF File Pin
Snaider11-Mar-08 9:00
Snaider11-Mar-08 9:00 
GeneralRe: Problems Exporting From DataSet to .DBF File Pin
perryf_0011-Mar-08 12:12
perryf_0011-Mar-08 12:12 
GeneralRe: Problems Exporting From DataSet to .DBF File Pin
Snaider12-Mar-08 0:18
Snaider12-Mar-08 0:18 
GeneralDataRelation and NOCHECK add constraint Pin
CJacobus11-Mar-08 6:21
CJacobus11-Mar-08 6:21 
GeneralRe: DataRelation and NOCHECK add constraint Pin
Mark J. Miller11-Mar-08 7:28
Mark J. Miller11-Mar-08 7:28 
GeneralRe: DataRelation and NOCHECK add constraint Pin
CJacobus12-Mar-08 11:15
CJacobus12-Mar-08 11:15 
GeneralRe: DataRelation and NOCHECK add constraint Pin
Mark J. Miller13-Mar-08 3:29
Mark J. Miller13-Mar-08 3:29 
You can use GetType() and check the type of the object. If you're using C# you could use :

if(constraint is ForeignKeyConstraint)


QuestionHow can i improve the performance of this query? Pin
tonyong11-Mar-08 4:24
tonyong11-Mar-08 4:24 
AnswerRe: How can i improve the performance of this query? Pin
Scott Dorman11-Mar-08 4:42
professionalScott Dorman11-Mar-08 4:42 
GeneralRe: How can i improve the performance of this query? Pin
tonyong11-Mar-08 4:59
tonyong11-Mar-08 4:59 
GeneralRe: How can i improve the performance of this query? Pin
Scott Dorman11-Mar-08 5:07
professionalScott Dorman11-Mar-08 5:07 
GeneralRe: How can i improve the performance of this query? Pin
tonyong11-Mar-08 5:28
tonyong11-Mar-08 5:28 
GeneralRe: How can i improve the performance of this query? Pin
Pete O'Hanlon11-Mar-08 12:23
mvePete O'Hanlon11-Mar-08 12:23 
GeneralRe: How can i improve the performance of this query? Pin
tonyong12-Mar-08 0:34
tonyong12-Mar-08 0:34 
GeneralRe: How can i improve the performance of this query? Pin
andyharman12-Mar-08 5:19
professionalandyharman12-Mar-08 5:19 
GeneralRe: How can i improve the performance of this query? Pin
tonyong12-Mar-08 14:22
tonyong12-Mar-08 14:22 
GeneralRe: How can i improve the performance of this query? Pin
tonyong13-Mar-08 2:28
tonyong13-Mar-08 2:28 
AnswerRe: How can i improve the performance of this query? Pin
Mark J. Miller11-Mar-08 7:35
Mark J. Miller11-Mar-08 7:35 
QuestionSQL Reporting Services - Anyone an expert? Pin
imnotso#11-Mar-08 3:50
imnotso#11-Mar-08 3:50 
AnswerRe: SQL Reporting Services - Anyone an expert? Pin
Mark J. Miller11-Mar-08 7:24
Mark J. Miller11-Mar-08 7:24 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#11-Mar-08 23:51
imnotso#11-Mar-08 23:51 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
Mark Churchill12-Mar-08 0:36
Mark Churchill12-Mar-08 0:36 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#12-Mar-08 1:21
imnotso#12-Mar-08 1:21 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
Mark Churchill12-Mar-08 2:18
Mark Churchill12-Mar-08 2:18 

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.