What is the difference between Userdefined function and stored procedure? Explain and give the example also
5 10821What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
1 2416Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
2 10761
How raid can influence database performance?
How can we solve concurrency problems?
Why we use the openxml clause?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
How to convert numeric expression data types using the cast() function?
How to connect php with different port numbers?
How to provide default values to function parameters?
How to enter binary string literals in ms sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What are wait types?
What is the primary use of the model database?
What is an indexed view?
Can one drop a column from a table?