Quantcast
Channel: SQL Server Database Engine forum
Viewing all 12963 articles
Browse latest View live

Log filling with "Starting up database xxxxxxx"

$
0
0

I am running 2008 R2 on Windows Server 8 64 bit configured with 4096gig.  sqlservr.exe is currently using 2.85 gig according to Task Manager.

I recently restored 7 small vendor databases (2005) to our instance and all seemed well.  But for some reason the log is now filling up with "Starting up database xxxxxxx" where "xxxxxxx" round-robins between the 7 databases.  I am also getting "There is insufficient system memory in resource pool 'internal' to run this query."  It is like there is not enough memory to complete tasks so the system just keep trying in a loop.  This is not a heavily used server.

Any ideas?

Should I re-boot???


Database Backup FIle

$
0
0

Hi All,

Does the database backup file contains users and passwords. I have a database for a application in development server. I have the same backup file restored in production server. But when am accessing the application its not able to login saying invalid username and password. Appreciate your help.

Thanks,

Venkat.

Test Database Configuration

$
0
0

Firstly, I understand this is probably not the most appropriate forum for this question.  I have tried a couple other places with no luck, and you guys are quick, so maybe I'll get an answer here.  If you are a mod, and know where this *should* be, feel free to move it.

Where I work, we currently have something that resembles a test/development "environment" (we have a dev server where our working directories are, and it theoretically has a test database for our main application).  As part of some upgrades we are doing, I am wanting to change this so we do local development (keep our working directories on our PC's instead of on the network, which is terribly slow and requires that we run our VisualStudio through Citrix).

Anyway, my question is, in a distributed environment (12 sites, each with their own database server), what is the best way to set up a test/dev environment?  Our WAN can't really handle the traffic, so if we put a test database on each production server (which is my initial suggestion to my perceived problem), I need to be able to convince my boss that we will be able to easily modify the databases to keep the schemas synced.  Additionally, by moving our working folders locally, I need to convince him that there will not be any untoward consequences (I happen to know that it can be done, since this is the first job I've had that was set up in this manner).

So, any personal advice you guys have, or links you can give me would be greatly appreciated.  If you need more information, let me know.

SQL Server 2012 Standard and Hyper-V Dynamic Memory

sql server Cluster Quorum disk fails

$
0
0
if sql server cluster Quorum disk is fails what will happen, how we can resolve Quorum disk fails. 


SET FMTONLY ON AND EXEC() AT LINKEDSERVER

$
0
0

Hello my friends.

I trying use EXEC('') AT LinkedServer statement.

The command executes sucessfully on my remote server, and return my data normarly...

The problem was when add the "SET FMTONLY ON" command.  When i do this, the exec seems don't works. If i put a linked server that not exists, the EXEC() AT run sucessfully. If a put a query inside EXEC with incorrect syntax, the command also runs sucessfully.

I need this because i have a solution that works (SQL 2005 + Win Server 2003).I need that command works under FMTONLY ON.

Someone knows what may happens?

Thanks!!!


[]'s | Rodrigo Ribeiro Gomes | MCTS/MCITP Dev/DBA

RAID Storage

$
0
0

Hi,

I have been reading about recommended SQL Server storage and RAID 5 or RAID 10 controllers have been recommended.

On my existing Database server I can see 4 Storage controllers under Device Manager.

They are listed as...

LSI Adaper (*2)
VMWare PVSCSI Controller (*2)

Are these an alternative to RAID? Or should I be using RAID for SQL Server?

Thanks!

Change the owner of job on different server

$
0
0

Hello,

We have nearly 50-60 servers and i would like to change the owner of the job to lets say 'thejobowner' (Job owner should be not sa or systrans)

And in future if anyone make any changes and create his own owner then it should be change to 'thejobowner' automatically.

Any input would be greatly appreciate.


RBS on SQL 2012

$
0
0

Hi,

we are looking for a way to store users file on remote storage and have it all indexed in SQL using filestream.

