Click here to Skip to main content
15,913,944 members
Home / Discussions / Database
   

Database

 
GeneralRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
Steven J Jowett5-Nov-09 23:36
Steven J Jowett5-Nov-09 23:36 
QuestionUsing OPENROWSET Pin
si_695-Nov-09 2:08
si_695-Nov-09 2:08 
AnswerRe: Using OPENROWSET Pin
jacob.sebastian6-Nov-09 9:38
jacob.sebastian6-Nov-09 9:38 
QuestionHelp On Read Image column from MS Acess Database Pin
maysam gamini5-Nov-09 0:55
maysam gamini5-Nov-09 0:55 
QuestionSql Server 2008 Installing Issue-Not able to see the "Feature Selection " window and further windows after installing till supporting Files Pin
srikrishnakrishna murthy4-Nov-09 23:27
srikrishnakrishna murthy4-Nov-09 23:27 
QuestionHow to assign a query result to a stored procedure Pin
Nekkantidivya4-Nov-09 23:14
Nekkantidivya4-Nov-09 23:14 
AnswerRe: How to assign a query result to a stored procedure Pin
Eddy Vluggen5-Nov-09 0:08
professionalEddy Vluggen5-Nov-09 0:08 
AnswerRe: How to assign a query result to a stored procedure Pin
Syed Mehroz Alam5-Nov-09 0:45
Syed Mehroz Alam5-Nov-09 0:45 
AnswerRe: How to assign a query result to a stored procedure Pin
Niladri_Biswas5-Nov-09 3:19
Niladri_Biswas5-Nov-09 3:19 
QuestionWhat is the diffrence between SQL Express and SQL Managment Studio ? Pin
nileshbahirshet4-Nov-09 20:57
nileshbahirshet4-Nov-09 20:57 
AnswerRe: What is the diffrence between SQL Express and SQL Managment Studio ? Pin
Mycroft Holmes4-Nov-09 21:09
professionalMycroft Holmes4-Nov-09 21:09 
AnswerRe: What is the diffrence between SQL Express and SQL Managment Studio ? Pin
Niladri_Biswas4-Nov-09 21:28
Niladri_Biswas4-Nov-09 21:28 
AnswerRe: What is the diffrence between SQL Express and SQL Managment Studio ? Pin
Eddy Vluggen4-Nov-09 23:03
professionalEddy Vluggen4-Nov-09 23:03 
Questionsql v/s ms access Pin
sachees1234-Nov-09 20:29
sachees1234-Nov-09 20:29 
AnswerRe: sql v/s ms access Pin
Mycroft Holmes4-Nov-09 21:11
professionalMycroft Holmes4-Nov-09 21:11 
GeneralRe: sql v/s ms access Pin
sachees1234-Nov-09 21:59
sachees1234-Nov-09 21:59 
GeneralRe: sql v/s ms access Pin
Mycroft Holmes4-Nov-09 22:08
professionalMycroft Holmes4-Nov-09 22:08 
GeneralRe: sql v/s ms access Pin
sachees1234-Nov-09 22:27
sachees1234-Nov-09 22:27 
GeneralRe: sql v/s ms access Pin
Eddy Vluggen4-Nov-09 23:09
professionalEddy Vluggen4-Nov-09 23:09 
sachees123 wrote:
Where to change, in sql or access???


Well, do you want to change the format that Access uses, or the one that SQL Server uses? For SQL Server, you'd set the time format like this;
SET DATEFORMAT ydm;

sachees123 wrote:
As i cant change system date / time format.


The user is the one who sets (or changes) the format, from the control panel. Other applications should display their dates using the format that the user provides. That means that one saves a datetime as a DATE-type. When displaying, convert to a string of the ShortDateFormat or LongDateFormat Smile | :)

I are Troll Suspicious | :suss:

GeneralRe: sql v/s ms access Pin
sachees1234-Nov-09 23:20
sachees1234-Nov-09 23:20 
GeneralRe: sql v/s ms access Pin
Eddy Vluggen5-Nov-09 0:02
professionalEddy Vluggen5-Nov-09 0:02 
NewsTwo New Editions Join SQL Server 2008 R2 Roadmap Pin
brucedkyle4-Nov-09 8:15
brucedkyle4-Nov-09 8:15 
QuestionNeed help on how to update SQL query using VC++ Pin
John5023-Nov-09 18:55
John5023-Nov-09 18:55 
AnswerRe: Need help on how to update SQL query using VC++ Pin
dan!sh 3-Nov-09 19:01
professional dan!sh 3-Nov-09 19:01 
AnswerRe: Need help on how to update SQL query using VC++ Pin
Niladri_Biswas3-Nov-09 19:11
Niladri_Biswas3-Nov-09 19:11 

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.