Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: Need help on how to update SQL query using VC++ Pin
Mycroft Holmes3-Nov-09 19:31
professionalMycroft Holmes3-Nov-09 19:31 
GeneralRe: Need help on how to update SQL query using VC++ Pin
John5023-Nov-09 22:19
John5023-Nov-09 22:19 
GeneralRe: Need help on how to update SQL query using VC++ Pin
Mycroft Holmes3-Nov-09 22:32
professionalMycroft Holmes3-Nov-09 22:32 
QuestionError: 26 SQL Server does not allow remote connections... Pin
Illegal Operation3-Nov-09 14:43
Illegal Operation3-Nov-09 14:43 
AnswerRe: Error: 26 SQL Server does not allow remote connections... Pin
Niladri_Biswas3-Nov-09 18:00
Niladri_Biswas3-Nov-09 18:00 
AnswerRe: Error: 26 SQL Server does not allow remote connections... Pin
shantanu gupta13-Dec-09 11:30
shantanu gupta13-Dec-09 11:30 
QuestionAuthentication as sql client Pin
tasumisra3-Nov-09 2:53
tasumisra3-Nov-09 2:53 
AnswerRe: Authentication as sql client Pin
Mycroft Holmes3-Nov-09 13:53
professionalMycroft Holmes3-Nov-09 13:53 
QuestionSSIS Variable Problem Pin
Vimalsoft(Pty) Ltd3-Nov-09 2:20
professionalVimalsoft(Pty) Ltd3-Nov-09 2:20 
QuestionHow can we Empty the whole tables by one single query Pin
lrsalunkhe3-Nov-09 2:09
lrsalunkhe3-Nov-09 2:09 
AnswerRe: How can we Empty the whole tables by one single query Pin
Niladri_Biswas3-Nov-09 2:50
Niladri_Biswas3-Nov-09 2: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.