How get current date in SQL server 2000
Answer Posted / rajkumar v
select convert( varchar(20), getdate(), 103)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know how to send email from database?
What is BCP? When does it used in sql server 2012?
what are the different types of replication you can set up in sql server? : Sql server database administration
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
Tell about MOM Tool(Microsoft Operator Manager)?
How exceptions can be handled in sql server programming?
What is cte (common table expression)?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
Which autogrowth database setting is good?
What are the different types of sql server replication? : sql server replication
How many levels of sp nesting is possible?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
How can we use ConnectorJ JDBC Driver with MS SQL?
What is catalog views?
What gets stored inside msdb database?