detection "users where the password equals the username"
Only returns output when it finds an user where the password equals the username.--start detection "users where the password equals the username"declare @username nvarchar(max)DECLARE userCursor CURSOR...
View ArticleReset counts not working
I'm doing this but for me, messagges stay there as I did nothing at all.Using SCCM 2012 SP1Any clue?
View ArticleMinimum width for Text attribute when using BRs or Staging
If you intend to use business rules or staging to set the attribute value to NULL, then the attribute text length must be at least 6 chars.
View ArticleI found them here:
I found them here:C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFilesbut it could be different depending on your version of SQL Server.Hope this helps!
View ArticleCan't locate SMTP in IIS Manager running Windows 2008 R2
Followed instructions but can't locate SMTP in IIS Manager. Running Windows 2008 R2.
View Article48 hours
Just a note that, in my case, it took 48 hours before get-publicfolderdata -server MyOld2007Server returned NULL (indicating the PF was replicated).
View ArticleCan't launch AD DS Configuration Wizard either
Justin - can you post the steps that one must follow prior to the first UI in this article? Instructions I found indicate you should open Server Manager and use the "Add Roles and Features Wizard"....
View Articleusing ROLLBACK with IMMEDIATE
it says that <service_broker_option> can not use the WITH <termination> clause. well, USE masterALTER DATABASE AdventureWorks SET ENABLE_BROKER WITH ROLLBACK IMMEDIATE;is going to run just...
View ArticleData versus Credentials?
This article provides a good description of encrypting data exchanged between a client and a sql server using an SSL certificate because it makes it clear that after installing the certificate data...
View ArticleFantastic Feature!
For over ten years, I have maintained a set of tables and stored procedures to dish out the next order numbers and next document numbers. Great new feature for SQL Server 2012. Starting with new a...
View ArticleIIS prevent bouble scripitng or cause it??
# Localized 11/20/2010 01:02 PM (GMT) 303:4.80.0411 WebServer_Model.psd1 # Localized 11/10/2008 10:09 AM (GMT) 303:4.80.0411 WebServer_Model.psd1 # Localized 11/04/2008 10:15 AM (GMT) 303:4.80.0411...
View ArticleNo Device Management and Installation info avail
My Dolby is asking for driver installation - Actually re-installation 'cause it worked fine until a set of Win8 Updates. - Help sends me to tech note that only says that the DM is for managing devices;...
View ArticleIncorrect sign?
$0Budget account entries for Sales department – West region $0 $0 $0$0 in example 3, the transfer account entry in January 1 displays a reduction when it is an addition.$0 $0$0 $0
View ArticleUse system view instead of DBCC SHOWCONTIG
Though DBCC SHOWCONTIG is advised for viewing the fragmentation for the data and indexes of a table or view, I would recommend to use the system view sys.dm_db_index_physical_stats.
View Article