Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify
3 Core Java 9129A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Services. But gives error when run through an SQL-Job. What are the possible reasons?
2 SQL Server 4777Difference b/w Clustered & non-clustered index? Not the bookish definition, but how they internally works in SQL Server?
1 SQL Server 5151
Question { 26184 }
Difference between Dirty, commited ,phantom,repeatable
reads?
Answer
Is This Answer Correct ? | 4 Yes | 1 No |
What is difference between TRUNCATE and DELETE statement
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
What is the diff between Static Queries and Dynamic queries
give me some examples
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 10363 }
how to get 25th row in any table in sqlserver can u tell me
syntax
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
What are the new features in SQL Server 2005?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5111 }
i need some interview questions on sql server developer plz
any onee send some links.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
i have table students with fields classname,studname
select * from students
classname studname
1 xxxxx
1 yyyy
1 zzzz
2 qqqq
2 tttt
3 dsds
3 www
i want the output should be
No of students in class 1 : 3
No of students in class 2 : 2
No of students in class 3 : 2
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 8426 }
what is the difference between group and having
give an example with query and sample output
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { Geo Research Centre, 7386 }
what is the difference between Delete and Truncate
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Differences between functions and stored procedures?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 247Customer, 13743 }
Can we have more than one NULL in a column having unique
constraint?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Package1 and Package2 both have a method name lets say
"methodA" with different implementation. When I import both
the packages in a java class how can I use both the methods?
Answer
Is This Answer Correct ? | 27 Yes | 3 No |
Question { 7326 }
1.can we set the more than 1 primary keys for a table?
2.please give me the difference between Cluster Index and
non-Clustered Index
3.can we use query like this "Select * from Table1,Table2;"
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
SELECT country,city
FROM customers
GROUP BY country
ORDER BY city DESC
Answer
Is This Answer Correct ? | 12 Yes | 9 No |
Question { United Healthcare, 10709 }
How many types of indexes are there in SQL Server?
Answer
Is This Answer Correct ? | 6 Yes | 0 No |