Click here to Skip to main content
15,922,584 members
Home / Discussions / Database
   

Database

 
AnswerRe: Deleting a row Pin
John-ph4-Sep-07 0:51
John-ph4-Sep-07 0:51 
QuestionConcurrency Control Pin
leminhphuong3-Sep-07 21:06
leminhphuong3-Sep-07 21:06 
AnswerRe: Concurrency Control Pin
Pete O'Hanlon3-Sep-07 22:04
mvePete O'Hanlon3-Sep-07 22:04 
Questioni want to pass parameter from one report to other Pin
salman kazi3-Sep-07 20:06
salman kazi3-Sep-07 20:06 
AnswerRe: i want to pass parameter from one report to other Pin
DLM@TD14-Sep-07 12:06
DLM@TD14-Sep-07 12:06 
QuestionRecursive Trigger Pin
John Gathogo3-Sep-07 19:48
John Gathogo3-Sep-07 19:48 
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 
You can try the following:

CONVERT(NVARCHAR(20), GETDATE(), 101)

You can play arround with the third parameter to get different date formats

Say, CONVERT(NVARCHAR(20), GETDATE(), 102), etc

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 
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 

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.