The first option that we've tried is to use filestream with file table, however, the problem is that file table can only export UNC and not use existing UNC that is shared from other servers.

So I've come to read about RBS.

The question is if RBS can solve this issue, so I can store the users file on remote UNC and have it indexed in SQL, or is this feature is limited only to Sharepoint?

Thank you in advance

Choosing an account to run a job under - only needs access to the resources it involves?

$
0
0

SQL 2005

I want to setup a new SQL login to assign to a job under, instead of using the SQL agent account.  The job will execute a file-based SSIS package and the package will make connections to 2 different databases, each on different servers.  There are a handful of tables involved.

So, the access needed will be:

- Access to the SSIS package files in a specific folder

- Insert and delete permissions on tables on destination database

- Select permissions on the source database

Can I execute a package using something other than the SQL Agent account?  There doesnt seem to be an option for this, only the Agent account is available.  

DBCC Checkdb with MAX_DOP > 1 using Resource Governer?

$
0
0

Hi experts,

   Someone taught me a technique to run checkdb with MAX_DOP > 1 using resource governer. I  tried it but failed. what's wrong?

---

CREATE RESOURCE POOL [zCHECKDB] WITH(min_cpu_percent=0,

                    max_cpu_percent=100,

                    min_memory_percent=0,

                    max_memory_percent=100,

                    AFFINITY SCHEDULER = AUTO

)

GO

 

 

CREATE WORKLOAD GROUP [ZCHECKDB] WITH(group_max_requests=0,

                    importance=Medium,

                    request_max_cpu_time_sec=0,

                    request_max_memory_grant_percent=25,

                    request_memory_grant_timeout_sec=0,

                    max_dop=16) USING [zCHECKDB]

GO

 

 

CREATE FUNCTION dbo.classify_zCHECKDB() RETURNS sysname

WITH SCHEMABINDING AS

BEGIN

    DECLARE @grp_name sysname

      IF (APP_NAME() LIKE '%Studio%')

          SET @grp_name = 'zCHECKDB'

    RETURN @grp_name

END;

GO

 

 

ALTER RESOURCE GOVERNOR WITH (CLASSIFIER_FUNCTION= dbo.classify_zCHECKDB);

GO

ALTER RESOURCE GOVERNOR RECONFIGURE;

GO

 

 

dbcc checkdb('TCD')

 

---

max server memory - not working??

$
0
0

Hi,

I have a production server that has been having weird slowdowns. I suspect memory.

I have set the 'max server memory' setting to use 6 gig (of 10).

But when I check the memory usage in task manager I get -

Physical memory
total   10239
cached 629
available 879
free 285

using a total of 8.95 gig ! When I check it is the SQL server service using 7,045,508k

What the heck? I thought max server memory @ 6 gig meant SQL would only use 6 gig?


qeqw

startup parameter is invalid

$
0
0

If you add the the following parameter ' -m"Microsoft SQL Server Management Studio - Query"'to the startup parameters in the SQL Server configuration manager the GUI gives the following error. (SQL Server 2012)

---------------------------
Error
---------------------------
The parameter is invalid.
---------------------------
OK   
---------------------------

This parameter is copied from http://technet.microsoft.com/en-us/library/ms188236.aspx (Start SQL Server in Single-User Mode)

SQL error :(SQL Server 515) (ARERR 552)

$
0
0

Hi All,

Today, I received mail from remedy team stating that they are receiving the below error in every 5 mins in there application server.

Sun Mar 03 21:41:06 2013  390603 : The SQL database operation failed. : The statement has been terminated.Cannot insert the value NULL into column 'C7', table 'ARSYSTEM.dbo.T206'; column does not allow nulls. UPDATE fails. (SQL Server 515) (ARERR 552)

Sun Mar 03 21:46:06 2013  390603 : The SQL database operation failed. : The statement has been terminated.Cannot insert the value NULL into column 'C7', table 'ARSYSTEM.dbo.T206'; column does not allow nulls. UPDATE fails. (SQL Server 515) (ARERR 552)

