![]() |
|
Spaces home Pankaj's BlogPhotosProfileFriendsMore ![]() | ![]() |
|
Added a blog entry "SQL Server clustering" What is Clustering?A Microsoft SQL Server Cluster is
nothing more than a collection of two or more physical servers with
identical access to shared storage that provides the disk resources
required to July 18 9:57 AM Added a blog entry "How to back up a database using script in SQL SERVER 2005" Use this script in order to backup a database :/*Author : Suprotim AgarwalCreation Date: Jan 2, 2008*/CREATE PROCEDURE [dbo].[usersp_BackUpDB]@DBNAME nvarchar(50),@PATH nvarchar(200),@BCKUPNAME nvarc June 13 10:53 AM Added a blog entry "How to see active connections for each Database in SQL Server 2005" At times, we need to check the number of active connections for each
Database on our server. This can be done easily using the following
script. The script displays the DatabaseName, the number of co June 13 10:53 AM Added a blog entry "How to send an email using SQL Server 2005" Sql Server Reporting Services provides a few global collections that
you can use in your reports to retrieve report information. One such
collection is GlobalsGlobals
contains global variables which June 12 12:37 PM Added a blog entry "Populate a table from a .CSV or .TXT file using SQL Server 2005" You can use Bulk Insert or SSIS to import text/csv files. There are
some advantages and disadvantages using any of these methods. In this
article, we will explore how to use the OPENROWSET to read a d June 12 12:35 PM |
|
||||||||||||||
|
|