Tag: sql server

Community

SQL Server backup utility

(Shabdar Ghata) Whenever we want to backup or move SQL Server database, most of us prefer to use regular backup utility which is available through Enterprise Manager in SQL Server 2000 or Management Studio in SQL Server 2005. Limitation of using Enterprise Manager or Management Studio is we have to

Community

Integer Arrays Using T-SQL

(Chris Martinez) Anyone that has worked with SQL Server for a while undoubtedly has come across a scenario where they needed a way to pass an array as a parameter to a stored procedure. One of the most common of these scenarios involves a stored procedure that must be executed passing numerous prima

Community

Tricks for Processing SQL Scripts

(Josef Finsel) SQL Server 2005’s Management Studio offers lots of new functionality, but you can’t always use a GUI. Sometimes you need to run a script from the command line, especially for an upgrade or install script. Previous versions of SQL Server had two command-line utilities: ISQL, which uses