Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

How to Convert FAT Partition to NTFS for your USB drive so you can store files bigger than 4GB
Total Hit (6497) Have you just bought new external USB drive and tried to copy file bigger than 4GB ? Did you get error while copying that? If your answer is yes then you also facing the same issue I faced. Most of USB drives available in the market are formatted to use using FAT32 file system and under FAT32 fil ....Read More
Rating
How to restore default group policy on workstation or server
Total Hit (5527) 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
This is a link to a different site How to create folder on remote machine using WMI
Total Hit (1078) 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
This is a link to a different site How to Decipher/Understand SSIS Error Code?
Total Hit (956) 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
This is a link to a different site Best Practices for Business Intelligence Using the Microsoft Data Warehousing Framework
Total Hit (837)
Rating
This is a link to a different site How to convert Data Driven Query Task (DDQ) to SSIS Native Task ?
Total Hit (1139)
Rating
This is a link to a different site How to redirect Error Output for Flat File Source
Total Hit (937) http://blogs.msdn.com/sqllive/archive/2008/01/01/sql-server-integration-services-enhancement-sql-server-katmai.aspx
Rating
This is a link to a different site How to capture unhandled exception and email screenshot of application using Application Events
Total Hit (962) Visual Basic developers will learn how to handle unhandled exceptions in their applications and how to email that information with a screen-shot of the application’s state using the System.Net.Mail namespace.
Rating
This is a link to a different site How to implement XML and Binary Serialization (All FAQs)
Total Hit (806) 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
This is a link to a different site Full Chapter on Serialization from the book XML and ASP.NET (by George Petrov)
Total Hit (909)
Rating
Real world recursion example of CTE (Common Table Expression) used in SQL 2005 / 2008 , Finding information from Tree Structure.
Total Hit (3120) CTE is new powerful feature in SQL Server 2005. Two advantages of CTE <b>1. Implement Recursion (See example)</b> This is the biggest advantage using CTE. Recursion was possible in SQL 2000 but you had to write UDF or nasty joins. <b>2. Reuse Query anywhere by name (Just like View or Temp ....Read More
Rating
This is a link to a different site How to Keep the Visual Studio Designer Out of Your Control’s Properties
Total Hit (901) Do you create custom controls for Windows Forms projects? Do you add properties to those controls? If so, you'll probably want to apply a few attributes to those properties: Browsable and DesignerSerializationVisibility. Else, the designer will put brain dead default values in them. ....Read More
Rating
How to pass array to stored procedure in SQL Server
Total Hit (4004) 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
This is a link to a different site How add/remove/edit saved passwords (network share passwords, FTP passwords etc.)
Total Hit (2367)
Rating
Why User Name is grayed out when connecting to nextwork share on XP machine.
Total Hit (5077) This means that anonymous logon is enabled and by default it take only 'Guest' user. You need to edit some settings on the machine you are connecting to as follows: 1) Start -> Run -> secpol.msc 2) Goto Security settings -> Local Policies --> Security options 3) For the policy 'Network ac ....Read More
Rating
How to add/delete saved password in windows XP
Total Hit (5761) 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
This is a link to a different site How to make User Contol design time container so you can place controls inside UserControl at designtime
Total Hit (762) This step-by-step article describes how to make a UserControl object behave as a control container at design-time after you add the UserControl object to a Windows Form. There may be situations where you want to drag a control to your UserControl object. To permit this, the UserControl object must b ....Read More
Rating
Accessing OLEDB Connection Managers in a SSIS Script Component
Total Hit (14208) 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
This is a link to a different site Supporting DTS in SQL Server 2005
Total Hit (943) 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 (2364) 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
This is a link to a different site Coping with No Column Names in the SSIS OLEDB Data Source Editor
Total Hit (861) 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
This is a link to a different site How-To Windows Forms Controls Series Videos – Visual Basic
Total Hit (812) How-To Windows Forms Controls Series Videos – Visual Basic
Rating
This is a link to a different site How-To Windows Forms Controls Series Videos – C#
Total Hit (747)
Rating
This is a link to a different site Understanding Application Settings in VB.net
Total Hit (834) This artical covers enhancements made to Application Settings in .net framework 2.0
Rating
This is a link to a different site Using System.Net.Mail
Total Hit (859) 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
This is a link to a different site SSIS Send Mail Task Change SMTP Port
Total Hit (1069) If you need to change the SMTP Port you can't use the 'Send Mail Task' This article will show you alternate way.
Rating
This is a link to a different site Easy way to send SMS from .net application
Total Hit (1226)
Rating
This is a link to a different site How to find which program is locking the file
Total Hit (1032)
Rating
This is a link to a different site Working with ADO.net DataTable - Adding, Modifying, Deleting, Filtering, Sorting rows & Reading/Writing from/to Xml
Total Hit (1095) In this article, I am going to explain how to Add, Modify, Delete, Sort, Filter rows of the DataTable and also loading data from xml and writing data into xml. I will also talk about writing/reading Schema of the DataTable.
Rating
This is a link to a different site How to use Simple Stored Procedure to return data to a SSRS Report from Oracle
Total Hit (869)
Rating


(Page 2 of 133) 3968 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.