Database tutorials
SQL Server 2005: How to Reset a Forgotten Password for the sa Account
Contributed by shamanstears on December 22, 2008 under DatabaseIf you’ve forgotten the sa password for your SQL server, you are probably in a panic. Fear not, for you can reset the password and once again have access to the powers of the sa account by using the query window in the Management Studio.
CommentsSQL Server 2005: Locating Stored Procedures that Contain a Keyword
Contributed by shamanstears on December 4, 2008 under DatabaseMaking changes to a database that has been created by a third pary can be a difficult task, especially when you don’t want to break any of the existing stored procedures. You can search the database’s stored procedures for keywords to find which procedures use a keyword that is involved in your change. This makes it much easier in identifying these procedures so you can make the appropriate changes.
CommentsSQL Server 2005/2008: Disable Management Studio’s Splash Screen
Contributed by shamanstears on October 12, 2008 under DatabaseIf you have grown tired of having to view the splash screen each and every time you open the SQL Server Management Studio, you can use a simple command line switch in your shortcut to bypass the annoyance.
CommentsMicrosoft SQL Server: How to Find the Foreign Keys in a Database
Contributed by shamanstears on October 4, 2008 under DatabaseA foreign key is a column or columns that are used to enforce a link between data in two tables. While SQL Server gives you no quick and easy way to view all foreign keys in a database, this quick query will give you that information. It comes in handy when trying to troubleshoot Foreign Key Constraint errors.
CommentsSQL Server 2005: How to Disable a Trigger
Contributed by shamanstears on September 26, 2008 under DatabaseA trigger allows for the execution of SQL code anytime an UPDATE, INSERT, or DELETE command is performed on a certain table. If you are having to perform manual modifications to the table, you may not want the trigger to fire off. Here’s how to disable the trigger so that you can perform your administrative tasks:
CommentsSQL Server 2005: What Service Pack is Installed?
Contributed by shamanstears on January 7, 2008 under DatabaseIf you’re running SQL Server, it’s very wise to make sure that you have the latest service pack installed for optimum performance. If you’re not sure what service pack you have installed (or if you’re still running RTM), follow these steps to find out:
CommentsImport CSV file directly into MySQL
Contributed by katy8439 on May 8, 2007 under MySQLInstead of writing a script to pull in information from a CSV file, you can link MYSQL directly to it and upload the information using the following SQL syntax.
CommentsPOPULAR RECIPES
- SQL Server 2005: How To Restore a Database from a Backup
- SQL Server 2005: Move tempdb
- SQL Server 2005: Easily Grant Select to All Tables and/or Views in a Database
- SQL Server 2005: How to Attach (or Reattach) a Database Missing the LDF
- SQL Server 2005: The Copy Database Wizard
- Delete an LDAP object using ldapmodify
- SQL 2000 - Find version and service pack info
- SQL Server 2005: What Service Pack is Installed?
- View our Top Tens
TECH-RECIPES BLOGS
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors
- Windows 7 Quickie: Setting up TV recording and sharing to other Windows 7 computers (turn windows 7 into a dvr / media server)
- Mafia Wars Cheat: Send Multiple Gifts to Your Friends







