Viewing 15 posts - 20,206 through 20,220 (of 26,490 total)
Found this in BOL:
A known issue in Windows Server 2003 might prevent the bad password count from resetting after the Account Lockout threshold has been reached. This could cause an...
June 29, 2009 at 9:32 am
You don't need to be in the master database to execute the ALTER LOGIN statement, I just tested that on one of my SQL test logins.
June 29, 2009 at 9:31 am
jrmtl (6/29/2009)
how can i check those user credentials... what is BOL ?
GO
ALTER LOGIN [xxx] WITH PASSWORD = 'xxxx' MUST_CHANGE
GO
Doesn't work...
June 29, 2009 at 9:27 am
Jeff Moden (6/29/2009)
Lynn Pettis (6/29/2009)
And that will work until the SQL Server 2000 system table "views", like sys.syscolumns, go away in a future version od SQL Server. They have...
June 29, 2009 at 9:15 am
Try taking the double quotes off of Month, ie datediff(MONTH,Fields!PrevExpDate.Value, Now)
June 29, 2009 at 9:01 am
Hey, Gail. With Gus it is now up to 5 individuals you now know that know "The Key, the Whole Key, and NOTHING but The Key!"
June 29, 2009 at 7:27 am
Jeff Moden (6/29/2009)
Paul White (6/29/2009)
Peso (6/29/2009)
This is because I have an edited very slim version of MASTER database.
This is not something common, but...
June 29, 2009 at 7:18 am
It should only access the partition where the data resides. Yo should be able to verify this by having SSMS show you the actual execution plan when running the...
June 28, 2009 at 9:23 pm
I believe that you have to have Visual Studion 2005 Professional or better to debug stored procedures in SQL Server 2005. And yes, I have heard that they have...
June 28, 2009 at 9:04 pm
Jeff Moden (6/28/2009)
Paul White (6/28/2009)
Guys,Does it really matter that much what was meant by the word 'correct'?
Taking the poor guy to task over semantics seems unfair.
Paul
Nah... not the word "correct"......
June 28, 2009 at 9:02 pm
Michael Valentine Jones (6/28/2009)
June 28, 2009 at 8:47 pm
Grant Fritchey (6/28/2009)
RBarryYoung (6/28/2009)
Jack Corbett (6/28/2009)
GilaMonster (6/28/2009)
Lynn Pettis (6/27/2009)
June 28, 2009 at 8:36 pm
RBarryYoung (6/28/2009)
Jack Corbett (6/28/2009)
GilaMonster (6/28/2009)
Lynn Pettis (6/27/2009)
June 28, 2009 at 1:01 pm
GilaMonster (6/27/2009)
Lynn Pettis (6/27/2009)
3NF -- The Key, The Whole Key, and nothing but The Key.
Didn't realise anyone else knew that mnemonic. I learnt it at university as an easy way...
June 27, 2009 at 4:25 pm
GilaMonster (6/27/2009)
Lynn Pettis (6/27/2009)
GilaMonster (6/27/2009)
Could well be. Should I reply with some relational theory?
Sounds like a plan to me. I couldn't, it's been so long I just barely remember...
June 27, 2009 at 3:14 pm
Viewing 15 posts - 20,206 through 20,220 (of 26,490 total)