Wednesday, October 7, 2009

for Genrating Database tables and view structor in word file

Many time SQL Developer wants to create the Structure of Database in a single shot there is script for this. it will create structure in table format for all tables and views resides in particular Database. with page index in the front of Document.
so you can go directly to table and view structure from Index table


Copy and paste in SQL server Query Analyzer
then Go to Query-> result to file-> give file name with .doc extension
then press F5

please link for that file....
http://cid-c8bde36bd5695847.skydrive.live.com/self.aspx/Bloggers%20Files/15102010-1.txt

Thursday, September 24, 2009

how to kill any Image/ task from task manager

Step 1- Start->run-> type cmd the type

Step-2- taskkill /F /IM imagename
example :- taskkill /F /IM rundll32.exe or taskkill /F /IM firefox.exe


note :- /F means forcefuly
/IM means image name

Wednesday, September 23, 2009

How to Copy the filenames of a directory to a text file

Microsoft Operating Systems

Step-1 Get to a Command Prompt

For Windows 9x and ME above - goto start/run and type command into the box and hit enter

For windows 200, NT, XP - goto start/run and type cmd into the box and hit enter

Step -2 Make the directory with the files you want the current directory.

Use the Following Command

dir /b > dir.txt

This will perform the dir command with the bare formatting switch. Creates a file named "dir.txt" and puts the output of the dir command into it.

More info
For more information about the dir command type the following into your command window

dir /?

Friday, September 11, 2009

ASP.NET AJAX Progress Bar Control

i have found very good ajax control for uploading files . here is the link which is described by Matt Berseth

Matt Berseth: ASP.NET AJAX ProgressBar Control - v0.2