Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
Keith Rull
»
All Tags
»
T-SQL
(
RSS
)
Browse by Tags
Keith Rull
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
How To: List databases in a SQL Server using T-SQL and truncate their logs
How To: Create Cursors For Updating and Deleting of Records in SQL
A custom T-SQL function for removing embedded HTML tags
Tags
.NET
.NET How To's
ASP.NET
Blog News Node
C#
Contest
Filipino Developer
Filipino Podcast
Filipino Programmer
Fun Stuff
Geek Fun
Generics
GridView
How To
Java
My .Net Exploits
Pinoy
Pinoy Podcast
Pinoy Programmer
Promos
Site News
SQL
Tutorial
VB.NET
Your Career
View more
News
Badges
Archives
November 2008 (1)
October 2008 (4)
September 2008 (8)
August 2008 (4)
July 2008 (2)
June 2008 (8)
April 2008 (4)
March 2008 (8)
February 2008 (8)
January 2008 (9)
December 2007 (9)
November 2007 (23)
October 2007 (3)
September 2007 (5)
August 2007 (5)
July 2007 (1)
June 2007 (3)
May 2007 (11)
April 2007 (1)
March 2007 (9)
February 2007 (8)
January 2007 (2)
December 2006 (2)
November 2006 (1)
October 2006 (8)
September 2006 (9)
August 2006 (5)
July 2006 (1)
June 2006 (10)
May 2006 (10)
April 2006 (11)
March 2006 (9)
February 2006 (20)
January 2006 (17)
December 2005 (7)
November 2005 (1)
October 2005 (4)
September 2005 (4)
August 2005 (4)
July 2005 (4)
June 2005 (4)
March 2005 (3)
Cursors
DBCC
Delete
SHRINKDATABASE
sp_databaases
sp_helpdb
sp_msForEachDB
sp_MSforeachtable
SQL
SQL Playbook
sys.sysdatabases
sysdatabases
Truncate Database Logs
Truncate Table
Update
How To: List databases in a SQL Server using T-SQL and truncate their logs
Finally i'm back after a month of crazyness due to my webhost not performing up to its promise of 99.9% uptime. Enough with the rant and on with the article, today i'm going to talk about how to list databases in a SQL Server by just using T-SQL...
Published
Tue, Jan 01 2008 11:59 AM
by
keithrull
Filed under:
SQL
,
T-SQL
,
sp_MSforeachtable
,
Truncate Table
,
DBCC
,
sysdatabases
,
sys.sysdatabases
,
Truncate Database Logs
,
SHRINKDATABASE
,
sp_msForEachDB
,
sp_databaases
,
sp_helpdb
How To: Create Cursors For Updating and Deleting of Records in SQL
Here are some samples on how to use cursors in SQL to do updates and deletes on records. Nothing fancy, just pure t-sql code. :)...
Published
Tue, Apr 04 2006 12:02 PM
by
keithrull
Filed under:
SQL Playbook
,
T-SQL
,
Update
,
Cursors
,
Delete
A custom T-SQL function for removing embedded HTML tags
This is an interesting piece of sql, the function accepts a string and removes HTML elements that is inside the string. This is genereally useful when you have data that has embedded HTML content on it. The function was written by Robert Davis....
Published
Thu, Jun 06 2005 3:36 PM
by
keithrull
Filed under:
SQL Playbook
,
T-SQL
Copyright DevPinoy 2005-2008