Sun Mar 03 21:51:15 2013  390603 : The SQL database operation failed. : The statement has been terminated.Cannot insert the value NULL into column 'C7', table 'ARSYSTEM.dbo.T206'; column does not allow nulls. UPDATE fails. (SQL Server 515) (ARERR 552)

Please let us know what is the reason for this error and what are the step i need to take to solve the issue.

Regards,


Maheshwar Reddy

Orphaned users issues

$
0
0

hi ,

recently i am involve database migration active, i taken the 400 DB database backup and restored into new server.

restored after i am checking the "orphaned users" through [sp_change_users_login 'report'] 

here i found  230 "orphaned users" how to fix those "orphaned users" at a time.

generaly one or two "orphaned users" i am following bellow sp

sp_change_users_log 'update_one','login','scheam'

but in this time i have 230 "orphaned users" ,how i can fix those 230 "orphaned users" at a time

Note: in this server 230 logins are existing under security.    


Reseed Identity Column when other column, value change

$
0
0

hello

I have a table with four fileds. The first and second field are primary key. Second field of primary key is a identity.

when the first field changed, I  need the second field Reseed  to 1.

Example

1,1

1,2

1,3

2,1

2,2

n,1

Thank's a lot

Insert data in Sql Table Visual basic 2012

$
0
0

I am having a problem, someone help me out please:

Public Class Form1

    Dim conn As System.Data.SqlClient.SqlConnection
    Dim cmd As System.Data.SqlClient.SqlCommand
    Dim dr As System.Data.SqlClient.SqlDataReader
    Dim sqlStr As String

    Private Sub btnAdd_Click(sender As Object, e As EventArgs) Handles btnAdd.Click
       

conn = New SqlClient.SqlConnection("Data Source=(localdb)\projects;Initial Catalog=Newdb;Integrated Security=True")

        conn.Open()

        sqlStr = "INSERT INTO Table([Menu],[Type Of Menu],[Price],[Quantity]) VALUES('" & txtMenu.Text & "', '" &txtTypeMenu.Text & "', '" & txtPrice.Text & "', '" & txtQuantity.Text & "')"

        cmd = New SqlClient.SqlCommand(sqlStr, conn)
        cmd.ExecuteNonQuery()
        conn.Close()
    End Sub
End Class

Question regarding SQL Server, Disks and Partitioning....

$
0
0

Folks, I have a few basic questions regarding the benefits of partitioning on the same drive.  I've ready articles that say there is a benefit, and I've ready articles that say there isn't a benefit.  Let's say I have a very large Drive E that I setup 4 filegroups on and spread 4 very large tables on each filegroup.  I have another Drive F that I'll setup 4 filegroups on and spread the table indexes across each filegroup.

For data loading, or retrieval will I see a benefit vs putting all tables in one filegroup on Drive E, and all indexes in one filegroup on Drive F.  I've read articles that said I'll see a benefit even if I spread the tables across filegroups on the same drive because SQL Server will detect the partitioning and spawn multiple threads.

Can someone describe their experiences with partitioning on the same drive, or even if you've used multiple drives?  I know using a SAN would add another factor to this equation, but in this exercise assume Drives E, and F are very large physical drives.

So, I guess my questions is, will SQL Server perform data retrieval using parallelism (thus a benefit) if I'm hitting the same drive with multiple filegroups vs. the same drive with one filegroup.

Any pointers would be helpful.

Much thanks all,

Roz

SQL Server 2012 ENT Core licenses

$
0
0

Hi,

With SQL Server 2012, Microsoft does no longer offer Server+CAL licensing for the Enterprise edition.
Instead the use the "per core" model.
The "per core" model is quite straigthforward. However, i still have a queation that stays unanswered.

We are using a server that has 1 cpu with 6 cores. So, following the guidelines we should pay for the 6 cores that are in the server. But what needs to be licensed when you limit the SQL Server instance to use only 4 cores (processor affinity)? Do you still pay for the 6 cores? Going any lower than 4 cores doesn't work. The minimum number of core to be payed  for is 4 (for ENT).

