What do you understand by user-defined function in the sql server?
What is user defined datatypes and when you should go for them?
i use few third party softwares. they r all having their own databases . but the data is repeated in all these databases - say a person is in all the three databases, but his name is stoared in diff format in all databases i want to create a centralised database ,and i dont want to re-enter the records . using the exisating records how can i build a centralised database?
How to test values returned by a subquery with the in operator?
What program is used to store the data source file?
Do you know what is a with(nolock)?
What are four major operators that can be used to combine conditions on a where clause?
Where do we use trace frag?
What are the tool windows in sql server management studio? : sql server management studio
What are the differences between stored procedure and functions in SQL Server 2000?
25 Answers College School Exams Tests, HCL, Infosys, TCS,
What do you understand by a stored procedure?
Is sql different from sql server?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration