Database tutorials
SQL 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.
CommentsSQL 2000 - Find version and service pack info
Contributed by katy8439 on under DatabaseRun the following code in SQL Server 2000 Query Analyzer to return the Version and Service pack - useful if you’re having problems on a server and don’t know if you’re running the latest patches or not.
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
- Delete an LDAP object using ldapmodify
- SQL Server 2005: The Copy Database Wizard
- SQL 2000 - Find version and service pack info
- SQL Server 2005: How To Enable xp_cmdshell
- View our Top Tens
TECH-RECIPES BLOGS
- YoVille Tip: How to Play Games with Your Crew
- Facebook YoVille Cheat: Send Multiple Gifts to Your Crew
- Windows 7 RC, Recorded TV Shows and DLNA Streaming to PS3
- Farm Town Cheat: Send Multiple Gifts to Your Neighbors
- Farm Town Cheat: How to Get More Coins and Experience from Working on Your Neighbors' Farms
- Put Bing in your Firefox Sidebar for Easy Access to Movie Times, Weather, and More
- Facebook Farm Town Tips
- Samsung NC10 insta-review (netbook)