greetings,

Kick Vieleers

Microsoft TechNet Wiki SQL DBE Guru - Winners for October!!

$
0
0

The results for October's TechNet Guru competition have been posted!

http://blogs.technet.com/b/wikininjas/archive/2013/11/17/technet-guru-awards-october-2013.aspx

 

Congratulations to all our new Gurus for October!

We will be interviewing some of the winners and highlighting their achievements, as the month unfolds.

 

Post your NOVEMBER contributions here:

http://social.technet.microsoft.com/wiki/contents/articles/20729.technet-guru-contributions-for-november-2013.aspx

Read all about November's competition in the stickied post in this forum.

 

Below is a copy of the October winners. The last column being a few of the comments from the judges.

Unfortunately, runners up and comments had to be trimmed from this post, to fit into the forum's 60,000 character limit.

 

Guru Award BizTalk Technical Guru - October 2013  

Gold Award Winner

 

Steef-Jan WiggersBizTalk Server 2013: Connect to Window Azure Blob StorageMandi Ohlinger: "Great "How To" guide! Thank you for including the steps on the Windows Azure Management Portal."
Ed Price: "Steef-Jan gets the edge this month for a fantastic article that focuses on a timely topic... BizTalk 2013 connecting to Windows Azure. An incredibly important senario as Microsoft looks at the future, and it looks a little cloudy." 

Silver Award Winner

 

Leonid GanalineBizTalk Integration Development ArchitectureTord Glad Nordahl: "This is one amazing article! Leonid has really put all his knowledge and time into this rticle! Well done, my favorite this month!"
Ed Price: "Leonid's article features great explanations and diagrams!"

Bronze Award Winner

 

Maheshkumar S TiwariBizTalk Server: N1 Loop MappingMandi Ohlinger: "Makes an N1 Loop look easy. Nice addition to the Wiki!"
Ed Price: "Very thorough look at N1 Loop Mapping! Great article!" 


 

Guru Award SharePoint 2010 / 2013 Technical Guru - October 2013  

Gold Award Winner

 

Dan ChristianSharePoint 2013: A no Code Solution to Build a Change Management RequestGokan Ozcifci: "I've been always fan of "no code" solutions for SharePoint Server. This is an impressive post with many images and videos at the same time. The Change Management Request has been explained very well. This articles deserves absolutely the first place! Well done Dan!"
Ed Price: "The amount of information here is astonishing... information, videos, and images... it's incredibly impressive! The screenshots sometimes look like headers (making speed reading a bit of a challenge), but if you move through it slowly, you'll understand every concept as Dan presents it! "

Silver Award Winner

 

Matthew YarlettSharePoint 2010: Storing Database Connection Settings in the Secure StoreEd Price: "Beautiful images, code, and formatting with thorough directions."
Gokan Ozcifci: "This article describes on a very detailed way how to store Database Connection Settings in the Secure Store Services on SharePoint! It has been written with an easy English who makes this article easier to understand! "

Bronze Award Winner

 

Benoît JesterSharePoint 2013 : Upgrade a Site Collection (UI and PowerShell)Jinchun Chen: "Good practises and tips."
Ed Price: "Benoit's article is a common scenario, and the formatting allows you to move through the TOC seamlessly. This is also a good example of looking at the topic from different perspectives."
Gokan Ozcifci: "Great step-by-step Benoit! This article is structured and shows the upgrade in many ways! "


 

Guru Award Small Basic Technical Guru - October 2013  

Gold Award Winner

 

Nonki TakahashiSmall Basic: How to Rotate a Shape Not from the CenterRZ: "This is a very nicely done example showcasing the capabilities of GraphicsWindow"
Ed Price: "Nonki scores again, with another fantastic article! This one goes in depth in rotating objects, including great diagrams to explain the concepts clearly!"

Silver Award Winner

 

litdevSmall Basic: Grammar BasicsEd Price: "All three articles this month have fantastic formatting! LitDev's article digs into the core language elements. Jibba Jabba says in the comments: "It's good to know the language of programmers because every book you read on programming uses these terms. ""
RZ: "Good introduction. Well organized."

