SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Miscellaneous Rss

Refine your search with one of the following additional tags (with number of items):

T-SQL Aids (387)     .Net (9)     Table of Numbers (3)     Data Types (1)    
Maintenance and Management (334)     Backup and Recovery (9)     tally (3)     Date (1)    
Programming (152)     Basics (9)     UpdateGrams (3)     DBA Code (1)    
SQLInsider Scripts (131)     DTS (9)     User Defined Function (UDF) (3)     Design and Theory (1)    
SQL Server 7, 2000 (124)     Monitoring (9)     XSL (3)     Foreign Key (1)    
T-SQL (112)     Best and Worst Practices (8)     Access (2)     Full-Text Search (2005) (1)    
Strategies (84)     SQL-DMO (6)     Advanced (2)     games (1)    
Career (71)     System Development Life Cycle (6)     Best Practices (2)     Linked Server (1)    
Data Warehousing (69)     Worst Practices (6)     counter (2)     Management (1)    
Administration (55)     Availability (5)     Distributed Queries (2)     prime (1)    
Backup / Restore (51)     Development (5)     English Query (2)     prime number (1)    
Database Design (46)     Reviews (5)     function (2)     Product Reviews (1)    
Index Management (34)     Book Reviews (4)     Rants (2)     Puzzle (1)    
XML (32)     Certifications (4)     SQL Server 6.5 (2)     Reporting Services (SSRS) (1)    
Lock and Connection Management (25)     Installation (4)     SQLServerCentral (2)     Schemas/DTDs (1)    
Performance Tuning (22)     Naming Standards (4)     SS2K5 - XML (2)     Scripts (1)    
Visual Basic 6 (22)     Other (4)     Table (2)     Semaphore (1)    
Configuring (21)     State of the Business (4)     Triggers (2)     sieve (1)    
Stored Procedures (21)     Analysis Services (SSAS) (3)     Archive File (1)     SQL Server 2005 - SSIS (1)    
Replication (20)     ASP (3)     archiving (1)     SQL Server 2005 - TSQL (1)    
SQL Server 2005 (20)     DBA (3)     Bugs (1)     SQL Server 2005 / SQL Server 2008 (1)    
Mail (16)     Disaster Recovery (3)     C++ (1)     SQL Server 2008 (1)    
Security (15)     News (3)     chris morton (1)     tables (1)    
Basic Querying (14)     nums (3)     codrakon (1)     TIME (1)    
ADO (13)     OLAP Server (3)     columns (1)     Utility (1)    
Advanced Querying (11)     OpenXML (3)     data (1)     Views (1)    
Indexing (10)     SQL Puzzles (3)     Data Mining (1)     Warehouse (1)    
   Items 1 to 20 of 1444    Next 20 >>
 

Find SQL Server Install Date

Script to find the SQL Server Instance Install Date  Read more...
By Vijendran R 2009/08/20 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 515 reads

BCP Format File Builder

Utility stored procedure to create non-xml format file for BCP/BULK INSERT processes. Very useful for text-qualified CSV files.  Read more...
Rating: |  Discuss |  Briefcase | 587 reads

Find SQL Server TCP/IP Port Number

Script to find the TCP/IP Port number of SQL Instance  Read more...
By Vijendran R 2009/07/16 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 1,075 reads

Prime Number Table Generator (new ver crunches to 1 Mil in <10.5 sec!)

Generates prime numbers and puts them into a table for future reference by adhoc queries and database and application code. 100% set-based. DDL embedded.  Read more...
By Jesse Roberge 2009/07/15 | Source: SQLServerCentral.com | Category: Advanced Querying
Rating: |  Discuss |  Briefcase | 808 reads

Function to Add Leading 0's (Zeros) to an INT

Very simple function code to add leading zeros to a passed in int for a length also passed.  Read more...
By Joshua A. Walker 2009/03/05 | Source: SQLServerCentral.com | Category: Data Warehousing
Rating: |  Discuss |  Briefcase | 1,105 reads

Find Text in all columns of all tables in a Database

Will find the Table Name, Column Name and the number of occurances some text appears in a database.  Read more...
By Joshua A. Walker 2009/02/24 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 3,470 reads

Search All SQL Script Objects in All Databases for Text

Edit the @SearchText and you can enter any text you would like to search for in SQL Objects.  Read more...
By Joshua A. Walker 2009/02/19 | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 1,019 reads

Function to Return Date and Time String for File Archiving

