Click here to Skip to main content
15,886,362 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Query Pin
Wayne Gaylard6-Mar-10 14:30
professionalWayne Gaylard6-Mar-10 14:30 
QuestionStrength of MSAccess 2007. Pin
priyamtheone5-Mar-10 20:18
priyamtheone5-Mar-10 20:18 
AnswerRe: Strength of MSAccess 2007. Pin
Jörgen Andersson6-Mar-10 0:06
professionalJörgen Andersson6-Mar-10 0:06 
AnswerRe: Strength of MSAccess 2007. Pin
Mycroft Holmes6-Mar-10 2:37
professionalMycroft Holmes6-Mar-10 2:37 
QuestionSqlConnection - to keep around or dispose Pin
treefirmy5-Mar-10 18:49
treefirmy5-Mar-10 18:49 
AnswerRe: SqlConnection - to keep around or dispose Pin
Eddy Vluggen6-Mar-10 1:24
professionalEddy Vluggen6-Mar-10 1:24 
QuestionIs there a way to change a column property in a table without having to delete the entire table? Pin
tonyonlinux4-Mar-10 8:43
tonyonlinux4-Mar-10 8:43 
AnswerRe: Is there a way to change a column property in a table without having to delete the entire table? Pin
Luc Pattyn4-Mar-10 9:05
sitebuilderLuc Pattyn4-Mar-10 9:05 
if you can't change a field, perform these steps:
- add new field (with a new name)
- copy data from old to new field
- delete old field
- optional: rename new field

You can perform these interactively, using SQL Sever Management Studio, PHPmyAdmin, or whatever fits your database.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.

GeneralRe: Is there a way to change a column property in a table without having to delete the entire table? Pin
tonyonlinux4-Mar-10 9:19
tonyonlinux4-Mar-10 9:19 
GeneralRe: Is there a way to change a column property in a table without having to delete the entire table? Pin
Tim Carmichael4-Mar-10 10:18
Tim Carmichael4-Mar-10 10:18 
QuestionEncrypt/Decrypt Password Field in Sybase Pin
MWRivera4-Mar-10 5:42
MWRivera4-Mar-10 5:42 
AnswerRe: Encrypt/Decrypt Password Field in Sybase Pin
David Skelly5-Mar-10 2:06
David Skelly5-Mar-10 2:06 
GeneralRe: Encrypt/Decrypt Password Field in Sybase Pin
MWRivera5-Mar-10 9:08
MWRivera5-Mar-10 9:08 
QuestionHelp on using Transaction Pin
Saiyed Alam4-Mar-10 5:00
Saiyed Alam4-Mar-10 5:00 
AnswerRe: Help on using Transaction Pin
Not Active4-Mar-10 5:45
mentorNot Active4-Mar-10 5:45 
Questiondesign a database to store an expression tree [modified] Pin
deostroll4-Mar-10 2:06
deostroll4-Mar-10 2:06 
AnswerRe: design a database to store an expression tree Pin
Mschauder5-Mar-10 2:45
Mschauder5-Mar-10 2:45 
QuestionADO.NET Batch Update Pin
MB_KSU3-Mar-10 11:59
MB_KSU3-Mar-10 11:59 
AnswerRe: ADO.NET Batch Update Pin
Mycroft Holmes3-Mar-10 21:32
professionalMycroft Holmes3-Mar-10 21:32 
GeneralRe: ADO.NET Batch Update Pin
MB_KSU4-Mar-10 3:56
MB_KSU4-Mar-10 3:56 
GeneralRe: ADO.NET Batch Update Pin
Mycroft Holmes4-Mar-10 11:14
professionalMycroft Holmes4-Mar-10 11:14 
Questioncalling stored procedure in case statement - Sql Server 2000 Pin
vamsimohan212-Mar-10 23:41
vamsimohan212-Mar-10 23:41 
AnswerRe: calling stored procedure in case statement - Sql Server 2000 Pin
The Man from U.N.C.L.E.3-Mar-10 1:43
The Man from U.N.C.L.E.3-Mar-10 1:43 
AnswerRe: calling stored procedure in case statement - Sql Server 2000 Pin
Pranay Rana3-Mar-10 19:04
professionalPranay Rana3-Mar-10 19:04 
GeneralRe: calling stored procedure in case statement - Sql Server 2000 Pin
Mycroft Holmes3-Mar-10 21:29
professionalMycroft Holmes3-Mar-10 21:29 

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.