Bronze Award Winner

 

Florian AuerSmall Basic: Read and Write CSV FilesEd Price: "Florian's first article features flawless formatting and a great scenario! Jibba Jabba wrote in the comments: "Excellent article. Really helpful stuff." "
RZ: "Very good examples, with nice comments to go with code."


 

Guru Award SQL BI and Power BI (SSAS, SSIS, SSRS, Power Pivot) Technical Guru - October 2013  

Gold Award Winner

 

Jason BruggerUsing a View to Mask Multi-Server SSIS Package ConfigurationsKU: "Nice work. "
NN: "Very good technical article with clear explanations"
Ed Price: "Fantastic formatting, great explanations, and great work on the code formatting. An SSIS article takes the top spot this month!" 

Silver Award Winner

 

MNisharMSDNExists v.s Existing and Auto Exist in MDXKU: "Content is well structured and to the point."
NN: "Great and comprehensive article"
Ed Price: "The images and table are very helpful!"

Bronze Award Winner

 

SathyanarrayananSSSRS - SortingEd Price: "Sorting is very common, and this is a good walk through. As Kay mentions, don't forget to break up articles with a header and TOC. And from the article comments... Saeid: "High quality article!" "
NN: "Very good and thorough explanations"
KU: "Longer articles can benefit from headings or similar tags that help the reader quickly jump to the sections of interest. "

 

Guru Award Transact-SQL Technical Guru - October 2013  

Gold Award Winner

 

Naomi NT-SQL Useful LinksSamuel Lester: "A treasure trove of amazing resources! I've already found myself referencing your "T-SQL Useful Links" wiki several times and can see this being just as valuable. I know it represents SO many hours of your efforts and it is greatly appreciated!"
Jinchun Chen: "Awesome. All-In-One."
Richard Mueller: "A great collection of references."

Silver Award Winner

 

Ronen ArielyCrazy TSQL Queries play timeJinchun Chen: "Really good."
Samuel Lester: "As a long time software tester, this article brings me joy! :) Great job breaking the mold and adding content that gives the reader something they likely have never thought about. After reading this, I immediately started thinking of other areas where we could expand this. These are all outstanding learning exercises and would make for great interview questions as you mentioned. I still consider Pinal Dave's SQL Server Interview Q & A as the best around, but I could really see a section added where you tackle problems like these which require deeper knowledge to solve. "
Richard Mueller: "An interesting and educational collection of snippets."

Bronze Award Winner

 

Saeid HasaniAll-at-Once Operations in T-SQLRichard Mueller: "Very interesting and informative in an attractive article."
Samuel Lester: "Great article! Ask 10 C#/.NET coders this question and see how many get it correct. :) Very strong points in the Silent Death section regarding execution order based on the estimated execution plan. We see this problem trip up many people in the MSDN forum questions and could possibly be a blog/wiki article on its own. "


 

Guru Award Visual Basic Technical Guru - October 2013  

Gold Award Winner

 

Reed KimbleHow to Draw a Border of ASCII Text in a Console ApplicationRichard Mueller: "Very clever solution. I like this."
Ed Price: "Brilliant formatting, and great explanations, code blocks, and images!"
Mark Rideout: "I (heart) this for nostalgic reasons, plus a very good article!" 

Silver Award Winner

 

The ThinkerMultipoint with the Kinect part IMR: "Very cool to see! "
Richard Mueller: "I found the code difficult to follow. Code commented out didn't help."
Ed Price: "Good depth! I think it could be improved if the code was broken up into sections with more explanations, steps, and result images. This is a great topic!"

Bronze Award Winner

 

Reed KimbleHow to Write to a Console Window without Wrapping TextRichard Mueller: "Very interesting and informative."
Ed Price: "Important topic that's presented very well!"
MR: "Awesome article structure and educational!"


 

Guru Award Visual C# Technical Guru - October 2013  

