Click here to Skip to main content
16,006,348 members
Home / Discussions / Database
   

Database

 
AnswerRe: date acessing problm in msssql server 2000 Pin
Colin Angus Mackay31-Jan-06 20:27
Colin Angus Mackay31-Jan-06 20:27 
AnswerRe: date acessing problm in msssql server 2000 Pin
idonthavename31-Jan-06 22:37
idonthavename31-Jan-06 22:37 
QuestionDatabinding 2 Datagridviews Pin
elraton31-Jan-06 18:37
elraton31-Jan-06 18:37 
QuestionSQL Procedures & SourceSafe Pin
Len Miller31-Jan-06 11:36
Len Miller31-Jan-06 11:36 
AnswerRe: SQL Procedures & SourceSafe Pin
S Douglas1-Feb-06 0:27
professionalS Douglas1-Feb-06 0:27 
GeneralRe: SQL Procedures & SourceSafe Pin
Len Miller1-Feb-06 3:24
Len Miller1-Feb-06 3:24 
QuestionSpecifying DateTime value in a query Pin
Luis Alonso Ramos31-Jan-06 7:37
Luis Alonso Ramos31-Jan-06 7:37 
AnswerRe: Specifying DateTime value in a query Pin
Farhan Noor Qureshi31-Jan-06 8:16
Farhan Noor Qureshi31-Jan-06 8:16 
Try this.

<br />
DECLARE @UserId int<br />
DECLARE @dtNow DateTime<br />
Set @dtNow = GetDate()<br />
<br />
EXEC User_Insert @UserId = @UserId OUTPUT, @FirstName = N'Luis Alonso', @LastName = N'Ramos',    @PhoneNumber = N'whatever, @Email = whatever', @UserName = N'luisr',    @UserType = 5, @BranchId = NULL, @CreationUserId = 0, @CreationDate = @dtNow<br />
<br />
EXEC User_SetPassword @UserId = @UserId, @PasswordHash = N'356A192B7913B04C54574D18C28D46E6395428AB'<br />


Farhan Noor Qureshi

if (this == this) thow this;
QuestionEmbedded sql Visual c++.net and mysql and ODBC Pin
JerryMcguire31-Jan-06 7:02
JerryMcguire31-Jan-06 7:02 
QuestionTransfering Data to PDA Pin
jansmith7231-Jan-06 6:49
jansmith7231-Jan-06 6:49 
QuestionQuery Problem?? Pin
tadhg8831-Jan-06 2:04
tadhg8831-Jan-06 2:04 
AnswerRe: Query Problem?? Pin
Michael Potter31-Jan-06 8:39
Michael Potter31-Jan-06 8:39 
QuestionSession Variable using ASP Pin
ketanjh30-Jan-06 21:34
ketanjh30-Jan-06 21:34 
QuestionMust declare the variable '@TheYear' Pin
sasire1830-Jan-06 19:03
sasire1830-Jan-06 19:03 
AnswerRe: Must declare the variable '@TheYear' Pin
Pankaj Kulkarni30-Jan-06 19:47
Pankaj Kulkarni30-Jan-06 19:47 
AnswerRe: Must declare the variable '@TheYear' Pin
venkat2reddy31-Jan-06 0:47
venkat2reddy31-Jan-06 0:47 
GeneralRe: Must declare the variable '@TheYear' Pin
Colin Angus Mackay31-Jan-06 2:27
Colin Angus Mackay31-Jan-06 2:27 
GeneralRe: Must declare the variable '@TheYear' Pin
sasire1831-Jan-06 3:19
sasire1831-Jan-06 3:19 
QuestionconnectionString update not working Pin
Eugenio Lysei Junior30-Jan-06 12:11
Eugenio Lysei Junior30-Jan-06 12:11 
QuestionHOW TO USE TIMESTAMP Pin
ventomito30-Jan-06 9:48
ventomito30-Jan-06 9:48 
QuestionADO creating 2 connections Pin
Steven G. Weber30-Jan-06 9:20
Steven G. Weber30-Jan-06 9:20 
QuestionMoving a SQL database Pin
dptalt30-Jan-06 5:54
dptalt30-Jan-06 5:54 
AnswerRe: Moving a SQL database Pin
Colin Angus Mackay30-Jan-06 6:52
Colin Angus Mackay30-Jan-06 6:52 
GeneralRe: Moving a SQL database Pin
shaz jazz1-Jul-06 2:17
shaz jazz1-Jul-06 2:17 
GeneralRe: Moving a SQL database Pin
Colin Angus Mackay1-Jul-06 2:37
Colin Angus Mackay1-Jul-06 2:37 

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.