Viewing 9 posts - 1 through 9 (of 9 total)
Thanks all for your help on this one.
My research indicates numerous possible causes, but in this instance, it looks to be a permissions issue going across domains.
J
February 6, 2012 at 2:19 am
Thanks both for your speedy answers!
Firstly the permissions... surely "Everyone" would encompass the SQL Server account?
And yes - I'd love to have the file locally - but it's impossible in...
February 3, 2012 at 3:57 am
You could also add it as a Linked Server.
November 2, 2011 at 8:40 am
Try this:
[font="Courier New"]declare @strSQL varchar(1000)
set @strSQL = 'INSERT INTO dbo.Person ('
select @strSQL +=ColumnName + ',' from #Test
set @strSQL = left(@strSQL,len(@strsql)-1)
select @strSQL += ') VALUES ('
select @strSQL += case...
August 4, 2011 at 4:47 am
OK, sounds like you have inherited some dodgy data, but what can you do.
My understanding of your problem is that you want to "cluster" CompanyNames where the first word is...
July 26, 2011 at 8:06 am
Aha!
I'll get that installed. Thanks for your help.
December 10, 2008 at 2:11 am
That's great - many thanks for your help.
November 26, 2008 at 2:30 am
Thanks very much for that guys.
Maybe Im being blind but I cant find "DestinationObjectProperties" in the "Edit All Package Properties" screen... am I looking in the wrong place?
Thanks...
November 25, 2008 at 8:23 am
Viewing 9 posts - 1 through 9 (of 9 total)