sql server has its default date format in da form "yy-mm-dd" its possible to convert da current date format of sql server to desired format. Now my question is dat how to get da previous and comin days date in my desired format??
2 5704system date format is "yy-mm-dd" "select getdate()" ----> 2009-01-24 20:03:28.513 if i write "select dateadd(dd,2,getdate()) ".it returns "2009-01-26 19:59:38.340"...my question is dat could it be possible to retrive da date in da format "26 jan 2009 ...."??
8 14387when u import an excel file into sql if suppose one column has got a date field with system time attached to it what data type u will use in sql to import it in a table? Note: a condition is the excel file has no primary key defined to a column...also u r importing bulk data into sql
1 4378how to update a null value field in sql server eg a table contains 3 fields id,name,salary and 3 records salary of 1 record is null i want update the nullfield 111 arun 300 112 ddd 200 113 ttt null i want to update table with add 100 to every record include null after updation the recrds should be 111 arun 400 112 ddd 300 113 ttt 100
6 17857I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
DELL,
13 19495
What are the differences between clustered and non-clustered index?
What are the database objects? : SQL Server Architecture
Explain what is lock escalation?
What is difference between inner join and full join?
What do you understand by the analysis services in sql server?
How you can change the database name in SQL SERVER?
can you instantiate a com object by using t-sql? : Sql server database administration
Explain how to maintain a fill factor in existing indexes?
What are the requirements on sql server network connections?
What are the 10 characteristics of data quality?
do you know how to configure db2 side of the application? : Sql server database administration
Can we insert data into view sql server?
How to use linked server?
Tell me when is the update_statistics command used?
Explain filtered indexes benefits?