blog.anuragg.com blog.anuragg.com

blog.anuragg.com

Random Administration Stuff

Tuesday, June 18, 2013. Shrink MS SQL Server log files. I have SharePoint farm running on my machine. Have memory and space limitations. In this situation most of the time receive alert running out of space. After investigation find that SharePoint Content database log files are taking lots of space in GBs. So, you can reduce log files size through SQL server management studio. just need to follow some simple steps. Now I open SQL server management studio and look for above file. Select File type : Log.

http://blog.anuragg.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.ANURAGG.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 13 reviews
5 star
9
4 star
0
3 star
2
2 star
0
1 star
2

Hey there! Start your review of blog.anuragg.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

6.6 seconds

CONTACTS AT BLOG.ANURAGG.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Random Administration Stuff | blog.anuragg.com Reviews
<META>
DESCRIPTION
Tuesday, June 18, 2013. Shrink MS SQL Server log files. I have SharePoint farm running on my machine. Have memory and space limitations. In this situation most of the time receive alert running out of space. After investigation find that SharePoint Content database log files are taking lots of space in GBs. So, you can reduce log files size through SQL server management studio. just need to follow some simple steps. Now I open SQL server management studio and look for above file. Select File type : Log.
<META>
KEYWORDS
1 random administration stuff
2 click on files
3 click ok
4 thanks
5 posted by
6 anurag gawande
7 5 comments
8 email this
9 blogthis
10 share to twitter
CONTENT
Page content here
KEYWORDS ON
PAGE
random administration stuff,click on files,click ok,thanks,posted by,anurag gawande,5 comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,powershell ise,1 comment,function passpath,return,ou=$ou $dc,dnsname,the string,i don
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Random Administration Stuff | blog.anuragg.com Reviews

https://blog.anuragg.com

Tuesday, June 18, 2013. Shrink MS SQL Server log files. I have SharePoint farm running on my machine. Have memory and space limitations. In this situation most of the time receive alert running out of space. After investigation find that SharePoint Content database log files are taking lots of space in GBs. So, you can reduce log files size through SQL server management studio. just need to follow some simple steps. Now I open SQL server management studio and look for above file. Select File type : Log.

INTERNAL PAGES

blog.anuragg.com blog.anuragg.com
1

Random Administration Stuff: Create OU in Active Directory using PowerShell

http://blog.anuragg.com/2013/03/create-ou-in-active-directory-using.html

Sunday, March 31, 2013. Create OU in Active Directory using PowerShell. Here I’ve written code for creating OU in Active directory. First of all will get Domain name and pass Distinguished name to function DNStoDN. DC = Convert-DNStoDN (gwmi WIN32 ComputerSystem).Domain. Then split DistinguishedName using function DNStoDN. This function to get. Function Convert-DNStoDN ([ string. Create an array of each item in. Separated by ".". DNSArray = $DNSName.Split( ".". I am on my last one and set. Separator = ",".

2

Random Administration Stuff: March 2013

http://blog.anuragg.com/2013_03_01_archive.html

Sunday, March 31, 2013. Create OU in Active Directory using PowerShell. Here I’ve written code for creating OU in Active directory. First of all will get Domain name and pass Distinguished name to function DNStoDN. DC = Convert-DNStoDN (gwmi WIN32 ComputerSystem).Domain. Then split DistinguishedName using function DNStoDN. This function to get. Function Convert-DNStoDN ([ string. Create an array of each item in. Separated by ".". DNSArray = $DNSName.Split( ".". I am on my last one and set. Separator = ",".

3

Random Administration Stuff: Enable and Configure Hyper-V on Windows 8 step by step

http://blog.anuragg.com/2012/10/enable-and-configure-hyper-v-on-windows.html

Sunday, October 28, 2012. Enable and Configure Hyper-V on Windows 8 step by step. Hyper-v is virtualization solution is now available on Windows 8. You can read more about Hyper-v here. And you don’t have windows 8. you can buy and download it from here. Hyper-V is not enabled by default on windows 8. For enabling this. Go to Control Panel Programs and Features on the left panel Click on “Turn Windows features on or off”. Select “Hyper-V” option and Click on OK. Create New Virtual Machine. In Hyper-V 3 w...

4

Random Administration Stuff: December 2012

http://blog.anuragg.com/2012_12_01_archive.html

Tuesday, December 25, 2012. Install and Configure SharePoint Server 2013 step by step. In this blog post I am covering all basic required steps of SharePoint 13 installation. And have divided this in 4 parts. 1) Install Windows Server 2012 and Active Directory configuration. 2) Install SQL Server 2012. 3) Install and configure SharePoint Server 2013 . 4) Configure SharePoint Server Service Applications. Managed Metadata Service Application. User Profile Service Application. IIS web site name : Enter name.

5

Random Administration Stuff: SharePoint 2010 Service Account Password Change

http://blog.anuragg.com/2013/03/sharepoint-2010-service-account.html

Thursday, March 14, 2013. SharePoint 2010 Service Account Password Change. My SharePoint Farm has multiple application pools including SharePoint Services running. And each Application Pool is running on different service account. To check which application pool is running using which service account. This will open Internet Information Services Manager. Click on Application Pool. And you can see Identity of Application pool which is Service account. Get registered to Manage Accounts. And you can see.

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

LINKS TO THIS WEBSITE

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: February 2013

http://sharepointstack.blogspot.com/2013_02_01_archive.html

Saturday, February 23, 2013. WebPart Life Cycle in different PostBacks. ConnectionConsumer method is called if web part is connectable. Sets the connection providers interface in the webpart). If your web part is connectable you would typically call the connection provider here to retrieve data). PostBack click handler sets ViewState via public Property). ConnectionConsumer method is called if web part is connectable. Sets the connection providers interface in the webpart). Thursday, February 21, 2013.

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: May 2013

