|
|
|
|
-
Adam Tokarski liked 12 Months ago through Interview Questions | 1 Point
I have a stored procedure like below and have created a temporary table inside it and have not written any drop statement for this Temporary Table.
Now when i execute this procedure for first time it will create the temporary table. Now when i run this ...
|
|
|
-
Adam Tokarski Commented 1 Years ago through Interview Questions | 1 Point
@Sam: do not worry, I was just curious, I'm not going to take anyone too serious. I think I got your point, but - I'm afraid - that documentary is for kind of addle-brained as me. Not too technical - easy to get, easy to work - see?
And respect for y...
|
-
Adam Tokarski Commented 1 Years ago through Interview Questions | 1 Point
@Olga: And don't forget about OUTPUT parameters, as saying in context of returned values. But, anyway, it will not help to use in SELECT statement.
@Sam: can you say more about *inventing vehicles by MS*? Whats wrong about their funcs and procs?...
|
-
Adam Tokarski liked 1 Years ago through Interview Questions | 1 Point
Suppose we have a table whose structure is given below
Create table addcounter(
counterid int identity(1,1)
)
Now how can we insert values in the table?...
|
-
Adam Tokarski liked 1 Years ago through Interview Questions | 1 Point
Recently in one of the interview, I faced this tricky question, "What is the advantage for compiling to intermediate code instead of native code directly?"...
|
|
|
|
|
|
|