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

(Page 1 of 2) 51 Result(s) found 

 

Send fax from SQL Server using Microsoft Word
Total Hit (9833) This article explains how you can create a Microsoft Word document from T-SQL and fax it through a method exposed by its Automation object model. You can create and destroy OLE Automation object using the sp_OACreate and sp_OADestroy, whereas you can use the sp_OAMethod to invoke a method, and t ....Read More
Rating
Is stored procedure running ?
Total Hit (3023)
Rating
Get listing of files in a specified directory or a network share. This stored procedure also return some useful information (e.g. date, times, directory, filesize, filename)
Total Hit (4191)
Rating
Export data to excel file
Total Hit (10967)
Rating
Export data to word file
Total Hit (4192)
Rating
Generate Insert Statements
Total Hit (7846)
Rating
Defragment of Indexes
Total Hit (2808)
Rating
Rebuild All Indexes
Total Hit (2732)
Rating
Check integrity of all tables
Total Hit (2779)
Rating
Run Script for each user
Total Hit (2812)
Rating
Advanced lock monitor stored procedure
Total Hit (2891)
Rating
search and replace substring
Total Hit (2949)
Rating
Change Object Owner
Total Hit (3395) This is very handy stored procedure which I use all time to change object owner. Many times you create object as a different user other than "dbo" and things start breaking. I use this sp to change owner off all objects to "dbo". «code LangId=6»/* This stored procedure can be used to run through ....Read More
Rating
Get all objects created before a specified date
Total Hit (2869)
Rating
Get table size and number of records for all tables in the specified database
Total Hit (2964) «code LangId=6»/* This stored procedure can be used to get the size of all users tables in the particular database with the number of their rows. You should simply pass the database name, as in the example below (if the database name was not specified, the current database will be used): EXEC ....Read More
Rating
Get all databse objected created between specified daterange
Total Hit (2860)
Rating
generate script for all stored procedures for the given database.
Total Hit (15417)
Rating
Useful undocumented extended stored procedures
Total Hit (3137) An extended stored procedure (xp) is a dynamic link library that runs directly in the address space of SQL Server and is programmed using the SQL Server Open Data Services API. You can run extended stored procedures from the Query Analyzer, for example, just as you would normal stored procedures. Ex ....Read More
Rating
SQL Server 2000 useful undocumented stored procedures
Total Hit (3892) In this article, I want to tell you about some useful undocumented stored procedures shipped with SQL Server 2000. «B»sp_MSget_qualified_name«/B» The sp_MSget_qualified_name stored procedure is used to get the qualified name for the given object id. Syntax sp_MSget_qualified_name objec ....Read More
Rating
How to check for the existence of a file from SQL Server?
Total Hit (3822) This example uses the standard DIR command & the documented xp_cmdshell SP. The undocumented sp 'xp_fileexist' is also shown for completeness.
Rating
generate INSERT statements from existing data.
Total Hit (3195) This procedure generates INSERT statements using existing data from the given tables and views. Later, you can use these INSERT statements to generate the data. It's very useful when you have to ship or package a database application. This procedure also comes in handy when you have to send sample d ....Read More
Rating
Find out the nth highest number in a column.
Total Hit (2638) Ever wondered how to find out the second highest salary from the employees table? Or how to find out the third oldest employee in the company? Here is a stored procedure which accepts the table name, column name, and nth number and displays the nth highest number from the given column. ....Read More
Rating
send NET SEND messages to all the connected SQL Server users in an NT Local Arean Network
Total Hit (4186) This stored procedure accepts a message as an input parameter and sends that message to all the currently logged in SQL Server users using NET SEND.
Rating
Send E-Mail Without Using SQL Mail in SQL Server.
Total Hit (2851)
Rating
How to search all columns of all tables in a database for a keyword?
Total Hit (3509) While browsing the SQL Server newsgroups, every once in a while, I see a request for a script that can search all the columns of all the tables in a given database for a specific keyword. I never took such posts seriously. But then recently, one of my network administrators was troubleshooting a pro ....Read More
Rating
Procedure to import SQL Server error log into a table (SQL 2000)
Total Hit (3271) This procedure reads the SQL Server error log using sp_readerrorlog and imports the error log's contents into a specified table. It accepts three parameters: @log_name is the name of the table into which the error log will be imported @log_number is the error log number, 0 is default and refers ....Read More
Rating
Stored procedure to generate a simple or complex random password
Total Hit (3033) This procedure generates random passwords using RAND() function. It can be configured to generate a simple or a complex password. You can also customize the length of the password generated. Complex passwords will include upper and lower case letters, numbers and special characters. See the code to ....Read More
Rating
T-SQL code to log messages to a text file on the server, from your stored procedures and SQL scripts
Total Hit (3045) This stored procedure accepts a message, filename, overwrite mode as an input parameters and logs that message to the specified file on the server
Rating
How to read remote registry using SQL Server.
Total Hit (3200) To run this code you have to download reg.exe file which can be downloaded from
Rating
Stored procedure to Send SMTP mail from SQL SERVER 2000 (Email Body max 8000 chars)
Total Hit (32159) This stored procedure can be used to send an email from sql server stored proc. <b>Features :</b> <UL><LI>SQL Mail is not required in order to send emails <LI>You can specify your own smtp server name <LI>Attach multiple files <LI>Text or HTML email <LI>To/from/cc/bcc/subject</UL> <b>Limit ....Read More
Rating


(Page 1 of 2) 51 Result(s) found  1 2

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.