http://sharepointstack.blogspot.com/2013_05_01_archive.html

Friday, May 31, 2013. Get and Set User in Client People Picker using Javascript Client Object Model. There is a unique scenario where I have to pick user from a Custom People Picker on a Custom Form and then Push that User to a Client People Picker of a List Item using Javascript Client Object Model. InOrder to achieve this functionality, I first tried to fetch the User from the Custom People Picker on the Form using JQuery,. Var userInfoList = siteObjects.web.get siteUserInfoList();. SiteObjects.Use...

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: How to get People Picker entry using JavaScript Client Object Model

http://sharepointstack.blogspot.com/2013/05/how-to-get-people-picker-entry-using.html

Friday, May 31, 2013. How to get People Picker entry using JavaScript Client Object Model. To fetch People picker value from People Editor Control, JQuery comes to rescue when we talk in terms of Javascript Client Object Model. Var loginName = $("span.ms-entity-resolved").attr("title"); / Returns the Login Name eg. ind ali.yasir. Var displayName = $("span.ms-entity-resolved div:first-child").attr("displaytext"); Returns Display Name as 'Ali Yasir'. Hope this will help! Labels: Client Object Model.

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: Get and Set User in Client People Picker using Javascript Client Object Model

http://sharepointstack.blogspot.com/2013/05/get-and-set-user-in-client-people.html

Friday, May 31, 2013. Get and Set User in Client People Picker using Javascript Client Object Model. There is a unique scenario where I have to pick user from a Custom People Picker on a Custom Form and then Push that User to a Client People Picker of a List Item using Javascript Client Object Model. InOrder to achieve this functionality, I first tried to fetch the User from the Custom People Picker on the Form using JQuery,. Var userInfoList = siteObjects.web.get siteUserInfoList();. SiteObjects.Use...

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: December 2012

http://sharepointstack.blogspot.com/2012_12_01_archive.html

Tuesday, December 25, 2012. FBA Cookie getting expired only in Safari and Chrome. This blog is for all those guys who have tried their level best to solve this unique issue and still couldnt get the root cause why the Form Based Authentication Cookie getting expired daily ( almost after some hours ) ONLY on Safari and Chrome browser. I have spend lot many days finding the root cause of this issue and yes also solve it for clients. Thanks to blogger: Scott. STEP 1: Modify your web.config file. Hope my abo...

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: How to Ensure User using JavaScript Client Object Model

http://sharepointstack.blogspot.com/2013/05/how-to-ensure-user-using-javascript.html

