|
|
How to restore default group policy on workstation or server
|
Total Hit (5666) |
To restore default group policies for workstation or server try the following commands
For Workstation (i.e XP) Try the following command at the command prompt
«code LangId=14»secedit /configure /DB secedit.sdb /CFG %systemroot%\inf\defltwk.inf /log >secedit.log /verbose«/code»
For Server (
....Read More |
Rating
|
|
|
How to create folder on remote machine using WMI
|
Total Hit (1174) |
Hey, AN. Life is full of mysteries. To name one, what possessed somebody to think that the world was clamoring for Clamato juice, an unholy concoction combining tomato juice and clam juice? (As long as we’re on the subject: clam juice?) To name another, why is it that neither the FileSystemObject no
....Read More |
Rating
|
|
|
How to Decipher/Understand SSIS Error Code?
|
Total Hit (983) |
If you have worked with SSIS, you may have been doing something like this, in case of errors, you saved the error code and the error column to a text file or some other media.
|
Rating
|
|
|
|
|
|
|
How to implement XML and Binary Serialization (All FAQs)
|
Total Hit (834) |
Binary:
1. Which class is responsible for binary serialization?
2. What does it take to make my object serializable?
3. What are the main advantages of binary serialization?
4. How do you encapsulate the binary serialization?
5. How do you encapsulate the binary deserialization method?
6. Will
....Read More |
Rating
|
|
|
|
|
|
How to pass array to stored procedure in SQL Server
|
Total Hit (4219) |
Have you ever come across the situaction when you have to pass mutiple values as parameter to your stored procedure.
Assume the following scenario.
- Your application pass comma seperated CustomerID list to stored procedure to get Orders for related customers.
Above requirement can be don
....Read More |
Rating
|
|
|
|
|
How to add/delete saved password in windows XP
|
Total Hit (5897) |
Windows XP does not offer a very easy way to review or remove the saved passwords though. If you follow the steps below though you can access a graphical interface to add, remove or edit the saved passwords on a given system.
1. Click Start and select Run
2. In the Open field type "rundll32.ex
....Read More |
Rating
|
|
|
|
Accessing OLEDB Connection Managers in a SSIS Script Component
|
Total Hit (14549) |
Sometimes you may need to access OLEDB Connection Manager to execute Queries in Script. Here is the easy way to do that.
Credit : http://blogs.msdn.com/mattm/archive/2008/08/22/accessing-oledb-connection-managers-in-a-script.aspx
«code LangId=2»
Imports System
Imports System.Data
Imports
....Read More |
Rating
|
|
|
Supporting DTS in SQL Server 2005
|
Total Hit (1006) |
Supporting DTS packages in SSIS ( SQL Server Integration Services ) is a daunting task for many. Let’s look at what you need to get the job done and get some good tutorials on the subject.
|
Rating
|
|
|
How to install Compact Framework on Windows Pocket PC
|
Total Hit (2437) |
It may sound easy but I had hard time to find this.
To install Compact Framework on windows pocket pc perform the following steps
1. Download Compact Framework msi file from Microsoft Download center
2. Save downloaded file to some location (e.g. c:\downloads\NETCFSetupv2.msi)
3. Goto Start
....Read More |
Rating
|
|
|
Coping with No Column Names in the SSIS OLEDB Data Source Editor
|
Total Hit (891) |
Sooner or later you'll create a DataFlow and come across this type of dialog box for the OLE DB source:
So, why does this problem occur, when all previous attempts have worked? Well the most likely case is that you are selecting from a temporary table as the last statement in the source stored pr
....Read More |
Rating
|
|
|
|
|
|
Using System.Net.Mail
|
Total Hit (893) |
Sending an e-mail with classes of the .Net Framework is pretty easy. Michel Fournier wrote an article titled Sending email from VB.Net in the April 2006 edition of the Level Extreme .Net magazine providing you a good wrapper that does most operations you need when an application needs to send an e-m
....Read More |
Rating
|
|
|
|
|
|
|