Gold Award Winner

 

Jaliya UdagedaraFilter a DataTable based on a CollectionNN: "Very nice and simple solution and easy to understand."
CW: "This is a good example on how to use Linq in a creative way. This makes code that otherwise would be long and arduous elegant!"
Ed Price: "Excellent explanations!"

Silver Award Winner

 

Karl MitschkeClear System Center End Point Protection exclusions without SCCMEd Price: "Very thorough. Great Output section!"
NN: "Very useful program. May use some comments in the code"
CW: "This article does show something useful (messing with the registry through c#) but is titled in such a way I don't think I would think this article would be useful for that. Maybe more useful would be a more general article about this? That being said, this seems to address an issue in endpoint protection where it doesn't properly remove old things." 

Bronze Award Winner

 

Mohammad NizamuddinMicrosoft.NET: SMTP Server Relay setting and sending email using C# codeEd Price: "Good directions and easy to follow!"
CW: "This article accurately demonstrates how one might send an email from c#. This functionality could be useful for a number of applications I do believe the article could be improved by adding a summary/abstract for waht the articl contains. Just jumping straight into configureing an smtp server didn't do it for me."
NN: "Nice and simple article with clear instructions"


 

Guru Award Windows Phone and Store Apps Technical Guru - October 2013  

Gold Award Winner

 

mcosminHow to transfer files between a Windows Store app and any Windows Phone appPrashant Phadke: "Good example that shows the compatiblity. The initial topic regarding what is TCP is way too much and perhaps out of scope. Maybe a better approach would be to include links to the TCP RFC at the bottom. Including any additional links is also helpful"
Ed Price: "Fantastic explanations! Could benefit from section headers and a TOC."
RC: "Fantastic stuff! A great addition would be demonstrating the PeerFinder to make the connection without having to enter the hostname" 

Silver Award Winner

 

Thomas Claudius HuberUsing the RenderTargetBitmap in Windows Store Apps with XAML and C#Prashant Phadke: "Very nicely written."
Ed Price: "Great formatting, and the images help tell the story!"
RC: "Great explanation of one of my favourite new features in Windows 8.1!"

Bronze Award Winner

 

fabian.henzler.serwiz.netTestable navigation with MVVM through behaviors on Windows Phone 8Prashant Phadke: "Step 4 doesn't have DetailsPage.xaml and DetailsViewModel.cs screenshot. The displayed screenshot is for Step 2. The article ends abruptly, maybe add a closing line and add some helpful links if applicable."
Ed Price: "Clear instructions with complementing code snippets and screenshots. Could also benefit from section headers and a TOC."
RC: "If I wasn’t already familiar with behaviors I'd be completely lost. I'd like to see it call out and explain the behavior code up top before going into the general code listing."


 

Guru Award Windows Presentation Foundation (WPF) Technical Guru - October 2013  

Gold Award Winner

 

Magnus (MM8)WPF: Displaying and Editing Many-to-Many Relational Data in a DataGridEd Price: "Very well written and well formatted with a TOC, headers, an image, and code snippets. "
Peter Laker: "Love this piece of work from growing legend Magnus "

Silver Award Winner

 

Gaurav KhannaNested menuitem in WPF ToolBarPeter Laker: "Another heavy weight contributor, another sensational piece"
Ed Price: "Great formatting. Would benefit from breaking up the code more and more explanations. Great topic! "

Bronze Award Winner

 

XAML guyWPF: Watermarked TextBox and PasswordBoxEd Price: "Fantastic topic that's very clear. "
Peter Laker: "It's mine!" 


 

Guru Award Forefront Identity Manager Technical Guru - October 2013  

Gold Award Winner

 

Peter_StapfFIM 2010 R2: HowTo search for request details in msidmCompositeTypeEd Price: "Great formatting on the code, sections, and great images. "
PG: "Nice work!"

Silver Award Winner

 