Friday, May 31, 2013. How to Ensure User using JavaScript Client Object Model. In Server Object Model, web.EnsureUser(loginName) checks whether the user is there in the sharepoint site and if not present , it automatically adds that user into the site. Similarly using Client Object Model, Microsoft has introduced in same fashion using ECMA Client Object Model we can achieve same functionality. Http:/ msdn.microsoft.com/en-us/library/ff408786(v=office.14).aspx. I hope this will be helpful. Working with th...

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: April 2013

http://sharepointstack.blogspot.com/2013_04_01_archive.html

Sunday, April 14, 2013. Setting Up Environment Configuration of Windows Phone 8 development. A very common and simple blog today. Setting Up Environment Configuration of Windows Phone 8 development". Your first task when it comes to Windows Phone development is getting your development environment up and running. It’s a three step process:. Windows 8 Pro edition or greater is required. Your machine must have a processor that supports Second Level Address Translation (SLAT). For installing Windows 8 you h...

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: Setting Up Environment Configuration of Windows Phone 8 development

http://sharepointstack.blogspot.com/2013/04/setting-up-environment-configuration-of.html

Sunday, April 14, 2013. Setting Up Environment Configuration of Windows Phone 8 development. A very common and simple blog today. Setting Up Environment Configuration of Windows Phone 8 development". Your first task when it comes to Windows Phone development is getting your development environment up and running. It’s a three step process:. Windows 8 Pro edition or greater is required. Your machine must have a processor that supports Second Level Address Translation (SLAT). For installing Windows 8 you h...

sharepointstack.blogspot.com sharepointstack.blogspot.com

SharePointStack: January 2013

http://sharepointstack.blogspot.com/2013_01_01_archive.html

Saturday, January 19, 2013. How to create a Dynamic. Many a times you might come into a situation when you have to deal with some complex query building and the scenario is like you have to pull the data from a SharePoint list and the records on which you need to fire the Where clause is not fixed. So, you to need to write a dynamic query where the OR tags changes accordingly. Here is the code:. This lstPeers can be of any type like array or List Type or Collection. Here is your Dynamic Query :. The erro...

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

20

SOCIAL ENGAGEMENT



OTHER SITES

blog.anupamdas.com blog.anupamdas.com

Running in Prague

This blog started out when I moved to Prague for a few months for work, to document my preparation for the London Marathon 2012. Now I'm just keeping it going as a plain running blog, and as a training diary for myself. I'm 24 years old, and am currently doing a PhD in Bath. I started running competitively as an undergraduate. Here. Is my Po10 ranking page. Monday, 1 October 2012. I'm back, and hitting the winter training. Week ending 16th September. Total = 20 miles. Week ending 23rd September. 68 mins ...

blog.anupamsg.me blog.anupamsg.me

Hover

This user has not enabled any redirections. Hover lets you easily create simple ways to access your digital life.

blog.anurag-kumar.com blog.anurag-kumar.com

Anurag's Weblog

Wednesday, October 29, 2008. Anand wins the Chess World Chess Championship. Anand wins of WCC against Kramnik after 11. Games I have been following the games closely and all his wins were wonderful. Anand outplayed Kramnik in preparation with a number of novelties! Links to this post. Sunday, June 15, 2008. Hdltags version 1 released. First version of hdl tags released:. Http:/ code.google.com/p/hdltags/. Current version supports Verilog and System-Verilog. VHDL would be supported soon! Links to this post.

blog.anuragaggarwal.com blog.anuragaggarwal.com

AAIPS Blog | Anurag Aggarwal Institute of Public Speaking

Anurag Aggarwal Institute of Public Speaking. THOUGHT FOR THE DAY. TRIPS & ALUMNIS. Training Centers of Anurag Aggarwal Institute of Public Speaking. April 29, 2012. AAIPS – The Best Institute for Public Speaking, Personality Development and Presentation Skills Course. December 12, 2009. Amazing Articles and Tips. IMPROVE YOUR ENGLISH- TENSES. November 22, 2012. The need for a language arises when we want to express ourselves or when we want to communicate with others. And in public speaking. All the abo...

blog.anuragd.com blog.anuragd.com

anuragd.com

Inquire about this domain.

