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

How do we get month name in SQL Server 2000, Oracle, MS Access?

Answer Posted / kongu karunakaran

select datename(month,parametername or columnname) from
tablename

Is This Answer Correct ?    33 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is an index? : Sql server database administration

1022


What are the different SQL Server Versions you have worked on?

1055


I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible

2284


What is the command used to recompile the stored procedure at run time?

1115


Mention a few common trace flags used with sql server?

977


How to disconnect from a sql server using mssql_close()?

1160


what is a join? : Sql server database administration

1318


How to delete multiple rows with one delete statement in ms sql server?

1067


If a table does not have a unique index, can a cursor be opened on it?

957


Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...

2065


Difference between connected and disconnected database in .net with sql server?

1143


When I delete any data from a table, does the sql server reduce the size of that table?

1060


Delete duplicate rows without using rowid.

1582


What is the simplest way to create a new database in ms sql server?

1046


What are the differences between DDL, DML and DCL in SQL?

1277