Viewing 7 posts - 1 through 8 (of 8 total)
This is the query i was trying to do...
i was trying to get vend_i and dept which has max(wgt) when grouped by vend_i and dept
select vend_i,dept,max(tot_wgt)
from
table1
group by vend_i,dept
June 12, 2013 at 2:39 am
Thanks for the help....
Tried Enabling Identity Insert and it worked..
December 10, 2009 at 10:39 pm
Stored Proc is for deleting the data from a table.
i have used the cmd.commandTimeout property...
Even then,it is giving the same error..
February 5, 2009 at 2:11 am
Thanku 4 reply Jack !!!
And I m sorry..i couldnt reply u back...
Where can i change tht default setting for timeout...
In the package,there are few script tasks and Execute Process tasks..
February 4, 2009 at 2:21 am
' Microsoft SQL Server Integration Services Script Task
' Write scripts using Microsoft Visual Basic
' The ScriptMain class is the entry point of the Script Task.
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Math
Imports Microsoft.SqlServer.Dts.Runtime
Public...
January 20, 2009 at 2:10 am
Unloads the data from a table ....
January 19, 2009 at 11:50 pm
shithij,
I want this output in SQL Server Business Intelligence Studio...
November 24, 2008 at 11:25 pm
Viewing 7 posts - 1 through 8 (of 8 total)