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 5713system 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 14425when 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 4386how 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 17888I 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 19517
How network traffic be reduced by using the stored procedure?
How to create a local temporary stored procedure?
Write the syntax for stuff function in an sql server?
Explain what are the database objects? : SQL Server Architecture
What is the log shipping?
What is difference between index seek vs. Index scan?
How do you rebuild an identity column?
What is analysis service repository?
Explain the relational database management system (rdbms)?
What xml support does the sql server extend?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What are the lambda triggers?
What is the purpose of the tempdb database?
Your table has a large character field there are queries that use this field in their search clause what should you do?
Difference between report and query parameter. Why do we need different type of parameter?