<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>meabi.com &#187; MSSQL Server</title>
	<atom:link href="http://www.meabi.com/category/it-tech/mssql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meabi.com</link>
	<description>Technology Blog , Howtos, Tutorials and  Troubleshooting</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:50:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SQL Server &#8211; Bring Database from Single User Mode to MultiUser Mode</title>
		<link>http://www.meabi.com/sql-server-bring-database-from-single-user-mode-to-multiuser-mode/</link>
		<comments>http://www.meabi.com/sql-server-bring-database-from-single-user-mode-to-multiuser-mode/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 07:22:57 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[mssql server]]></category>
		<category><![CDATA[multi user mode]]></category>
		<category><![CDATA[single user mode]]></category>

		<guid isPermaLink="false">http://www.meabi.com/sql-server-bring-database-from-single-user-mode-to-multiuser-mode/</guid>
		<description><![CDATA[&#160; Its often troubles DBAs where once a DB went to Single User Mode it cant revert back to Multi User mode, the error looks some what like this Error Getting : Changes to the state or options of database cannot be made at this time. The database is in single-user mode, and a user [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-bring-database-from-single-user-mode-to-multiuser-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restart SQL Serives Console.</title>
		<link>http://www.meabi.com/how-to-restart-sql-serives-console/</link>
		<comments>http://www.meabi.com/how-to-restart-sql-serives-console/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 12:31:01 +0000</pubDate>
		<dc:creator>nimish</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=3719</guid>
		<description><![CDATA[Go to Start Menu &#62; programs &#62; Administrative Tools &#62; Services &#62; Right Click on &#8220;SQL Server (MSSQLSERVER)&#8221; and Choose Restart.(This will restart all SQL Services) Consider Reading....Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer EditionYou must enable remote connections for each instance of SQL Server 2005 that you want [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/how-to-restart-sql-serives-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL Server get next Identity insert value</title>
		<link>http://www.meabi.com/ms-sql-server-get-next-identity-insert-value/</link>
		<comments>http://www.meabi.com/ms-sql-server-get-next-identity-insert-value/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 02:31:00 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=3384</guid>
		<description><![CDATA[&#160; The problem behind SQL Server Identity field lies where when somebody delete intermediate rows, next identity value may be different from what we expect for eg. if we are inserting from 1 -50 on a table say table1 with an identity field, and we deleted 40-50 values after insertion what will be next identity [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/ms-sql-server-get-next-identity-insert-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL SERVER Insert result of a Stored Procedure in to a table</title>
		<link>http://www.meabi.com/sql-server-insert-result-of-a-stored-procedure-in-to-a-table/</link>
		<comments>http://www.meabi.com/sql-server-insert-result-of-a-stored-procedure-in-to-a-table/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 11:37:38 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2919</guid>
		<description><![CDATA[Result of Stored procedures are key in most SQL issues, to import resultset into a table , first the DB should include the table, insert into will not work with this scenario For Eg. Create proc PrintDate as select getdate() We need to insert result of this proc to a table called table1 create table1 [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-insert-result-of-a-stored-procedure-in-to-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADO.NET Data Services</title>
		<link>http://www.meabi.com/ado-net-data-services/</link>
		<comments>http://www.meabi.com/ado-net-data-services/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 11:10:21 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/ado-net-data-services/</guid>
		<description><![CDATA[&#160; Microsoft Data Platform Development Technical Article Ref:MSDN Summary: This document describes how to create and use Microsoft® ADO.NET Data Services, and discusses various details around the URI and payload formats. This document is meant as an introduction to ADO.NET Data Services and thus covers the core aspects of the technology, defering discussion of more [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/ado-net-data-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql Server Function With Table Parameter and Retuning Table</title>
		<link>http://www.meabi.com/sql-server-with-table-parameter-and-retuning-table/</link>
		<comments>http://www.meabi.com/sql-server-with-table-parameter-and-retuning-table/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:51:46 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/sql-server-with-table-parameter-and-retuning-table/</guid>
		<description><![CDATA[&#160; its a complex requirement for having table parameters to be passed and returned from a stored procedure by default SQL server doent accept table for this we need to create a user defined data type, say tabletype(for here) create type tableType as table ( f1 int, f2 char(1) ) Now create a table tab1 [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-with-table-parameter-and-retuning-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql server Function Returning a table</title>
		<link>http://www.meabi.com/sql-server-function-returning-a-table/</link>
		<comments>http://www.meabi.com/sql-server-function-returning-a-table/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:28:45 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/sql-server-function-returning-a-table/</guid>
		<description><![CDATA[here is an example for Functions in SQl Server which returns a table &#8211;&#60;START&#62; create function fnTab() returns @tab table( f1 int,f2 varchar(2000) ) as begin &#8211;inserting values to the table to be returned insert into @tab values (1,&#8217;name1&#8242;) insert into @tab values (1,&#8217;name2&#8242;) return end &#8211;&#60;/END&#62; now select from function select * from dbo.fnTab() [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-function-returning-a-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>what happened when more than one rule assigned to a column in SQL Server</title>
		<link>http://www.meabi.com/what-happened-when-more-than-one-rule-assigned-to-a-column-in-sql-server/</link>
		<comments>http://www.meabi.com/what-happened-when-more-than-one-rule-assigned-to-a-column-in-sql-server/#comments</comments>
		<pubDate>Mon, 09 May 2011 02:09:21 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/what-happened-when-more-than-one-rule-assigned-to-a-column-in-sql-server/</guid>
		<description><![CDATA[this is a complex case suppose we created 2 rules &#160; create rule rule11 as @r =100 create rule rule111 as @r =1001 and there is a tbale create table t11( cind int) what will happen if we tried to bound these 2 rules to this table sp_bindrule&#8217;rule11&#8242;,&#8217;t11.cind&#8217; sp_bindrule&#8217;rule111&#8242;,&#8217;t11.cind&#8217; now try sp_help t11 RowGuidCol No [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/what-happened-when-more-than-one-rule-assigned-to-a-column-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sql Server Defaults</title>
		<link>http://www.meabi.com/sql-server-defaults/</link>
		<comments>http://www.meabi.com/sql-server-defaults/#comments</comments>
		<pubDate>Tue, 03 May 2011 02:53:56 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/sql-server-defaults/</guid>
		<description><![CDATA[&#160; defaults are used for inserting default values to tables when the field is skipped or inserted iwth default values To dmonstrate lets create a table first &#160; create table default_test ( id int, r_date datetime default(getdate()), r_count int default(100) ) Now insert values to fields except r_date insert into default_test (id) values (1000) r_date [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-defaults/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Wild Chards</title>
		<link>http://www.meabi.com/sql-server-wild-chards/</link>
		<comments>http://www.meabi.com/sql-server-wild-chards/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 02:19:00 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/sql-server-wild-chards/</guid>
		<description><![CDATA[&#160; eg. table &#160; create table students ( st_id int primary key, st_name varchar(100), st_address varchar(max), st_phone char(10) ) &#160; insert into students select 1,&#8217;Abhilash&#8217;,'KOCHI&#8217;,&#8217;98400000&#8242; insert into students select 2,&#8217;Sooraj&#8217;,'Thrissur&#8217;,&#8217;99000000&#8242; insert into students select 3,&#8217;Roopjith&#8217;,'Kochi&#8217;,&#8217;974000000&#8242; insert into students select 4,&#8217;Cimily&#8217;,'Thodupuzha&#8217;,&#8217;99610000&#8242; insert into students select 5,&#8217;Sunit&#8217;,'Mumbai&#8217;,&#8217;9000000&#8242; insert into students select 6,&#8217;Rakesh&#8217;,'Utterpradesh&#8217;,&#8217;9000000&#8242; list all records starts either [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-wild-chards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Constraint MS SQL Server</title>
		<link>http://www.meabi.com/default-constraint-ms-sql-server/</link>
		<comments>http://www.meabi.com/default-constraint-ms-sql-server/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 14:31:44 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/default-constraint-ms-sql-server/</guid>
		<description><![CDATA[&#160; defaultconstraint in SQL server used to set a default value for a field when this field is intentionally or by keyword creating table with default constraint create table default_test ( id int, r_date datetime default(getdate()), r_count int default(100) ) here r_date will be current date and r_count will be 100 if skipped to insert [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/default-constraint-ms-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>update_statistics in SQL server</title>
		<link>http://www.meabi.com/update_statistics-in-sql-server/</link>
		<comments>http://www.meabi.com/update_statistics-in-sql-server/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 02:45:13 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2699</guid>
		<description><![CDATA[update_statistics in SQL server creates new indexes and re arrange all existing indexes accordingly to make sql server to perform better. &#160; syntax update_statistics Consider Reading....Determine SQL Server table size &#8216;sp_spaceused&#8217;to find SQL Server table size EXEC sp_spaceused 'table_name' will produce output like below name      rows        reserved           data               index_size         unused user_ids  523538      15744 KB           15712 [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/update_statistics-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sql Server Mirroring</title>
		<link>http://www.meabi.com/sql-server-mirroring/</link>
		<comments>http://www.meabi.com/sql-server-mirroring/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 01:22:54 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2691</guid>
		<description><![CDATA[SQL Server 2005 provides a set of high availability methods that the users can use to achieve fault tolerance and to prevent server outages and data loss. The selection of the high availability method depends on various factors. Some DBAs need the servers to be available 24/7, while others can afford an outage of a [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-mirroring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select column Length in Sql Server</title>
		<link>http://www.meabi.com/select-column-length-in-sql-server/</link>
		<comments>http://www.meabi.com/select-column-length-in-sql-server/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 09:39:04 +0000</pubDate>
		<dc:creator>meabi</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2656</guid>
		<description><![CDATA[suppose to find the length of a table&#8217;s filed length Eg. create table tab1 ( name varchar(100),number varchar(100) ) here to know length of field name select COL_LENGTH(&#8216;tab1&#8242;,&#8217;name&#8217;) returns 100 Consider Reading....Generate Random Numbers with SQL server Procedure&#160; Random numbers are used in a number of places in SQL Server DBs here is one proc [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/select-column-length-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Bulk IJnsert</title>
		<link>http://www.meabi.com/sql-server-bulk-ijnsert/</link>
		<comments>http://www.meabi.com/sql-server-bulk-ijnsert/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 09:34:51 +0000</pubDate>
		<dc:creator>meabi</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2654</guid>
		<description><![CDATA[To export content from another database , here database is a text file resides in d:\1.txt d:\1.txt content as below name1,121212 name2,232323 name3,45565656 &#160; BULK INSERT master.dbo.tab1 FROM &#8216;d:\1.txt&#8217; WITH ( FIELDTERMINATOR = &#8216;,&#8217;, ROWTERMINATOR = &#8216;\n&#8217; ) create table tab1 ( name varchar(100),number varchar(100) ) select * from tab1 name1 121212 name2 232323 name3 [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-bulk-ijnsert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Aggregate Functions</title>
		<link>http://www.meabi.com/sql-server-aggregate-functions/</link>
		<comments>http://www.meabi.com/sql-server-aggregate-functions/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 02:08:56 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[aggregate]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2636</guid>
		<description><![CDATA[Aggregate Functions  in SQL server includes Count Max Min Sum Avg Suppose a table named Table1 id     name     mark 1      name1   100 2     name2    150 3     name3    200 &#160; Count returns Count of records eg. select count(*) from Table1 =3 Max Returnds [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-aggregate-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to determine SQL Server Product Version and Edition</title>
		<link>http://www.meabi.com/how-to-determine-sql-server-product-version-and-edition/</link>
		<comments>http://www.meabi.com/how-to-determine-sql-server-product-version-and-edition/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 02:30:40 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[level]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[Sql server]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2597</guid>
		<description><![CDATA[Its easy to determine SQL Server Version and Edition from a single Query , for the same try the query below &#160; SELECT SERVERPROPERTY(&#8216;productversion&#8217;) as product_version, SERVERPROPERTY (&#8216;productlevel&#8217;) as product_level, SERVERPROPERTY (&#8216;edition&#8217;) as edition &#160; Result product_version  product_level  edition 10.50.1600.1   RTM   Standard Edition Consider Reading....Sql Server MirroringSQL Server 2005 provides a set of [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/how-to-determine-sql-server-product-version-and-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL Server Division not returning Fractional Values</title>
		<link>http://www.meabi.com/ms-sql-server-division-not-returning-fractional-values/</link>
		<comments>http://www.meabi.com/ms-sql-server-division-not-returning-fractional-values/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 16:21:21 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[division]]></category>
		<category><![CDATA[fraction]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=2542</guid>
		<description><![CDATA[Sql Server Division Omits Fractional Values, why ?]]></description>
		<wfw:commentRss>http://www.meabi.com/ms-sql-server-division-not-returning-fractional-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Find Sign of a Number</title>
		<link>http://www.meabi.com/sql-server-find-sign-of-a-number/</link>
		<comments>http://www.meabi.com/sql-server-find-sign-of-a-number/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 02:48:13 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[abs]]></category>
		<category><![CDATA[negativa]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.meabi.com/sql-server-find-sign-of-a-number/</guid>
		<description><![CDATA[Its Easy to Find Sign of a Number just like absolute value select sign(10) 1 Select&#160; sign (-101) -1 select sign(0) 0 Consider Reading....Important SQL mathematical FunctionsFind power of 10 to 5 select power(10,5) Result 100000 Find Square root of 225 select SQRT(225) Result 15 Select sign of a variable or ...Setting Up Apple mail [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/sql-server-find-sign-of-a-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Important SQL mathematical Functions</title>
		<link>http://www.meabi.com/important-sql-mathematical-functions/</link>
		<comments>http://www.meabi.com/important-sql-mathematical-functions/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 03:44:05 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[abhilash]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Important]]></category>
		<category><![CDATA[Loarithm]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[mathematical functions]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[Result]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[Select]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sqrt]]></category>
		<category><![CDATA[square]]></category>
		<category><![CDATA[square root]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[Variable]]></category>

		<guid isPermaLink="false">http://www.meabi.com/important-sql-mathematical-functions/</guid>
		<description><![CDATA[Find power of 10 to 5 select power(10,5) Result 100000 Find Square root of 225 select SQRT(225) Result 15 Select sign of a variable or value select SIGN(-10),SIGN(10) Result -1 1 Find Loarithm of a value select LOG(10) Result 2.30258509299405 Consider Reading....SQL SERVER Insert result of a Stored Procedure in to a tableResult of Stored [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/important-sql-mathematical-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate Random Numbers with SQL server Procedure</title>
		<link>http://www.meabi.com/generate-random-numbers-with-sql-server-procedure/</link>
		<comments>http://www.meabi.com/generate-random-numbers-with-sql-server-procedure/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 03:35:41 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[abhilash]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[dbs]]></category>
		<category><![CDATA[doesnt]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[GenerateRandomNumbers]]></category>
		<category><![CDATA[increment]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[Inserting]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[length]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[meabi]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[proc]]></category>
		<category><![CDATA[Procedure]]></category>
		<category><![CDATA[random numbers]]></category>
		<category><![CDATA[RandomNumbers]]></category>
		<category><![CDATA[Result]]></category>
		<category><![CDATA[rno]]></category>
		<category><![CDATA[Round]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sysobjects]]></category>
		<category><![CDATA[variable length]]></category>
		<category><![CDATA[WHERE]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[xtype]]></category>

		<guid isPermaLink="false">http://www.meabi.com/generate-random-numbers-with-sql-server-procedure/</guid>
		<description><![CDATA[&#160; Random numbers are used in a number of places in SQL Server DBs here is one proc for creating any number of Random numbers of variable length as supplied &#160; &#8211;&#60;START&#62; create proc GenerateRandomNumbers(@nos as int,@length as int) as /* Author: www.meabi.com Proc to create random numbers of your wish and length accepts 2 [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/generate-random-numbers-with-sql-server-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Normalization Detailed , Merits and Demerits</title>
		<link>http://www.meabi.com/database-normalization-detailed-merits-and-demerits/</link>
		<comments>http://www.meabi.com/database-normalization-detailed-merits-and-demerits/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:27:19 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[3nf]]></category>
		<category><![CDATA[abhilash]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[are]]></category>
		<category><![CDATA[briefly]]></category>
		<category><![CDATA[column values]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[database normalization]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[formal processes]]></category>
		<category><![CDATA[granularity]]></category>
		<category><![CDATA[isn]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[level]]></category>
		<category><![CDATA[logical database design]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[ManagerName]]></category>
		<category><![CDATA[mathematical theory]]></category>
		<category><![CDATA[Merits]]></category>
		<category><![CDATA[merits and demerits]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[nonkey]]></category>
		<category><![CDATA[normalization]]></category>
		<category><![CDATA[Normalized]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[performance profile]]></category>
		<category><![CDATA[Place]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[redundant data]]></category>
		<category><![CDATA[relation]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql tables]]></category>
		<category><![CDATA[technique]]></category>
		<category><![CDATA[termfor]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[trade offs]]></category>
		<category><![CDATA[update anomalies]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.meabi.com/database-normalization-detailed-merits-and-demerits/</guid>
		<description><![CDATA[&#160; Normalization Concepts Normalization is a technique for avoiding potential update anomalies, basically by minimizing redundant data in a logical database design. Normalized designs are in a sense “better” designs because they (ideally) keep each data item in only one place. Normalized database designs usually reduce update processing costs but can make query processing more [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/database-normalization-detailed-merits-and-demerits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert Data into a Remote server (SQL) from with in SQL server</title>
		<link>http://www.meabi.com/insert-data-into-a-remote-server-sql-from-with-in-sql-server/</link>
		<comments>http://www.meabi.com/insert-data-into-a-remote-server-sql-from-with-in-sql-server/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 16:22:20 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[abhilash]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[db1]]></category>
		<category><![CDATA[dbo]]></category>
		<category><![CDATA[external server]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[FROM]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[int c]]></category>
		<category><![CDATA[meabi]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[Owner]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[remote server]]></category>
		<category><![CDATA[Select]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server sql]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[varchar]]></category>

		<guid isPermaLink="false">http://www.meabi.com/insert-data-into-a-remote-server-sql-from-with-in-sql-server/</guid>
		<description><![CDATA[It is one of the most useful and powerful feature of SQL server.,to access an external server from residing server &#160; steps : 1. create a linked server http://www.meabi.com/create-a-linked-server-in-sql-2008/ 2. say server = [sql.meabi.com] &#160; SELECT * FROM [sql.meabi.com].[db_name].[db_owner].[table_name] 3. To insert data in to table1 on db1 with owner dbo of structure as below [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/insert-data-into-a-remote-server-sql-from-with-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Linked SQL Server from SQL server Script</title>
		<link>http://www.meabi.com/create-a-linked-sql-server-from-sql-server-script/</link>
		<comments>http://www.meabi.com/create-a-linked-sql-server-from-sql-server-script/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 08:58:16 +0000</pubDate>
		<dc:creator>meabi</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[abhilash]]></category>
		<category><![CDATA[addlinkedserver]]></category>
		<category><![CDATA[addlinkedsrvlogin]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[data access]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[dbo]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[False]]></category>
		<category><![CDATA[locallogin]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[promotion]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[remote login]]></category>
		<category><![CDATA[rmtsrvname]]></category>
		<category><![CDATA[RPC]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[schema validation]]></category>
		<category><![CDATA[script object]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security reasons]]></category>
		<category><![CDATA[server ip]]></category>
		<category><![CDATA[server script]]></category>
		<category><![CDATA[serveroption]]></category>
		<category><![CDATA[Sql server]]></category>
		<category><![CDATA[srvproduct]]></category>
		<category><![CDATA[Sub]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[transaction]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[useself]]></category>

		<guid isPermaLink="false">http://www.meabi.com/?p=1674</guid>
		<description><![CDATA[/****** Object: LinkedServer [&#60;SERVER IP&#62;] Script Date: 01/03/2011 14:26:00 ******/ EXEC master.dbo.sp_addlinkedserver @server = N&#8217;&#60;SERVER IP&#62;&#8217;, @srvproduct=N&#8217;SQL Server&#8217; /* For security reasons the linked server remote logins password is changed with ######## */ EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N&#8217;&#60;SERVER IP&#62;&#8217;,@useself=N&#8217;False&#8217;,@locallogin=NULL,@rmtuser=NULL,@rmtpassword=NULL EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N&#8217;&#60;SERVER IP&#62;&#8217;,@useself=N&#8217;False&#8217;,@locallogin=N&#8217;sa&#8217;,@rmtuser=N&#8217;&#60;REMOTE LOGIN&#62;&#8217;,@rmtpassword=&#8217;&#60;REMOTE PASSWORD&#62;&#8217; GO EXEC master.dbo.sp_serveroption @server=N&#8217;&#60;SERVER IP&#62;&#8217;, @optname=N&#8217;collation compatible&#8217;, @optvalue=N&#8217;false&#8217; GO EXEC master.dbo.sp_serveroption @server=N&#8217;&#60;SERVER [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/create-a-linked-sql-server-from-sql-server-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open a Text File From SQL Server using xp_cmdshell</title>
		<link>http://www.meabi.com/open-a-text-file-from-sql-server-using-xp_cmdshell/</link>
		<comments>http://www.meabi.com/open-a-text-file-from-sql-server-using-xp_cmdshell/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 03:06:27 +0000</pubDate>
		<dc:creator>ABHILASH</dc:creator>
				<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[abhilash]]></category>
		<category><![CDATA[Area]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[cmdshell]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[d test]]></category>
		<category><![CDATA[dbo]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[facets]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Goto]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[Select]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[surface area]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[txt]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[xpCMDShell]]></category>

		<guid isPermaLink="false">http://www.meabi.com/open-a-text-file-from-sql-server-using-xp_cmdshell/</guid>
		<description><![CDATA[For this we need to enable xpCMDShell enable in Surface Area Configuration &#160; &#160; &#160; &#160; &#160; Goto Right Click on Server &#62; Facets Select Surface Area Configuration Go to xPcmdShell enable Now go to New Query EXEC master.dbo.xp_cmdshell &#8216;type d:test.txt&#8217; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.meabi.com/open-a-text-file-from-sql-server-using-xp_cmdshell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

