Viewing 11 posts - 916 through 926 (of 926 total)
Thanks everyone for the comments
"Mike Dougherty" its a funny world, anything can happen !!!
"btw, if return is encountered while a transaction is uncommitted - does it rollback?" And the...
August 19, 2013 at 8:32 am
a bit delayed response from my side .... but a good question !!!
August 13, 2013 at 12:27 am
For Some reason ... Excel and SSIS dont really like each other 🙂
August 12, 2013 at 6:06 am
Thanks Hugo for taking so much from the other for me ... really appreciated !!!
For the explanation weak thing ... i accept the explanation is not as detailed as it...
August 12, 2013 at 4:26 am
Hope it helps u and others !!!
DECLARE @t Table
(
AreaID int,
AreaName nvarchar(100),
Responsible nvarchar(100)
)
Insert Into @t
Select 1, 'Finance',Null
Union All
Select 2, 'IT','Internal, External'
Union All
Select 3, 'Audit, Security', 'Internal'
Union All
Select 4, 'Health, Safety, Compliance',...
August 7, 2013 at 6:40 am
Thanks for the comments guys.
@kingston Dhasian: your explanation is the correct one.
Actually this was a real time issue, when people just write queries in a hurry and forget...
August 7, 2013 at 1:05 am
Viewing 11 posts - 916 through 926 (of 926 total)