How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / test
select datename(month,getdate())
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
Explain the dbcc pintable command when would you use it?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
How to apply cascading referential integrity in place of triggers?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is the stored procedure?
What is difference between temp table and cte?
What is a group function explain with an example?
How to find out what is the default collation in a database?
What is thr feature of change data capture?
What types of replication are supported in sql server?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
What are the types of resultset?
How do I open port 1433?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What do you understand by mirroring?