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
Explain the properties of sub-query in sql server?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
What are policy management terms?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
How you can change the database name in SQL SERVER?
What is a view in sql?
Different types of keys in SQL?
What is the command used to recompile the stored procedure at run time?
What is default constraint in ms sql server?
What are the basic features of a trigger in ms sql server?
How to create hyperlink from returned sql query ?
What happens to a statement batch if there is a compilation error?
What is a fan-out query in SQL Azure?
how you can get the list of largest tables in a database? : Sql server administration
What do you understand by the data quality services in sql server?