Click here to Skip to main content
15,914,225 members
Home / Discussions / Database
   

Database

 
Questionhow to format smalldatetime Pin
prasadbuddhika3-Sep-07 18:52
prasadbuddhika3-Sep-07 18:52 
AnswerRe: how to format smalldatetime Pin
John Gathogo3-Sep-07 20:18
John Gathogo3-Sep-07 20:18 
Questionwhat is the shortcut key to open sql management studio in windows Pin
pashitech3-Sep-07 7:19
pashitech3-Sep-07 7:19 
AnswerRe: what is the shortcut key to open sql management studio in windows Pin
Paul Conrad3-Sep-07 7:53
professionalPaul Conrad3-Sep-07 7:53 
AnswerRe: what is the shortcut key to open sql management studio in windows Pin
Pete O'Hanlon3-Sep-07 8:29
mvePete O'Hanlon3-Sep-07 8:29 
QuestionHow to retrieve local machine time using sql query in Sqlserver 2005 Pin
pashitech3-Sep-07 7:17
pashitech3-Sep-07 7:17 
AnswerRe: How to retrieve local machine time using sql query in Sqlserver 2005 Pin
Paul Conrad3-Sep-07 7:54
professionalPaul Conrad3-Sep-07 7:54 
AnswerRe: How to retrieve local machine time using sql query in Sqlserver 2005 Pin
jschell3-Sep-07 8:00
jschell3-Sep-07 8:00 
SQL on MS SQL Server runs on the server itself. It has no access to your local machine.

That is conceptually how all database systems work.

If you want the local time then send it to SQL server with the rest of the request. However note that that probably isn't a good idea in terms of SQL Server. Timezone problems make that very problematic. And if you are not dealing with timezones then it shouldn't matter whether the client or server time is used.
Questionhow to manage array in sql insert trigger Pin
purushotam3-Sep-07 4:30
purushotam3-Sep-07 4:30 
AnswerRe: how to manage array in sql insert trigger Pin
Pete O'Hanlon3-Sep-07 5:07
mvePete O'Hanlon3-Sep-07 5:07 
Questionwhat is wrong with the code Pin
prasadbuddhika3-Sep-07 3:21
prasadbuddhika3-Sep-07 3:21 
AnswerRe: what is wrong with the code Pin
Blue_Boy3-Sep-07 4:19
Blue_Boy3-Sep-07 4:19 
AnswerRe: what is wrong with the code Pin
Paddy Boyd3-Sep-07 4:26
Paddy Boyd3-Sep-07 4:26 
AnswerRe: what is wrong with the code Pin
Pete O'Hanlon3-Sep-07 5:06
mvePete O'Hanlon3-Sep-07 5:06 
AnswerRe: what is wrong with the code Pin
Colin Angus Mackay4-Sep-07 0:52
Colin Angus Mackay4-Sep-07 0:52 
QuestionXml BulkLoad Pin
Panchal Hardik3-Sep-07 0:54
Panchal Hardik3-Sep-07 0:54 
AnswerRe: Xml BulkLoad Pin
Panchal Hardik3-Sep-07 2:39
Panchal Hardik3-Sep-07 2:39 
GeneralRe: Xml BulkLoad Pin
Pete O'Hanlon3-Sep-07 2:51
mvePete O'Hanlon3-Sep-07 2:51 
GeneralRe: Xml BulkLoad Pin
Panchal Hardik3-Sep-07 2:58
Panchal Hardik3-Sep-07 2:58 
QuestionCombine result Pin
RichardBlare3-Sep-07 0:39
RichardBlare3-Sep-07 0:39 
AnswerRe: Combine result Pin
Pete O'Hanlon3-Sep-07 0:56
mvePete O'Hanlon3-Sep-07 0:56 
GeneralRe: Combine result Pin
RichardBlare3-Sep-07 23:19
RichardBlare3-Sep-07 23:19 
QuestionHelp me! Pin
chanzeb2-Sep-07 21:01
chanzeb2-Sep-07 21:01 
AnswerRe: Help me! Pin
Pete O'Hanlon2-Sep-07 21:44
mvePete O'Hanlon2-Sep-07 21:44 
GeneralRe: Help me! Pin
chanzeb3-Sep-07 0:15
chanzeb3-Sep-07 0:15 

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.