Click here to Skip to main content
15,915,636 members
Home / Discussions / Database
   

Database

 
AnswerRe: I'm stuck on - Update requires a valid UpdateCommand when passed DataRow collection with modified rows. Pin
gmhanna6-May-10 4:37
gmhanna6-May-10 4:37 
QuestionHow to delete related Data/Rows. Pin
Abdul-Rhman Alsri5-May-10 3:34
Abdul-Rhman Alsri5-May-10 3:34 
AnswerRe: How to delete related Data/Rows. Pin
Simon_Whale5-May-10 5:08
Simon_Whale5-May-10 5:08 
GeneralRe: How to delete related Data/Rows. Pin
fjdiewornncalwe6-May-10 8:21
professionalfjdiewornncalwe6-May-10 8:21 
QuestionComparing rows to columns Pin
rajanandal4-May-10 23:09
rajanandal4-May-10 23:09 
AnswerRe: Comparing rows to columns Pin
Johan Hakkesteegt6-May-10 0:13
Johan Hakkesteegt6-May-10 0:13 
QuestionSqlServer: How to drop a column with a randomly named (default) constraint? Pin
Super Lloyd4-May-10 13:59
Super Lloyd4-May-10 13:59 
AnswerRe: SqlServer: How to drop a column with a randomly named (default) constraint? Pin
Super Lloyd4-May-10 15:01
Super Lloyd4-May-10 15:01 
I found out how to find those bastards!

SELECT * FROM sys.sysobjects Where NAME LIKE 'DF__Foo%'
or
SELECT * FROM sys.objects type_desc='DEFAULT_CONSTRAINT'

But I also had a better work around: Big Grin | :-D
1. these nameless constraints being only on developers machines so far, I just dropped them manually
2. and give them a name in the create table with

CREATE TABLE FOO (
column1 bit not null CONSTRAINT DF_Foo_column1 DEFAULT 0
....
)
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.

QuestionRetrieving a DateTime value with OracleClient Pin
Bernhard Hiller4-May-10 5:24
Bernhard Hiller4-May-10 5:24 
AnswerRe: Retrieving a DateTime value with OracleClient Pin
Chris Meech5-May-10 2:56
Chris Meech5-May-10 2:56 
GeneralRe: Retrieving a DateTime value with OracleClient Pin
David Skelly5-May-10 4:49
David Skelly5-May-10 4:49 
GeneralRe: Retrieving a DateTime value with OracleClient Pin
Bernhard Hiller6-May-10 21:36
Bernhard Hiller6-May-10 21:36 
QuestionSQL Server 2008 Spatial Data Pin
Bassam Saoud4-May-10 4:34
Bassam Saoud4-May-10 4:34 
AnswerRe: SQL Server 2008 Spatial Data Pin
Peter_in_27805-May-10 18:36
professionalPeter_in_27805-May-10 18:36 
GeneralRe: SQL Server 2008 Spatial Data Pin
Bassam Saoud6-May-10 4:09
Bassam Saoud6-May-10 4:09 
Questionhow to write querry for this month,3months ,6months,annual Pin
developerit4-May-10 1:05
developerit4-May-10 1:05 
AnswerRe: how to write querry for this month,3months ,6months,annual Pin
Corporal Agarn4-May-10 6:35
professionalCorporal Agarn4-May-10 6:35 
GeneralRe: how to write querry for this month,3months ,6months,annual Pin
developerit4-May-10 21:05
developerit4-May-10 21:05 
GeneralRe: how to write querry for this month,3months ,6months,annual Pin
Corporal Agarn5-May-10 1:57
professionalCorporal Agarn5-May-10 1:57 
AnswerRe: how to write querry for this month,3months ,6months,annual Pin
Simon_Whale4-May-10 23:22
Simon_Whale4-May-10 23:22 
QuestionSearch based on percentage - sql server 2005 Pin
abcurl4-May-10 0:04
abcurl4-May-10 0:04 
AnswerRe: Search based on percentage - sql server 2005 Pin
Simon_Whale4-May-10 23:33
Simon_Whale4-May-10 23:33 
Questionproblem with Query Pin
mjawadkhatri3-May-10 21:22
mjawadkhatri3-May-10 21:22 
AnswerRe: problem with Query Pin
Paramhans Dubey3-May-10 22:08
professionalParamhans Dubey3-May-10 22:08 
GeneralRe: problem with Query Pin
mjawadkhatri3-May-10 22:16
mjawadkhatri3-May-10 22:16 

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.