Click here to Skip to main content
15,910,981 members
Home / Discussions / Database
   

Database

 
GeneralRe: Query performance Pin
Jörgen Andersson10-Aug-10 8:07
professionalJörgen Andersson10-Aug-10 8:07 
GeneralRe: Query performance Pin
Mycroft Holmes10-Aug-10 14:48
professionalMycroft Holmes10-Aug-10 14:48 
GeneralRe: Query performance Pin
PIEBALDconsult10-Aug-10 17:59
mvePIEBALDconsult10-Aug-10 17:59 
AnswerRe: Query performance Pin
Bernhard Hiller10-Aug-10 20:17
Bernhard Hiller10-Aug-10 20:17 
Questionhow to write a query change the datatype for primary key coulm in atable using sqlserver 2008. Pin
Ch.Gayatri Subudhi9-Aug-10 19:42
Ch.Gayatri Subudhi9-Aug-10 19:42 
AnswerRe: how to write a query change the datatype for primary key coulm in atable using sqlserver 2008. Pin
Mycroft Holmes9-Aug-10 21:13
professionalMycroft Holmes9-Aug-10 21:13 
GeneralRe: how to write a query change the datatype for primary key coulm in atable using sqlserver 2008. Pin
Ch.Gayatri Subudhi9-Aug-10 21:19
Ch.Gayatri Subudhi9-Aug-10 21:19 
GeneralRe: how to write a query change the datatype for primary key coulm in atable using sqlserver 2008. Pin
Mycroft Holmes9-Aug-10 21:26
professionalMycroft Holmes9-Aug-10 21:26 
Then you have a serious design problem, what are the data type changes you want to affect?

You could do this right by:
Identify and drop all the FK referencing the table
use alter table to change the data type on the redacted table
change the data types on all the fk fields
recreate the fk you identified and dropped.
Never underestimate the power of human stupidity
RAH

GeneralRe: how to write a query change the datatype for primary key coulm in atable using sqlserver 2008. Pin
5fingers10-Aug-10 22:29
5fingers10-Aug-10 22:29 
QuestionSQL Server Indexing Errors with message that should not apply Pin
JHizzle9-Aug-10 2:41
JHizzle9-Aug-10 2:41 
AnswerRe: SQL Server Indexing Errors with message that should not apply Pin
Mycroft Holmes9-Aug-10 21:16
professionalMycroft Holmes9-Aug-10 21:16 
GeneralRe: SQL Server Indexing Errors with message that should not apply Pin
JHizzle10-Aug-10 23:28
JHizzle10-Aug-10 23:28 
QuestionTransaction scope and MSDTC enable on which server Pin
devvvy9-Aug-10 2:31
devvvy9-Aug-10 2:31 
Questionwriting a scalar-function Pin
mrkeivan9-Aug-10 1:19
mrkeivan9-Aug-10 1:19 
AnswerRe: writing a scalar-function [modified] Pin
Goutam Patra9-Aug-10 1:38
professionalGoutam Patra9-Aug-10 1:38 
AnswerRe: writing a scalar-function Pin
J4amieC9-Aug-10 1:52
J4amieC9-Aug-10 1:52 
AnswerRe: writing a scalar-function Pin
PIEBALDconsult9-Aug-10 15:27
mvePIEBALDconsult9-Aug-10 15:27 
JokeRe: writing a scalar-function Pin
Mycroft Holmes9-Aug-10 16:28
professionalMycroft Holmes9-Aug-10 16:28 
GeneralRe: writing a scalar-function Pin
PIEBALDconsult9-Aug-10 16:48
mvePIEBALDconsult9-Aug-10 16:48 
GeneralRe: writing a scalar-function Pin
Mycroft Holmes9-Aug-10 17:01
professionalMycroft Holmes9-Aug-10 17:01 
GeneralRe: writing a scalar-function Pin
PIEBALDconsult9-Aug-10 17:25
mvePIEBALDconsult9-Aug-10 17:25 
Questionhow to execute stored procedure in a function using sql server 2000 Pin
developerit8-Aug-10 1:15
developerit8-Aug-10 1:15 
AnswerRe: how to execute stored procedure in a function using sql server 2000 Pin
The Digital Worm11-Aug-10 2:17
The Digital Worm11-Aug-10 2:17 
Questionquery optimization Pin
pstsp9117-Aug-10 13:07
pstsp9117-Aug-10 13:07 
AnswerRe: query optimization Pin
Mycroft Holmes8-Aug-10 2:04
professionalMycroft Holmes8-Aug-10 2:04 

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.