Answer Posted / jasmeet kaur
insert into table_name("column_name1","column_name2")
value("value1","value2")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does index speed up select statements?
What is bcp? When does it used?
What are scalar functions?
Difference between aggregate functions of sql?
How much memory that we are using in Logshipping Concept?
What is the difference between a primary key and a unique key? Are they the same?
how can you check the level of fragmentation on a table? : Sql server administration
What happens if null values are involved in datetime operations?
How do I trace a query in sql server?
Explain what is sql server english query?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
What is data modeling and Reterminal integrity?
What are the different Topologies in which Replication can be configured?
Tell me what is de-normalization and what are some of the examples of it?
How to execute stored procedure in select statement sql server?