Viewing 15 posts - 1 through 15 (of 41 total)
Dana, Thomas, Revenant, Koen, pchirags -
You are welcome!
Diana
January 8, 2014 at 8:26 am
Tom – Thank you for taking your time to reply. I understand what you are saying about storing rows from memory into CPU cache.
For more detailed information, try these:
December 31, 2013 at 12:06 pm
Tom - What is the "hardware cache line length"? Do you know of a reference I can read about that?
Thanks
Diana
December 29, 2013 at 11:36 pm
IgorMi and Steve - You are welcome!
Diana
December 29, 2013 at 5:49 pm
Ron - I am happy that you learned something.
Diana
December 28, 2013 at 8:50 pm
I teach online at Kaplan University. There are serious disciplinary actions taken if students plagiarize.
Here is some code I wrote to illustrate GROUP BY. First, the table is...
December 7, 2013 at 4:12 pm
When the question says "I then execute (second SELECT statement) that implies to me that you execute ONLY that SELECt statement, which would give an error, as the variable is...
December 24, 2012 at 6:06 pm
In past versions of SQL Server, the SQL Server Agent service account needed Windows Administrator rights on the local computer in order to successfully restart the service when it stops...
January 22, 2012 at 9:03 am
Indexes on computed columns will not be used - is also true.
From Books Online article "SET (Transact-SQL)"
"When you are creating and manipulating indexes on computed columns or indexed views, the...
January 11, 2011 at 9:12 pm
I apologize for not being able to give this forum the attention you all deserve.
My Mother is in the hospital and gets out today. I must bring her to...
March 25, 2009 at 8:05 am
The wording in Books Online is quite misleading.
First of all, here is the URL for CREATE LOGIN (Transact-SQL) that has the information you quoted: http://technet.microsoft.com/en-us/library/ms189751.aspx
Here is the...
November 24, 2008 at 5:54 pm
You can create a login with both CHECK_POLICY off and CHECK_EXPIRATION off.
My impression is that if you then (ALTER LOGIN) set CHECK_POLICY ON, that will not automatically set CHECK_EXPIRATION on.
):-D
November 24, 2008 at 3:42 pm
Books Online never said which policies were associated with which login option. That's why I performed the experiment.
):-D
November 24, 2008 at 3:17 pm
Is your URL source different from and later than that posted by Chad Crawford? His dates from February 2005.
):-D
November 24, 2008 at 2:18 pm
Thank you for the reference. I had not been able to find any articles that were so definitive about which password policies went with which login option.
):-D
November 24, 2008 at 1:41 pm
Viewing 15 posts - 1 through 15 (of 41 total)