Viewing 15 posts - 616 through 630 (of 812 total)
I would replace the question "How many rows returned by executing all of the following?" in "How many rows returned by the last SELECT?" and add another answer: "None, because...
July 20, 2011 at 2:49 am
But if that is not the case then the answer should be "There is NO query returning rows."
I agree with you!
July 20, 2011 at 1:33 am
June 24, 2011 at 9:52 am
June 24, 2011 at 9:46 am
If the condition of the WHERE clause validates to true then the result set is returned. If it does not, the result set is empty.
This is true only if...
June 23, 2011 at 1:27 am
Do you mean that for SA you get e.g. 2011-05-26 14:15:37 and for CARLO you get 1900-01-01 02:00:00?
Yes, exactly!
May 26, 2011 at 10:06 am
michael.kaufmann (5/26/2011)
Carlo Romagnano (5/26/2011)
1900-01-01 02:00:00.000
Step 1: bad password attempt
Step 2: correct login
I run the query: SELECT...
May 26, 2011 at 6:24 am
-- to see all bad attempts
SELECT l.name, loginproperty(l.name, 'BadPasswordTime')
FROM sys.syslogins l
May 26, 2011 at 2:01 am
In sql2005, I tried with other logins than sa and I get always the following:
1900-01-01 02:00:00.000
Step 1: bad password attempt
Step 2: correct login
I run the query: SELECT loginproperty('carlo', 'badpasswordtime')
The result:...
May 26, 2011 at 1:50 am
Koen Verbeeck (5/16/2011)
And the explanation doesn't mention why inserting NULL in another string doesn't result in NULL, but in an empty space instead.
I am curious: bol does not mention the...
May 17, 2011 at 1:14 am
SQLRNNR (5/4/2011)
I like it too. I also like that the R2 doc seems better written on this topic than the SQL 2008 doc
I agree with you! 😀
May 5, 2011 at 12:52 am
In addition, the administrator should disable in AD and kill all disabled-user's connections.
April 22, 2011 at 1:20 am
It's a good habit always to specify precision and scale because of changing default in future releases.
April 18, 2011 at 1:13 am
Viewing 15 posts - 616 through 630 (of 812 total)