<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQLAuthority News &#8211; Best Articles on SQLAuthority.com</title>
	<atom:link href="http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: swathi</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-86742</link>
		<dc:creator><![CDATA[swathi]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 08:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-86742</guid>
		<description><![CDATA[hi

i am using .net code  in sript task in ssis,but is giving error.plz any one can solve

Option Strict Off

Imports System
Imports System.Data
Imports System.Math
Imports System.Net.Mail
Imports Microsoft.SqlServer.Dts.Runtime

Public Class ScriptMain
    Public Sub Main()

        Dim varHTMLMail As MailMessage
        Dim varSMTPClient As SmtpClient
        Dim varMailBody As Object
        Dim varAddresses As String

        varMailBody = Dts.Variables(&quot;varSalesSummaryHTML&quot;).Value
        varAddresses = Dts.Variables(&quot;varMailTo&quot;).Value.ToString
        varHTMLMail = New MailMessage(&quot;noreply@domain.com&quot;, varAddresses, &quot;Daily Order Summary&quot;, varMailBody)
        varHTMLMail.IsBodyHtml = True
        varSMTPClient = New SmtpClient(&quot;Your_SMTP_Server_Name&quot;)
        varSMTPClient.UseDefaultCredentials = True
        varSMTPClient.Send(varHTMLMail)

        Dts.TaskResult = Dts.Results.Success
    End Sub
End Class]]></description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i am using .net code  in sript task in ssis,but is giving error.plz any one can solve</p>
<p>Option Strict Off</p>
<p>Imports System<br />
Imports System.Data<br />
Imports System.Math<br />
Imports System.Net.Mail<br />
Imports Microsoft.SqlServer.Dts.Runtime</p>
<p>Public Class ScriptMain<br />
    Public Sub Main()</p>
<p>        Dim varHTMLMail As MailMessage<br />
        Dim varSMTPClient As SmtpClient<br />
        Dim varMailBody As Object<br />
        Dim varAddresses As String</p>
<p>        varMailBody = Dts.Variables(&#8220;varSalesSummaryHTML&#8221;).Value<br />
        varAddresses = Dts.Variables(&#8220;varMailTo&#8221;).Value.ToString<br />
        varHTMLMail = New MailMessage(&#8220;noreply@domain.com&#8221;, varAddresses, &#8220;Daily Order Summary&#8221;, varMailBody)<br />
        varHTMLMail.IsBodyHtml = True<br />
        varSMTPClient = New SmtpClient(&#8220;Your_SMTP_Server_Name&#8221;)<br />
        varSMTPClient.UseDefaultCredentials = True<br />
        varSMTPClient.Send(varHTMLMail)</p>
<p>        Dts.TaskResult = Dts.Results.Success<br />
    End Sub<br />
End Class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Parkkola</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64928</link>
		<dc:creator><![CDATA[Marko Parkkola]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 14:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64928</guid>
		<description><![CDATA[Hi,

Heh. Well, if you like you could rewrite in the form of article and let&#039;s split fame and glory in half :)

I&#039;m too lazy and tired right now to write an article. And I reckon that next week isn&#039;t going to be any better with 75% of our staff in union strike...

BR,
Marko]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Heh. Well, if you like you could rewrite in the form of article and let&#8217;s split fame and glory in half :)</p>
<p>I&#8217;m too lazy and tired right now to write an article. And I reckon that next week isn&#8217;t going to be any better with 75% of our staff in union strike&#8230;</p>
<p>BR,<br />
Marko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64925</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 11:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64925</guid>
		<description><![CDATA[Hi Marko,

This can be another great article from you :)

Kind Regards,
Pinal]]></description>
		<content:encoded><![CDATA[<p>Hi Marko,</p>
<p>This can be another great article from you :)</p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Parkkola</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64924</link>
		<dc:creator><![CDATA[Marko Parkkola]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 11:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64924</guid>
		<description><![CDATA[Blog ate my XML but here it is: http://msdn.microsoft.com/en-us/library/ms186918.aspx]]></description>
		<content:encoded><![CDATA[<p>Blog ate my XML but here it is: <a href="http://msdn.microsoft.com/en-us/library/ms186918.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms186918.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Parkkola</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64913</link>
		<dc:creator><![CDATA[Marko Parkkola]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 10:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64913</guid>
		<description><![CDATA[Hi,

I&#039;m not sure if I understood correctly and I&#039;ve never used OPENXML before but I came up with something like this.



-- This is the table that is created and where data is imported
declare @TableName nvarchar(max)
set @TableName = N&#039;MyXMLTable&#039;
-- Drop temp table if it exists
IF NOT OBJECT_ID(&#039;tempdb..#xml_temp&#039;) IS NULL DROP TABLE #xml_temp
-- Here we have the XML
-- This piece of code is taken from MSDN
DECLARE @doc varchar(1000)
SET @doc = &#039;


   
      
      
   


   
      
   

&#039;
-- Prepare the document and create a handle to it
DECLARE @idoc int
EXEC sp_xml_preparedocument @idoc OUTPUT, @doc
-- Select XML into temp table
SELECT    *
INTO	#xml_temp
FROM       OPENXML (@idoc, &#039;/ROOT/Customer/Order/OrderDetail&#039;, 2)
            WITH (
               CustomerID  varchar(10) &#039;../@CustomerID&#039;,
               OrderDate   datetime    &#039;../@OrderDate&#039;,
               ProdID      int         &#039;@ProductID&#039;,
               Qty         int         &#039;@Quantity&#039;)
-- Build CREATE clause based on temp table&#039;s schema
declare @sql nvarchar(max)
set @sql = N&#039;CREATE TABLE [&#039; + @TableName + N&#039;] (&#039;
select 
	@sql = @sql + N&#039;[&#039; + c.name + N&#039;] &#039; + ty.name + 
	case
		when ty.name in (&#039;char&#039;, &#039;nchar&#039;, &#039;varchar&#039;, &#039;nvarchar&#039;, &#039;varbinary&#039;) then N&#039;(&#039; + cast(c.max_length as nvarchar) + N&#039;)&#039;
		when ty.name in (&#039;decimal&#039;, &#039;numeric&#039;) then &#039;(&#039; + cast(c.precision as nvarchar) + N&#039;, &#039; + cast(c.scale as nvarchar) + N&#039;)&#039;
		else N&#039;&#039;
	end +
	N&#039;, &#039;
from tempdb.sys.columns c
join sys.types ty on ty.system_type_id = c.system_type_id
where c.object_id = object_id(&#039;tempdb..#xml_temp&#039;)
order by c.column_id
-- Execute dynamic CREATE clause
set @sql = substring(@sql, 0, len(@sql) - 1) + &#039;)&#039;
exec sp_executesql @sql
-- Copy data into newly created table from temp table
set @sql = &#039;INSERT INTO [&#039; + @TableName + &#039;] SELECT * FROM #xml_temp&#039;
exec sp_executesql @sql
-- Cleanup stuff
-- Select data out of new table
set @sql = &#039;SELECT * FROM [&#039; + @TableName + &#039;]&#039;
exec sp_executesql @sql
-- Drop it
set @sql = &#039;DROP TABLE [&#039; + @TableName + &#039;]&#039;
exec sp_executesql @sql
-- Finally drop the temp table
DROP TABLE #xml_temp]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m not sure if I understood correctly and I&#8217;ve never used OPENXML before but I came up with something like this.</p>
<p>&#8211; This is the table that is created and where data is imported<br />
declare @TableName nvarchar(max)<br />
set @TableName = N&#8217;MyXMLTable&#8217;<br />
&#8211; Drop temp table if it exists<br />
IF NOT OBJECT_ID(&#8216;tempdb..#xml_temp&#8217;) IS NULL DROP TABLE #xml_temp<br />
&#8211; Here we have the XML<br />
&#8211; This piece of code is taken from MSDN<br />
DECLARE @doc varchar(1000)<br />
SET @doc = &#8216;</p>
<p>&#8216;<br />
&#8211; Prepare the document and create a handle to it<br />
DECLARE @idoc int<br />
EXEC sp_xml_preparedocument @idoc OUTPUT, @doc<br />
&#8211; Select XML into temp table<br />
SELECT    *<br />
INTO	#xml_temp<br />
FROM       OPENXML (@idoc, &#8216;/ROOT/Customer/Order/OrderDetail&#8217;, 2)<br />
            WITH (<br />
               CustomerID  varchar(10) &#8216;../@CustomerID&#8217;,<br />
               OrderDate   datetime    &#8216;../@OrderDate&#8217;,<br />
               ProdID      int         &#8216;@ProductID&#8217;,<br />
               Qty         int         &#8216;@Quantity&#8217;)<br />
&#8211; Build CREATE clause based on temp table&#8217;s schema<br />
declare @sql nvarchar(max)<br />
set @sql = N&#8217;CREATE TABLE [' + @TableName + N'] (&#8216;<br />
select<br />
	@sql = @sql + N&#8217;[' + c.name + N'] &#8216; + ty.name +<br />
	case<br />
		when ty.name in (&#8216;char&#8217;, &#8216;nchar&#8217;, &#8216;varchar&#8217;, &#8216;nvarchar&#8217;, &#8216;varbinary&#8217;) then N&#8217;(&#8216; + cast(c.max_length as nvarchar) + N&#8217;)&#8217;<br />
		when ty.name in (&#8216;decimal&#8217;, &#8216;numeric&#8217;) then &#8216;(&#8216; + cast(c.precision as nvarchar) + N&#8217;, &#8216; + cast(c.scale as nvarchar) + N&#8217;)&#8217;<br />
		else N&#8221;<br />
	end +<br />
	N&#8217;, &#8216;<br />
from tempdb.sys.columns c<br />
join sys.types ty on ty.system_type_id = c.system_type_id<br />
where c.object_id = object_id(&#8216;tempdb..#xml_temp&#8217;)<br />
order by c.column_id<br />
&#8211; Execute dynamic CREATE clause<br />
set @sql = substring(@sql, 0, len(@sql) &#8211; 1) + &#8216;)&#8217;<br />
exec sp_executesql @sql<br />
&#8211; Copy data into newly created table from temp table<br />
set @sql = &#8216;INSERT INTO [' + @TableName + '] SELECT * FROM #xml_temp&#8217;<br />
exec sp_executesql @sql<br />
&#8211; Cleanup stuff<br />
&#8211; Select data out of new table<br />
set @sql = &#8216;SELECT * FROM [' + @TableName + ']&#8216;<br />
exec sp_executesql @sql<br />
&#8211; Drop it<br />
set @sql = &#8216;DROP TABLE [' + @TableName + ']&#8216;<br />
exec sp_executesql @sql<br />
&#8211; Finally drop the temp table<br />
DROP TABLE #xml_temp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupesh</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64870</link>
		<dc:creator><![CDATA[Rupesh]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64870</guid>
		<description><![CDATA[Hi Marko,

Thnx for your suggestion. 
I am trying to import the file through OPENXML. I get stuck on how to provide the SCHEMADECLARAION in the &quot;WITH&quot; clause of OPENXML.  I dont know the fields of the XML file so I can create the table in advance or pass the columns of the file in &quot;WITH&quot; clause.
Is there something like, I pass the XML file and its Schema and it will automatically import the file (using XML). I want the whole process to be done only in T-SQL (so that I can create a procedure for importing any XML file to SQL tables.)

Thanks in advance.

Rupesh]]></description>
		<content:encoded><![CDATA[<p>Hi Marko,</p>
<p>Thnx for your suggestion.<br />
I am trying to import the file through OPENXML. I get stuck on how to provide the SCHEMADECLARAION in the &#8220;WITH&#8221; clause of OPENXML.  I dont know the fields of the XML file so I can create the table in advance or pass the columns of the file in &#8220;WITH&#8221; clause.<br />
Is there something like, I pass the XML file and its Schema and it will automatically import the file (using XML). I want the whole process to be done only in T-SQL (so that I can create a procedure for importing any XML file to SQL tables.)</p>
<p>Thanks in advance.</p>
<p>Rupesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Parkkola</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64748</link>
		<dc:creator><![CDATA[Marko Parkkola]]></dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64748</guid>
		<description><![CDATA[1) Yes, of course. You could try to write XSL template to generate SQL script from XML Schema and run it with custom application. Or you could write T/SQL procedure which builds SQL using XQuery/XPath and runs it with sp_executesql.

But are you talking about XML Schema (http://www.w3schools.com/Schema/default.asp) or some custom schema file? There&#039;s some restrictions and limitations so if you could provide some snippet from your schema file I think I could help you more.]]></description>
		<content:encoded><![CDATA[<p>1) Yes, of course. You could try to write XSL template to generate SQL script from XML Schema and run it with custom application. Or you could write T/SQL procedure which builds SQL using XQuery/XPath and runs it with sp_executesql.</p>
<p>But are you talking about XML Schema (<a href="http://www.w3schools.com/Schema/default.asp" rel="nofollow">http://www.w3schools.com/Schema/default.asp</a>) or some custom schema file? There&#8217;s some restrictions and limitations so if you could provide some snippet from your schema file I think I could help you more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupesh</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64733</link>
		<dc:creator><![CDATA[Rupesh]]></dc:creator>
		<pubDate>Wed, 07 Apr 2010 12:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-64733</guid>
		<description><![CDATA[Hi Pinal,

1). Is it possible to create a table using the XML schema file. If yes how? can you please help.

2). I have a table which is created using OPENXML. how can we correlate the different columns (id, parentid,prev etc) to get the correct data.

Please help me.
Thanks in advance
Rupesh]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>1). Is it possible to create a table using the XML schema file. If yes how? can you please help.</p>
<p>2). I have a table which is created using OPENXML. how can we correlate the different columns (id, parentid,prev etc) to get the correct data.</p>
<p>Please help me.<br />
Thanks in advance<br />
Rupesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-59801</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-59801</guid>
		<description><![CDATA[Hi,

This can be acheived by two methods:
1. By synchronyzing the server with outlook and
2. With some ADO coding to create connection to outlook.Application and SQL server.

About first method get details at below page:
http://msdn.microsoft.com/en-us/library/aa479346.aspx

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This can be acheived by two methods:<br />
1. By synchronyzing the server with outlook and<br />
2. With some ADO coding to create connection to outlook.Application and SQL server.</p>
<p>About first method get details at below page:<br />
<a href="http://msdn.microsoft.com/en-us/library/aa479346.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa479346.aspx</a></p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Osi</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-59711</link>
		<dc:creator><![CDATA[Osi]]></dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-59711</guid>
		<description><![CDATA[Hey I love this blog. i have a crazy question for you. is there a way to email into SQL server? if a friend sends me an email, can it go staight into SQL server and store it in a designated table? please let me know thanks.]]></description>
		<content:encoded><![CDATA[<p>Hey I love this blog. i have a crazy question for you. is there a way to email into SQL server? if a friend sends me an email, can it go staight into SQL server and store it in a designated table? please let me know thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-52204</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Fri, 22 May 2009 14:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-52204</guid>
		<description><![CDATA[@Jeet, 

You can expect these kind of shocks when using Bulk Copy. 

I can tell you one work around, Dont know if this will work for you. When you are doing a SQLBulkCopy, why dont you do it in a global/local temporary table. Store all values into a temporary table and from that temporary table insert into your main table.

Once you have data in temporary table, then you can do 

Insert into YourMainTable 
select * from #TemporaryTableName

This should definitely fire your trigger for every record.

Also, I had similar problem earlier with triggers, I was doing a insert into select * from, and trigger was firing for the last record, I thought its a bug in SQL Server, but the problem was with the trigger. Trigger was not properly written.

Why dont you first check the trigger, run insert into YourTableName and select * from AnotherTableName see if trigger fires for every record. 

If you need help with this, Let us know.

~ IM.]]></description>
		<content:encoded><![CDATA[<p>@Jeet, </p>
<p>You can expect these kind of shocks when using Bulk Copy. </p>
<p>I can tell you one work around, Dont know if this will work for you. When you are doing a SQLBulkCopy, why dont you do it in a global/local temporary table. Store all values into a temporary table and from that temporary table insert into your main table.</p>
<p>Once you have data in temporary table, then you can do </p>
<p>Insert into YourMainTable<br />
select * from #TemporaryTableName</p>
<p>This should definitely fire your trigger for every record.</p>
<p>Also, I had similar problem earlier with triggers, I was doing a insert into select * from, and trigger was firing for the last record, I thought its a bug in SQL Server, but the problem was with the trigger. Trigger was not properly written.</p>
<p>Why dont you first check the trigger, run insert into YourTableName and select * from AnotherTableName see if trigger fires for every record. </p>
<p>If you need help with this, Let us know.</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeet</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-52191</link>
		<dc:creator><![CDATA[jeet]]></dc:creator>
		<pubDate>Fri, 22 May 2009 09:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-52191</guid>
		<description><![CDATA[Hello Sir,

I have written one C# windows application where in I am using SQLBulkCopy - but the target table has one insert trigger defined - I could manage to execute the trigger on bulk insert by employing SQLbulkCopyOptions.FireTrigger enumeration - but trigger executes after ALL records inserted - which is I DO NOT want - I want trigger should fire for individual record as if independent insert trigger - how do I do that?

regards

Jeet]]></description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>I have written one C# windows application where in I am using SQLBulkCopy &#8211; but the target table has one insert trigger defined &#8211; I could manage to execute the trigger on bulk insert by employing SQLbulkCopyOptions.FireTrigger enumeration &#8211; but trigger executes after ALL records inserted &#8211; which is I DO NOT want &#8211; I want trigger should fire for individual record as if independent insert trigger &#8211; how do I do that?</p>
<p>regards</p>
<p>Jeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kavita</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-51821</link>
		<dc:creator><![CDATA[kavita]]></dc:creator>
		<pubDate>Tue, 12 May 2009 19:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-51821</guid>
		<description><![CDATA[sir ,
i want to encrypt and then store the passwords in the database using sql server 2005.

i can encrypt and decrypt by keys and certificate either strings or integers but not alphanumeric passwords or that include special characters...

plz help.]]></description>
		<content:encoded><![CDATA[<p>sir ,<br />
i want to encrypt and then store the passwords in the database using sql server 2005.</p>
<p>i can encrypt and decrypt by keys and certificate either strings or integers but not alphanumeric passwords or that include special characters&#8230;</p>
<p>plz help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmendra Dixit</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-31719</link>
		<dc:creator><![CDATA[Dharmendra Dixit]]></dc:creator>
		<pubDate>Tue, 08 Jan 2008 12:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-31719</guid>
		<description><![CDATA[Dear Pinal,


Thanks for giving all these helpfull articles.

Regards
Dharmendra Dixit]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal,</p>
<p>Thanks for giving all these helpfull articles.</p>
<p>Regards<br />
Dharmendra Dixit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Rauf</title>
		<link>http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-19054</link>
		<dc:creator><![CDATA[Abdul Rauf]]></dc:creator>
		<pubDate>Mon, 12 Nov 2007 11:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/04/sqlauthority-news-best-articles-on-sqlauthoritycom/#comment-19054</guid>
		<description><![CDATA[Hello Sir:
is ther any complete tutorial…….which starts from creation of store procedure and go on further trigers and views……..means a complete layout. start to end.]]></description>
		<content:encoded><![CDATA[<p>Hello Sir:<br />
is ther any complete tutorial…….which starts from creation of store procedure and go on further trigers and views……..means a complete layout. start to end.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
