Click here to Skip to main content
15,903,385 members
Home / Discussions / Database
   

Database

 
AnswerRe: Getting error can't serialize access for this transaction Pin
Wendelius23-Feb-11 18:51
mentorWendelius23-Feb-11 18:51 
GeneralRe: Getting error can't serialize access for this transaction Pin
kjsl2k923-Feb-11 20:04
kjsl2k923-Feb-11 20:04 
GeneralRe: Getting error can't serialize access for this transaction Pin
Wendelius24-Feb-11 10:05
mentorWendelius24-Feb-11 10:05 
QuestionFrom Excel to C# Pin
NaturePhoenix22-Feb-11 23:07
NaturePhoenix22-Feb-11 23:07 
AnswerRe: From Excel to C# Pin
R. Giskard Reventlov22-Feb-11 23:26
R. Giskard Reventlov22-Feb-11 23:26 
GeneralRe: From Excel to C# Pin
NaturePhoenix22-Feb-11 23:48
NaturePhoenix22-Feb-11 23:48 
GeneralRe: From Excel to C# Pin
R. Giskard Reventlov23-Feb-11 0:06
R. Giskard Reventlov23-Feb-11 0:06 
Questionhow to display the months based on date Pin
vinu.111122-Feb-11 20:00
vinu.111122-Feb-11 20:00 
hi..
this is my SP


USE [TASKDB]

GO



SET ANSI_NULLS ON

GO

SET QUOTED_IDENTIFIER ON

GO

ALTER PROCEDURE [dbo].[GetCmtRpt]

-- Add the parameters for the stored procedure here


@logid int

AS

BEGIN


SET NOCOUNT ON;

-- Insert statements for procedure here

SELECT Date ,From_Name ,To_Name ,Todays_Task ,Tommorrows_Task ,Status,Comments,Date as months

from TaskSheet inner join

login on TaskSheet .loginID = login.loginID

where login.loginID = @logid

order by Date desc

END

i want to display the months field as jan feb mar based on date how to do...?
AnswerRe: how to display the months based on date Pin
Blue_Boy22-Feb-11 22:21
Blue_Boy22-Feb-11 22:21 
QuestionMultipage Report??? [modified] Pin
scorp_scorp22-Feb-11 19:02
scorp_scorp22-Feb-11 19:02 
Questionplease modify the Store Procedure Pin
vinu.111121-Feb-11 23:36
vinu.111121-Feb-11 23:36 
AnswerRe: please modify the Store Procedure Pin
Mycroft Holmes22-Feb-11 0:02
professionalMycroft Holmes22-Feb-11 0:02 
QuestionADO To MS Access Database. Pin
Mike Certini21-Feb-11 19:08
Mike Certini21-Feb-11 19:08 
AnswerRe: ADO To MS Access Database. Pin
Wendelius21-Feb-11 19:28
mentorWendelius21-Feb-11 19:28 
GeneralRe: ADO To MS Access Database. Pin
Mike Certini21-Feb-11 19:47
Mike Certini21-Feb-11 19:47 
GeneralRe: ADO To MS Access Database. Pin
Wendelius23-Feb-11 19:09
mentorWendelius23-Feb-11 19:09 
QuestionRetrieve N Record. Pin
Nanda_MR20-Feb-11 18:26
Nanda_MR20-Feb-11 18:26 
AnswerRe: Retrieve N Record. Pin
Mycroft Holmes20-Feb-11 18:59
professionalMycroft Holmes20-Feb-11 18:59 
GeneralRe: Retrieve N Record. Pin
Nanda_MR20-Feb-11 19:26
Nanda_MR20-Feb-11 19:26 
GeneralRe: Retrieve N Record. Pin
Mycroft Holmes20-Feb-11 20:20
professionalMycroft Holmes20-Feb-11 20:20 
GeneralRe: Retrieve N Record. Pin
Bernhard Hiller20-Feb-11 21:16
Bernhard Hiller20-Feb-11 21:16 
GeneralRe: Retrieve N Record. Pin
Nanda_MR20-Feb-11 22:36
Nanda_MR20-Feb-11 22:36 
GeneralRe: Retrieve N Record. Pin
Luc Pattyn21-Feb-11 2:09
sitebuilderLuc Pattyn21-Feb-11 2:09 
GeneralRe: Retrieve N Record. Pin
Mycroft Holmes21-Feb-11 11:36
professionalMycroft Holmes21-Feb-11 11:36 
GeneralRe: Retrieve N Record. Pin
Luc Pattyn21-Feb-11 11:40
sitebuilderLuc Pattyn21-Feb-11 11:40 

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.