Click here to Skip to main content
15,906,106 members
Home / Discussions / Database
   

Database

 
GeneralHandling Uncommited transanction when system terminated abnormally ! ( Please reply, it`s urgent) [modified] Pin
Member 470820224-Mar-08 2:53
Member 470820224-Mar-08 2:53 
GeneralRe: Handling Uncommited transanction when system terminated abnormally ! ( Please reply, it`s urgent) Pin
Mark J. Miller24-Mar-08 6:58
Mark J. Miller24-Mar-08 6:58 
GeneralRe: Handling Uncommited transanction when system terminated abnormally ! ( Please reply, it`s urgent) Pin
Member 470820224-Mar-08 18:08
Member 470820224-Mar-08 18:08 
GeneralRe: Handling Uncommited transanction when system terminated abnormally ! ( Please reply, it`s urgent) Pin
Pete O'Hanlon24-Mar-08 11:18
mvePete O'Hanlon24-Mar-08 11:18 
GeneralRe: Handling Uncommited transanction when system terminated abnormally ! ( Please reply, it`s urgent) Pin
Member 470820224-Mar-08 18:01
Member 470820224-Mar-08 18:01 
GeneralRe: Handling Uncommited transanction when system terminated abnormally ! ( Please reply, it`s urgent) Pin
Pete O'Hanlon24-Mar-08 23:09
mvePete O'Hanlon24-Mar-08 23:09 
QuestionHow can I ????????????? Pin
Mogaambo24-Mar-08 2:51
Mogaambo24-Mar-08 2:51 
AnswerRe: How can I ????????????? Pin
sarvesh.upadhyay24-Mar-08 3:15
professionalsarvesh.upadhyay24-Mar-08 3:15 
Suppose
create table TestBirth
(
UserId int identity(1,1)
,UserName varchar(50)
,birthday datetime
)
is the table which contains the records
UserId UserName birthday
1 Manoj Singh 2008-02-02 00:00:00.000
2 Manoj singh2 1894-07-03 00:00:00.000
4 Anshu singh 1894-07-04 00:00:00.000
5 Garima singh 1894-07-13 00:00:00.000
6 Rajan singh 1894-07-14 00:00:00.000
7 Garima chaudhary 1894-07-03 00:00:00.000
8 Pankaj chaudhary 2008-03-03 00:00:00.000
Below query will help you
Select UserName from testbirth where Month(birthday) = month(getdate())

Sarvesh Upadhyay
Senior Software Engineer
Birlasoft India Ltd.
Microsoft Certified Professional Developer in Dotnet 2.0 Enterprise Application

AnswerRe: How can I ????????????? Pin
hassanasp24-Mar-08 9:39
hassanasp24-Mar-08 9:39 
Generalquestion about retrieving Pin
johland24-Mar-08 2:21
johland24-Mar-08 2:21 
GeneralInsertion in table Pin
Syed Mujtaba Hassan23-Mar-08 22:37
Syed Mujtaba Hassan23-Mar-08 22:37 
GeneralRe: Insertion in table Pin
N a v a n e e t h23-Mar-08 23:20
N a v a n e e t h23-Mar-08 23:20 
GeneralRe: Insertion in table Pin
Syed Mujtaba Hassan23-Mar-08 23:24
Syed Mujtaba Hassan23-Mar-08 23:24 
GeneralRe: Insertion in table [modified] Pin
SimulationofSai23-Mar-08 23:32
SimulationofSai23-Mar-08 23:32 
GeneralRe: Insertion in table Pin
Syed Mujtaba Hassan24-Mar-08 0:47
Syed Mujtaba Hassan24-Mar-08 0:47 
GeneralRe: Insertion in table Pin
Andy_L_J24-Mar-08 20:07
Andy_L_J24-Mar-08 20:07 
GeneralRe: Insertion in table Pin
Syed Mujtaba Hassan24-Mar-08 20:16
Syed Mujtaba Hassan24-Mar-08 20:16 
GeneralRe: Insertion in table Pin
Andy_L_J24-Mar-08 22:40
Andy_L_J24-Mar-08 22:40 
GeneralRe: Insertion in table Pin
Syed Mujtaba Hassan24-Mar-08 23:32
Syed Mujtaba Hassan24-Mar-08 23:32 
GeneralRe: Insertion in table Pin
Pete O'Hanlon25-Mar-08 11:35
mvePete O'Hanlon25-Mar-08 11:35 
GeneralRe: Insertion in table Pin
Syed Mujtaba Hassan25-Mar-08 18:31
Syed Mujtaba Hassan25-Mar-08 18:31 
GeneralRe: Insertion in table Pin
Pete O'Hanlon25-Mar-08 22:37
mvePete O'Hanlon25-Mar-08 22:37 
GeneralSQL CE 3.5 Install Pin
Jammer21-Mar-08 7:14
Jammer21-Mar-08 7:14 
QuestionBulk Copy one table data to other Pin
www.Developerof.NET21-Mar-08 2:08
www.Developerof.NET21-Mar-08 2:08 
QuestionHow to pass parameters into sql jobs using a stored procedure? Pin
ashish bhakhar21-Mar-08 0:07
ashish bhakhar21-Mar-08 0:07 

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.