Viewing 15 posts - 226 through 240 (of 516 total)
Same here...also got the question wrong. Thought it would set-up but not start.
Always good to learn something new 🙂
December 11, 2012 at 9:49 am
John Mitchell-245523 (12/11/2012)
December 11, 2012 at 3:05 am
Thanks Gail!
The other thing that you might be able to do is put down an extended events session, probably with a ring buffer that you poll or with a bucketiser...
December 11, 2012 at 3:00 am
John Mitchell-245523 (12/11/2012)
December 11, 2012 at 2:54 am
Correct!
Is there some way Logon Trigger be used to ascertain this information. I know Logon trigger operate on sever level, still checking if that can be tweaked in some...
December 11, 2012 at 2:38 am
Thank you for another good question Ron!
NULL value will also be returned in the below two conditions:
-- When starting position is negative
SELECT STUFF(@str, -1,5,@stx)
-- When starting position is greater than...
December 10, 2012 at 12:11 am
What would happen, if the current user is mapped to any one of the two schema's by default? Last statement would always throw an error!!
As this option was not one...
December 7, 2012 at 12:02 am
Stewart "Arturius" Campbell (12/5/2012)
Interesting question, thanks.just bear in mind that GROUPING_ID only came into effect with SQL2008. Those still using 2005 will not have knowledge hereof...
Well said! This seems to...
December 5, 2012 at 11:58 pm
Nice question Raghu! Thanks for posting 🙂
December 4, 2012 at 9:31 pm
Good Question Ron. Thanks for posting. Its always good to revise our basics 🙂
December 4, 2012 at 9:29 pm
Create a new Database diagram from the database under verification using SSMS. Try to compare the visual diagrams thereafter.
December 3, 2012 at 1:55 am
An interesting question. Put in a lot of thinking before attempting it and got it wrong in the end 🙂
December 3, 2012 at 1:27 am
karthik M (11/29/2012)
is there any other way to do this?
Phil method looks ok.
Beside this, is it a good practice to design...
November 30, 2012 at 1:31 am
Viewing 15 posts - 226 through 240 (of 516 total)