Viewing 15 posts - 331 through 345 (of 388 total)
Hi all,
we can pass an ADO.NET DataTable from the FRONT END application to a stored procedure which takes a TABLE TYPE as an argument.
I am putting up a sample application which...
September 17, 2007 at 1:23 am
The examples were created with SQL Server 2008. SQL Server 2005 does not support MERGE. It is available only with SQL Server 2008
You can download SQL server 2008 (KATMAI) at...
September 14, 2007 at 4:14 am
Just tried this and it works:
ON
(d.OrderNumber = o.OrderNumber AND
September 11, 2007 at 9:54 am
From my testing, i found that the triggers are always fired in the following order.
1. insert
2. update
3. delete
I am not sure if we can always assume this order.
September 11, 2007 at 9:50 am
Here is an example:
WHEN
SOURCE NOT MATCHED THEN
--DELETE
UPDATE
September 11, 2007 at 9:39 am
Hi Rob,
The focus of this article was to present the MERGE keyword and hence I started from where we stopped in a previous article.
There is another article scheduled, which introduces...
September 11, 2007 at 1:33 am
Hi noggin,
I had found 3 points that I must add to the above article after playing with a few real-life assignments.
August 29, 2007 at 12:48 am
Hi all,
again, the source code listing does not show up well in IE. The lines are wrapped at places where they are not supposed to be.
The code shows up...
August 24, 2007 at 10:15 pm
There is an execellent article by Robyn Page and Phil Factor at http://www.simple-talk.com/sql/t-sql-programming/rss-newsfeed-workbench/
The above article shows how to read a disk file using OPENROWSET + BULK
August 24, 2007 at 1:04 am
You are correct. The whole XML Workshop focuses on SQL Server 2005 only. That was the reason why I did not mention it.
The rest of the articles in the...
August 8, 2007 at 8:51 am
dinesh,
I did not notice your message until this morning (when i get into this page accidently), because this article is not yet published. It is scheduled and will be out...
August 8, 2007 at 4:33 am
Hi all,
I see that the source code listing does not wrap lines correctly in IE7. If you happened to find the same, you could try with firefox.
thanks
Jacob
August 7, 2007 at 11:43 pm
Thank you Mr.Leach and Mr.Fritchey for your comments. What I like best with SQLServerCentral is the large number of DB experts who share their thoughts and experiences in the discussion...
July 25, 2007 at 5:53 am
In the worst case, i can help you out by setting up a meeting at http://www.gotomeeting.com 🙂
July 18, 2007 at 11:46 pm
Viewing 15 posts - 331 through 345 (of 388 total)