Ike UgochukuFIM 2010 R2: WAAD Connector - Managing the SourceAnchor field in a Multi-Forest Exchange organizationEd Price: "Great detail and explanations!"
PG: "Nice article, but would like to see the procedure to be elaborated just a bit more. Some additional screen shots would be nice. And a very short tech description what is missing to solve the requirements."


 

Guru Award SQL Server Database Engine Technical Guru - October 2013  

Gold Award Winner

 

Uwe RickenDelete huge amount of data
from a relation
NN: "Very interesting article with great code"
Samuel Lester: "Incredible explanation and depth to a question we're seeing more and more often due to data size. Great comparison of different techniques along with why the standard "switch to simple mode" solution won't work in most cases where customers are hitting these bounds."
Ed Price: "Amazing formatting and detail!"
Jinchun Chen: "Good practice."
DRC: "Feedback: • This article is provides a very good information about the topic which is being discussed. • It also provided a sample code which can be tested on SQL instance with sample expected output. • This also talks about other alternate solution and scenarios to which this article is applicable. Suggestions: • Avoid line number in the sample code which needs to be edited in order to execute. • High light the key word which is discussed, also highlight the same in the code sample. Holding an "EXCLUSIVE LOCK (WITH TABLOCK)" on the target table can use all benefits of BULK LOGGED operations. INSERT INTO dbo.bigtable WITH (TABLOCK) (Id, c1, c2, c3) "

Silver Award Winner

 

Shanky_621What does 'Log Truncation'
counter value signifies in DMV sys.dm_os_performance
_counters
DRC: "--The article seem to be incomplete --Doesnt include all the points discussed --Don't use the short forms like : BOL MS Perfmon VLF's AFAIT -- Since the code is wrtten with reference to Adventure works database, include the location to download the adventureworks so that the users could downloadthis."
NN: "Good article but a bit hard to understand"
Samuel Lester: "Great investigative work on this and for digging so deep into it, I learned a lot from your write-up. I emailed a few folks on the Engine team to see if I can find someone who's worked directly on this code. "
Ed Price: "I love the "Suggested Reading" section!" 

 

Guru Award Windows Server Technical Guru - October 2013  

Gold Award Winner

 

Mr XRecord Logon / Logoff Activities on Domain Servers and Workstations Using Group PolicyGL: "Simple yet effective. It would be interesting to add additional parameters that can be recorded in the logon and logoff scripts"
Richard Mueller: "Details a simple but effective way to track network usage."
JM: "This is a great article, good work."
JH: "useful"

Silver Award Winner

 

Mr XManagement of SIDs in Active DirectoryRichard Mueller: "An excellent summary of important information in an attractive article."
GL: "Great topic. This would be very useful if it included a script to detect duplicate SIDs. The "import-module activedirectory" command listed does not work unless the module is installed."
JM: "This is a very good article, nice work."

Bronze Award Winner

 

Mr XCentral Management of DNS configuration compliance and updatesGL: "Interesting integration of SCCM compliance with a migration scenario, has several applications."
JH: "great article with good scripts to automate a time-consuming task of updating DNS settings"
JM: "This is an excellent article."
Richard Mueller: "Great to have scripts for this. Could add error logging."

As mentioned above, runners up and comments were removed from this post, to fit into the forum's 60,000 character limit.

 

A great big thank you to EVERYONE who contributed an article to last month's competition.

Hopefully we will see you ALL again in this month's listings?

 

As mentioned above, runners up and comments were removed from this post, to fit into the forum's 60,000 character limit.

You will find the complete post, comments and feedback on the main announcement post.

Please join the discussion, add a comment, or suggest future categories.

 

If you have not yet contributed an article for this month, and you think you can write a more useful, clever, or better produced wiki article than the winners above, here's your chance! :D

 

Best regards,
Pete Laker

 

More about the TechNet Guru Awards:


#PEJL

Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to the one and onlyTechNet Wiki, for future generations to benefit from! You'll never get archived again!

If you are a member of any user groups, please make sure you list them in the Microsoft User Groups Portal. Microsoft are trying to help promote your groups, and collating them here is the first step.

Viewing all 12963 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>