<?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>Internet solutions team &#187; Database</title>
	<atom:link href="http://www.isolutionteam.co.uk/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:48:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Find occurrence of object in a database using sql script</title>
		<link>http://www.isolutionteam.co.uk/find-occurrence-of-object-in-a-database-using-sql-script/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/find-occurrence-of-object-in-a-database-using-sql-script/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 13:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[Find occurrence of object in a database using sql script]]></category>
		<category><![CDATA[Microsft SQL server]]></category>
		<category><![CDATA[t-sql]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=340</guid>
		<description><![CDATA[// < ![CDATA[ // < ![CDATA[ google_ad_client = "pub-2833062279404938"; /* 468x60, created 1/28/10 */ google_ad_slot = "8452381106"; google_ad_width = 468; google_ad_height = 60; // ]]&#62; Following is very useful script which will give you occurrence of object or will tell you where you have used the object like field name is being used in stored [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/find-occurrence-of-object-in-a-database-using-sql-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL error handling using Try Catch with sql server 2008</title>
		<link>http://www.isolutionteam.co.uk/sql-error-handling-using-try-catch-with-sql-server-2008/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/sql-error-handling-using-try-catch-with-sql-server-2008/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 11:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[error handling in sql t-sql]]></category>
		<category><![CDATA[how to handle errors in t-sql usnig try catch]]></category>
		<category><![CDATA[Microsoft Sql Server 2008]]></category>
		<category><![CDATA[sql server try catch]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=351</guid>
		<description><![CDATA[Following is code snipest which tells how to handle errors in SQL , T-SQL using Try Catch block. The code is self explanatory. This works excellent with Insert, Delete and Update SQL commands. Tested with Microsoft SQL server 2008. USE [databasname] BEGIN TRY BEGIN TRANSACTION Script code here; COMMIT TRANSACTION END TRY BEGIN CATCH IF [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/sql-error-handling-using-try-catch-with-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assigning and Modifying Database Values “in Place”</title>
		<link>http://www.isolutionteam.co.uk/assigning-and-modifying-database-values-%e2%80%9cin-place%e2%80%9d/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/assigning-and-modifying-database-values-%e2%80%9cin-place%e2%80%9d/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 18:08:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[Assigning and modifying database values in place]]></category>
		<category><![CDATA[Sql server 2008]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=346</guid>
		<description><![CDATA[Assigning and Modifying Database Values “in Place” SQL Server 2008 introduces new compound assignment operators beyond the standard equality (=) operator that allow you to both assign and modify the outgoing data value. These operators are similar to what you would see in the C and Java languages. New assignment operators include the following: • [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/assigning-and-modifying-database-values-%e2%80%9cin-place%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Sensitive comparison of data in Select query</title>
		<link>http://www.isolutionteam.co.uk/case-sensitive-comparison-of-data-in-select-query/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/case-sensitive-comparison-of-data-in-select-query/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 11:16:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[Sql data Case sensitive comparison]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=313</guid>
		<description><![CDATA[You can forcefully do the case sensitive comparison of data in sql serer by using COLLATE Latin1_General_CS_AS in a select query Select * from  Table1 inner join Table2 Table2.ID=Table1.ID where (Table2.WebsiteUrl  COLLATE Latin1_General_CS_AS)&#60;&#62;(Table2.websiteurl COLLATE Latin1_General_CS_AS) I Wan to share this post:]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/case-sensitive-comparison-of-data-in-select-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to export delimited (tab, space, comman) file from query analyzer</title>
		<link>http://www.isolutionteam.co.uk/how-to-export-delimited-tab-space-comman-file-from-query-analyzer/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/how-to-export-delimited-tab-space-comman-file-from-query-analyzer/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 11:10:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[Export  SQl result as CSV file]]></category>
		<category><![CDATA[SQl Query analyzer]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=310</guid>
		<description><![CDATA[How to export delimited (tab, space, comman) file from query analyzer Visual Management Studio (2005) In the  Query menu choose Query options 1.  From Results Choose Text 2. Choose out format from drop down list 3.  Click OK. 4. In the query menu from  Result to choose Result to file 5.  Run your query it [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/how-to-export-delimited-tab-space-comman-file-from-query-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get only date from data field SQl server t- sql</title>
		<link>http://www.isolutionteam.co.uk/how-to-get-only-date-from-data-field-sql-server-t-sql/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/how-to-get-only-date-from-data-field-sql-server-t-sql/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 13:49:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[get date only from sql server]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server date time]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=308</guid>
		<description><![CDATA[Following line gives you the short date  from long date time field. ie. From a date time field of Sql server field if you need to extract only date use the the following method. Replace GetDate() with your date field name. Cast(Floor(Cast(Getdate() as float)) as datetime I Wan to share this post:]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/how-to-get-only-date-from-data-field-sql-server-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL server connection time out</title>
		<link>http://www.isolutionteam.co.uk/sql-server-connection-time-out/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/sql-server-connection-time-out/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[how to increase sql server connection time out]]></category>
		<category><![CDATA[sql server connection timeout]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=295</guid>
		<description><![CDATA[How to increase Connection time out in Sql server? Connection time out can be defined in SQL server in two ways. 1)  Connection timeout in Connection string property: which determines how long it should take to open a connection. It is affected by Network i.e. If network is slow. If a connection is opened the [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/sql-server-connection-time-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Different Database on Different SQL Servers</title>
		<link>http://www.isolutionteam.co.uk/accessing-different-database-on-different-sql-servers/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/accessing-different-database-on-different-sql-servers/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 10:52:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[Accessing Different Database on Different SQL Servers]]></category>
		<category><![CDATA[Select data from two servers]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql sever 2005]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=80</guid>
		<description><![CDATA[Accessing Different Database on Different SQL Servers I was trying to Access two databases on two different servers. I was usring four part name to SQlServer &#8220;[sqlserver02].MyDatabase.dbo.aspnet_membership&#8221; but it was not letting me do that and was showing following error message. Msg 7202, Level 11, State 2, Line 1 Could not find server &#8216;sqlserver02&#8242; in [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/accessing-different-database-on-different-sql-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two methods to update data from one table to another table using sql and TSQl</title>
		<link>http://www.isolutionteam.co.uk/two-methods-to-update-data-from-one-table-to-another-table-using-sql-and-tsql/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/two-methods-to-update-data-from-one-table-to-another-table-using-sql-and-tsql/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 15:18:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[fields from one table to another tbale]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tsql]]></category>
		<category><![CDATA[update data]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=249</guid>
		<description><![CDATA[Two methods to updated data from one table to another table using sql and TSQL, T1=Table1 T2=Table2 F1=Field1 F2=Field2 F3=Filed3 F4=Field4 Method one, Update date using subquery from one table to another table update T2 set T2.F1=isnull(T1.F1,&#8221;), T2.F2= T1.F2, T2.F3= T1.F3 from T1 inner join T2 on T2.F2= T1.F4 where T2.F2&#60;&#62; T1.F2 and T2.F3&#60;&#62; T1.F3 [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/two-methods-to-update-data-from-one-table-to-another-table-using-sql-and-tsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Json, Jquery, $.ajax(), asp.net  and c# to get ajaxed data table rows passing multiple parameters</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:16:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[data table]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[javascript eval]]></category>
		<category><![CDATA[jquery ajax]]></category>
		<category><![CDATA[jsonm]]></category>
		<category><![CDATA[parse data table rows to json]]></category>
		<category><![CDATA[using jquery ajax with asp.net]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159</guid>
		<description><![CDATA[Json, Jquery, $.ajax(), asp.net  and c# to get ajaxed data table rows passing multiple parameters I got a request from my client that before creating user they want to see the list of existing users with the like  first name and last name. I didn&#8217;t want to use asp.net ajax update panel and full post [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
