Viewing 12 posts - 1 through 12 (of 12 total)
Hi Ashish,
'user2' only has public server role on the database and EXECUTE permission on 'proc1'.
Hi jerry-621596,
The IMPERSONATE permission of 'user2' to 'user1' is required when using the EXECUTE AS clause.
I...
June 13, 2011 at 3:13 am
Hi SSCrazy,
Thanks for your inputs especially your suggestion to login to the computer using the Proxy account.
It allowed me debug the specific components of the DTS.
The Access Denied error comes...
June 13, 2011 at 2:49 am
Yeah, that's what we did since it will be more efficient in terms of performance and data integrity of the import process.
Just curious if it is natively possible in DTS.
It...
May 18, 2011 at 7:31 pm
There are miscellaneous information in the first 10 lines like the date the file was created, the title of the report, etc.
The column headers starts in line 11.
May 18, 2011 at 6:54 pm
Thank you everyone for your insights.
We'll be more prepared next time and set-up a trace to audit any changes in the database.
May 16, 2011 at 11:19 pm
Thanks again Gianluca.
I already bookmarked the page since it contains two more interesting articles about SQL Index and T-SQL performance tuning. I will read the topic about the aggregates.
Thanks for...
March 29, 2011 at 4:08 am
Sorry for the late reply.
Knowing that the query optimizer will only compute the scalar function once and then use the return value for the rest of the SELECT statement makes...
March 28, 2011 at 8:30 pm
I was referring to the SQL Server Authentication of the OLEDB Connection Manager. Using SA authentication causes the SQL Server Agent Job to fail.
@Koen Verbeeck
That's what I also...
March 28, 2011 at 7:36 pm
Thanks for your reply.
You are right, the two modules will not share data, only the table.
I also believe it is better to create a new table even if the structure...
August 12, 2010 at 8:15 pm
Thanks for your reply.
The supposedly new identical table will be frequently updated by the system. With this in mind, is it better to create this new table?
The supposedly new column...
August 11, 2010 at 11:04 pm
Thank you very much Roy. That gave us clear direction on our goal.
August 11, 2009 at 8:20 pm
Viewing 12 posts - 1 through 12 (of 12 total)