This function will return a string in sortable format YYYYMMDD-hhmmssnnn to append to file names for archiving.  Read more...
By Joshua A. Walker 2009/02/18 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 1,056 reads

Yet Another Deleting Duplicate Records (in-place)

Here is another "deleting duplicate records" script, this time in-place, using a uniqueidentifier column.  Read more...
By Peter Petrov 2009/01/15 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 1,206 reads

Counter Table (table of numbers) Setter-Upper for SQL Server 2005

Sets up 3 'table of numbers' that completely fill a 1, 2, and 3-level clustered index respectivly with 622, 386884, and 240641848 numbers.  Read more...
Rating: (not yet rated) |  Discuss |  Briefcase | 676 reads

Counter Table (table of numbers) Setter-Upper for SQL Server 2000

Sets up 3 'table of numbers' that completely fill a 1, 2, and 3-level clustered index respectivly with 620, 384400, and 238328000 numbers.  Read more...
Rating: (not yet rated) |  Discuss |  Briefcase | 351 reads

Proc to Rename a file

A simple way to rename a file from within a T-SQL Script, primarily designed to add a date-time stamp. Works in 2000 and 2005.  Read more...
By Simon Facer 2008/06/17 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 1,710 reads

A Sudoku solution with set based T-SQL utilizing binary operators.

A Sudoku solution with set based T-SQL approach utilizing binary values and operators, to ease the algorithm.  Read more...
By Kevin Duan 2008/06/09 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 2,253 reads

Oracle and SQL Server Data Interoperability Issues - Part 1

As much as we're SQL Server folks here, sometimes we do need to connect to other data stores. Hai shares some of his experiences doing so. Might come in handy someday.   Read more...
By Haidong Ji 2008/06/06 (first published: 2004/04/14) | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 42,826 reads

The Hazards of IT

Are you taking care of yourself as an IT professional? We try to cover all aspects of your SQL Server career here, not just the technical stuff. Longtime SQL Server guru Michael Coles brings us some health tips in an interview with Dr. Jerry Sanders   Read more...
By Michael Coles 2007/07/02 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 9,262 reads

From DBA to DBAA

Most of us DBAs have worked on our career to get where we are. A DBA is usually a second or third step in IT and we we've looked to advance our understanding of technology. Jeffrey Yao now brings us a new level of database work to which we may aspire.   Read more...
By Jeffrey Yao 2007/07/12 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 14,153 reads

Worst Practices - Not Using Primary Keys and Clustered Indexes

Two weeks ago Andy started his wildly successful series on Worst Practices. This week he continues that series discussing why failing to use primary keys and clustered indexes are worst practices. Agree or disagree, read the article and join the discussion. One thing you'll have to admit, reading an article by Andy is a lot more interesting than reading Books Online!   Read more...
By Andy Warren 2008/05/09 (first published: 2003/11/10) | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 63,863 reads

Row count and space used for all tables in database (update)

This procedure works like the sp_spaceused procedure but this one shows statistics for all tables in the selected database or for all databases (excluding tempdb and model).   Read more...
By Rafal S. 2008/05/02 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 8,099 reads

Is XML the Answer?

New Author! Don Peterson writes his first article for us and explores why he considers XML to be...bad! There are some interesting points made here and if you've haven't thought about what XML means to you as a DBA, it's a subject worth spending some time on.   Read more...
By Don Peterson 2008/05/02 (first published: 2003/10/07) | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 63,973 reads

Free Encryption

Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.   Read more...
By Michael Coles 2008/04/25 (first published: 2005/07/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 71,810 reads
   Items 1 to 20 of 1444    Next 20 >>
 
Most popular

Free Tools for the SQL Server DBA

Everyone has a set of handy utilities and tools that they use with their SQL Server, but sometimes convincing an employer to purchase tools is hard. Longtime DBA David Bird brings us a list of the tools he likes to use and are FREE.   Read more...
By David Bird 2007/05/24 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 56,594 reads

Find Text in all columns of all tables in a Database

Will find the Table Name, Column Name and the number of occurances some text appears in a database.  Read more...
By Joshua A. Walker 2009/02/24 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 3,470 reads

Ten Ways To Lose Your DBA Job

We often see ways to improve your career, but there's a flip side as well. In the spirit of our "worst practices" series, Steve Jones takes a look at ten skills that could cost you your job if you can't perform them.   Read more...
By Steve Jones 2007/04/13 (first published: 2006/11/30) | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 66,123 reads