Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

hi, may i know what is the command to get abstract the
current month, current year and current day from a given
date.i want these three in a isolated way..seperatedly is
that any way in sql server 2000

Answer Posted / madhu

We can get date, month and year seperately from the
current date like

select DATEPART(d, getdate()) to get current date
select DATEPART(mm, getdate()) to get current month
select DATEPART(yy, getdate()) to get current year

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are window functions in sql server?

1065


What is sqlservr.exe - process - sql server (sqlex?press)?

1152


Why Master database is required?

1185


Write a query to find 5th highest amount paid from the customer table.

985


How to implement service broker?

1069


Explain different types of Normalization.

1897


How many full-text indexes can a table have?

1022


What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?

1042


What is the recursive stored procedure in sql server?

1075


on line cluster can we make if yes tell me the procedure

2067


If a stored procedure is taking a table data type, how it looks?

6516


How to create a dml trigger using create trigger statements?

1081


What are triggers in ms sql server?

1224


What is sql server english query?

1196


How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?

1257