How get current date in SQL server 2000
Answer Posted / rajkumar
select getdate()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write the SQL query to drop, truncate and delete table.
How to list all columns in a table using odbc_columns()?
How do you clear a log file?
Is it ok to shrink transaction log?
What are the differences between decimal and float in ms sql server?
What is ms sql server index?
query processing
what are the important architecture components of SSRS?
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 is 1nf 2nf?
What are the properties of primary key?
What is difference between table aliases and column aliases? Do they affect performance?
What are the different types of upgrades that can be performed in sql server?
What is user-defined multi-statement table-valued function?
How do I trace a query in sql server?