Viewing 15 posts - 1,981 through 1,995 (of 3,348 total)
kapil190588 (10/11/2012)
Can any give an example of this?
Yesterday, when you asked for resources to learrn about SQL Server, one of the suggestions I gave (the first, to be precise) is...
October 11, 2012 at 3:45 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
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)
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
Viewing 15 posts - 1,981 through 1,995 (of 3,348 total)