Click here to Skip to main content
15,892,059 members
Home / Discussions / Database
   

Database

 
Questionhow to solve this senario in sql Pin
prasadbuddhika1-Jan-09 15:44
prasadbuddhika1-Jan-09 15:44 
AnswerRe: how to solve this senario in sql Pin
PIEBALDconsult1-Jan-09 16:30
mvePIEBALDconsult1-Jan-09 16:30 
QuestionRemote SQL Server Database Connection Pin
VikashGohil31-Dec-08 20:28
VikashGohil31-Dec-08 20:28 
AnswerRe: Remote SQL Server Database Connection Pin
Wendelius1-Jan-09 3:55
mentorWendelius1-Jan-09 3:55 
QuestionQuestion about how to rearrangement the DB Ms Access? [modified] Pin
Mangore7531-Dec-08 0:53
Mangore7531-Dec-08 0:53 
AnswerRe: Question about how to rearrangement the DB Ms Access? Pin
Jon_Boy31-Dec-08 2:40
Jon_Boy31-Dec-08 2:40 
GeneralRe: Question about how to rearrangement the DB Ms Access? Pin
Mangore7531-Dec-08 4:55
Mangore7531-Dec-08 4:55 
GeneralRe: Question about how to rearrangement the DB Ms Access? Pin
Jon_Boy31-Dec-08 5:10
Jon_Boy31-Dec-08 5:10 
Performance wise there shouldn't be much of a hit for performance. If performance goes down the dumper, add a WHERE clause or an index.

For whatever odd reason, if you really wanted to resort the data based on the data column. Create a temp copy of the table, copy the data into it, delete the data from the orig, and then insert the databack into the orig and use the order by. Again, why you would want to do this is beyond me and really isn't needed.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

QuestionHow to make a student database for the time table in VS 2008 Pin
Member 404872630-Dec-08 21:40
Member 404872630-Dec-08 21:40 
AnswerRe: How to make a student database for the time table in VS 2008 Pin
Mycroft Holmes31-Dec-08 0:16
professionalMycroft Holmes31-Dec-08 0:16 
AnswerRe: How to make a student database for the time table in VS 2008 Pin
Vimalsoft(Pty) Ltd4-Jan-09 20:15
professionalVimalsoft(Pty) Ltd4-Jan-09 20:15 
QuestionSQL Profiler in SQL 2005? Pin
devvvy30-Dec-08 15:21
devvvy30-Dec-08 15:21 
AnswerRe: SQL Profiler in SQL 2005? Pin
Mycroft Holmes30-Dec-08 16:58
professionalMycroft Holmes30-Dec-08 16:58 
GeneralRe: SQL Profiler in SQL 2005? Pin
devvvy30-Dec-08 18:39
devvvy30-Dec-08 18:39 
GeneralRe: SQL Profiler in SQL 2005? Pin
dan!sh 30-Dec-08 19:22
professional dan!sh 30-Dec-08 19:22 
GeneralRe: SQL Profiler in SQL 2005? Pin
Mycroft Holmes30-Dec-08 21:31
professionalMycroft Holmes30-Dec-08 21:31 
GeneralRe: SQL Profiler in SQL 2005? Pin
Jon_Boy31-Dec-08 2:42
Jon_Boy31-Dec-08 2:42 
GeneralRe: SQL Profiler in SQL 2005? Pin
Wendelius31-Dec-08 3:20
mentorWendelius31-Dec-08 3:20 
GeneralRe: SQL Profiler in SQL 2005? Pin
devvvy31-Dec-08 15:24
devvvy31-Dec-08 15:24 
GeneralRe: SQL Profiler in SQL 2005? Pin
Wendelius1-Jan-09 2:20
mentorWendelius1-Jan-09 2:20 
QuestionSql Reporting Services Pin
member2730-Dec-08 1:15
member2730-Dec-08 1:15 
AnswerRe: Sql Reporting Services Pin
Wendelius30-Dec-08 4:35
mentorWendelius30-Dec-08 4:35 
GeneralRe: Sql Reporting Services Pin
member2730-Dec-08 18:03
member2730-Dec-08 18:03 
GeneralRe: Sql Reporting Services Pin
Ben Fair5-Jan-09 3:46
Ben Fair5-Jan-09 3:46 
GeneralRe: Sql Reporting Services Pin
Ben Fair5-Jan-09 3:50
Ben Fair5-Jan-09 3:50 

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.