Viewing 15 posts - 1,981 through 1,995 (of 3,347 total)
kapil190588 (10/11/2012)
just ware of the fact that MERGE statement should end up with ;never used Instead OF trigger, its good if anyone you can explain it with an example
Explanation and...
October 11, 2012 at 3:27 am
kapil190588 (10/11/2012)
Dont aware of this Output clause...worng answer 🙁
can anyone explain this well with a example?
Explanation and examples can be found here: http://msdn.microsoft.com/en-us/library/ms177564.aspx
If you still have questions after that, feel...
October 11, 2012 at 3:25 am
demonfox (10/10/2012)
Lokesh Vij (10/10/2012)
bitbucket-25253 (10/10/2012)
Nice simple question on the basics. Every one should get this right (I hope)
I was hoping this too....Not every one got it correct!
Correct answers: 75%...
October 11, 2012 at 3:19 am
L' Eomot Inversé (10/10/2012)
Hugo Kornelis (10/10/2012)
October 10, 2012 at 7:22 am
kapil190588 (10/10/2012)
hi Hugo,thanks a lot....
I am new in area of DBA so can you plz suggest how can i improve my skills in sql area..
any site or books?
The most important...
October 10, 2012 at 5:04 am
kapil190588 (10/10/2012)
Ya i got the answer now..
So if a column is dropped from a base table which is using in view then it will throw an error..
but if after...
October 10, 2012 at 4:42 am
A.jafari (10/9/2012)
Please illustrate diffrent between "Begin Catch" And "Try Except"
You can read about TRY ... CATCH here: http://msdn.microsoft.com/en-us/library/ms175976.aspx
In T-SQL, "Try Except" is invalid syntax....
October 10, 2012 at 3:53 am
kapil190588 (10/10/2012)
I write as-
alter view chk_sales
as
select * from SalesDates,
add chk_unique constraint unique (id>2)
this is giving me...
October 10, 2012 at 3:46 am
kapil190588 (10/10/2012)
can anyone explain why it returns all the rows as I am not cleared with the explanation ?
ANY is not a very well known keyword, probably because it...
October 10, 2012 at 3:43 am
kapil190588 (10/10/2012)
according to another QOD i.e view 5
there was condition that if a add a new column to the table (previously there were 5 columns) and didnt refresh the...
October 10, 2012 at 3:37 am
kapil190588 (10/9/2012)
What will the original SELECT * FROM VOrder_Details (Step 2 above) statement return when executed?
As, I think that when we...
October 9, 2012 at 1:49 am
tilew-948340 (10/8/2012)Just to let you know that also some people reading the QotD might never use anything else then the SSMS because... well... not every one is a professionnal in...
October 8, 2012 at 8:04 am
L' Eomot Inversé (10/8/2012)
(i) these are the server defaults for those settings
But server defaults can be changed. Not that there is much in doing so (read on!), but it can...
October 8, 2012 at 5:39 am
I really liked the question. Unlike Tom, I even liked the inclusion of all the settings, and I don't think it's a red herring. This question is about knowing all...
October 8, 2012 at 12:52 am
kapil190588 (10/6/2012)
hi,Can anyone tell me How to check whether the database is in single user mode or multi user mode?
SELECT user_access, user_access_desc
FROM sys.databases
WHERE name = 'YourDatabase';
October 6, 2012 at 10:46 am
Viewing 15 posts - 1,981 through 1,995 (of 3,347 total)