blog.anuragg.com blog.anuragg.com

Random Administration Stuff

Tuesday, June 18, 2013. Shrink MS SQL Server log files. I have SharePoint farm running on my machine. Have memory and space limitations. In this situation most of the time receive alert running out of space. After investigation find that SharePoint Content database log files are taking lots of space in GBs. So, you can reduce log files size through SQL server management studio. just need to follow some simple steps. Now I open SQL server management studio and look for above file. Select File type : Log.

blog.anuram.in blog.anuram.in

Anuram's Scribbling | Here you can see all I like and all I passthrough.

Anuram’s Scribbling – Here you can see all I like and all I passthrough. Soil Moisture sensor with ESP-12F. This is my second project with ESP8266. I couldn’t find much of info or help regarding in majority of ESP8266 forums. My target is to build a automated irrigation system based on soil moisture sensor data, start the drop irrigation and based on temperature and humidity, starting the mister. YL-69 Soil moisture sensor. 33v and 5v Bread board power supply. 1K resistor – 2 numbers. This method is not ...

blog.anusha.co.uk blog.anusha.co.uk

Anusha

Saturday, 7 March 2015. Had so much fun at the Music Miniatures. Concert on Saturday. Fantastic introduction to live classical music. Posted by Elizabeth @ 16:57. Wednesday, 25 February 2015. Denim skirts sorted for spring. Now on the hunt for the perfect jeans. Posted by Elizabeth @ 16:59. Tuesday, 17 February 2015. Today, and this time we hit the jackpot. Posted by Elizabeth @ 17:00. Sunday, 15 February 2015. Posted by Elizabeth @ 17:01. Friday, 13 February 2015. Posted by Elizabeth @ 17:01.

blog.anusthanokarehasya.com blog.anusthanokarehasya.com

Secret of Mantra Tantra Sadhana | Rare and Powerful Mantra - Secret of Mantras and Tantras | Dus Mahavidya Mantra

Secret of Mantras and Tantras Dus Mahavidya Mantra. Sarva Karya Siddhi Mantra. Download Mantra Tantra Articles in Hindi Pdf. Shatkarma Vidhaan Book by Sri Yogeshwaranand Ji षट कर म व ध न. Sri Pratyangira Sadhana Rahasya (Mantra Vidhaan Evam Prayog) Book. Agama Rahasya Book By Sri Yogeshwaranand & Sumit Girdharwal. Banke Bihari Temple Vrindavan. Lunar Eclipse ( Chandra Grahan ) 31st January 2018 ( च द रग रहण 2018). म घ ग प त नवर त र 2018 म क म ख य स धन व ध. Kamakhya Mantra Evam Sadhana Vidhi. Agama Rahasy...

blog.anv.de blog.anv.de

Andy's CNC und 3D-Drucker Blog » Der Blog rund um CNC-Fräsen und 3D-Drucker mit vielen Tutorials

Photoshop & Lightroom Tutorials. Restauration Arburg C4 Spritzgiessmaschine. Restauration Arburg C4 Spritzgiessmaschine. Leapfrog CREATR Extremumbau auf Bowden inkl. 2 x E3D-V6 Hotends. 4 Achse für meine EMS COBRA angefertigt. Vakuumtisch aus Hart-PVC gefräst. Standfüße für die EMS P3 COBRA. Gewinderasterplatte 500 x 500 x 20 mm gefräst. Papageien Intelligenzspielzeug aus Plexiglas. Gehäuse für den ESS SmoothStepper. Neuer Halter für die MMS & den Kreuzlaser. Tank für MMS aus 8mm Plexiglas. Seit geraumer...

blog.anvard.org blog.anvard.org

Blog – Variegated

November 16, 2015. Java REST Web Service. July 04, 2015. Standalone Java application with Jersey and Jetty. October 16, 2014. Measuring string concatenation in logging. Generics and Capture Of. January 25, 2014. Java SE 7 type inference. Concurrent Random in Java SE 7. January 12, 2014. Spring Static Application Context. November 10, 2013. Using Spring Programmatically / Spring Java DSL. October 20, 2013. The Friendly Introduction to Git. Spring Custom XML Namespaces. October 15, 2013. October 09, 2013.