Viewing 11 posts - 1 through 12 (of 12 total)
Phil Parkin (3/3/2011)
Sorry, remove single quotes and try again.
wow , it's worked
really thank u very^10000000 much and really sorry I didn't notice that
March 3, 2011 at 7:47 am
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near 'USWA\ASPNET'.
March 3, 2011 at 7:24 am
I've created user before , so all access to db does with no mistake
only Package
and I've windows authentcation
March 2, 2011 at 8:50 am
when put this Instruction
GRANT EXECUTE ON MSDB.dbo.sp_dts_getpackage to [MyUser]
I get this error
Msg 4610, Level 16, State 1, Line 1
You can only grant or revoke permissions on objects in the...
March 2, 2011 at 8:48 am
The LoadFromSQLServer method has encountered OLE DB error code 0x80040E09 (EXECUTE permission denied on object 'sp_dts_getpackage', database 'msdb', schema 'dbo'.). The SQL statement that was issued has failed.
Description: An...
March 1, 2011 at 8:42 am
and I grant All_phones Package the role:db_dtsOperator
March 1, 2011 at 4:49 am
and then I tried this
app.LoadFromSqlServer("\\localhost\\All_phones", "localhost", null, null, null);
March 1, 2011 at 4:42 am
No,Asp.net Application
Package package = app.LoadPackage("c:\\documents and settings\\reem\\my documents\\visual studio 2005\\projects\\transformation\\transformation\\All_phones.dtsx", null);
DTSExecResult result =...
March 1, 2011 at 4:40 am
Thank u
I tried it but not work
I'll told u what I want
I call Package in c# code then execute this package
and in db in integration services in msdb in...
March 1, 2011 at 3:49 am
Please I need help about this problem
I don't understand the solution
February 28, 2011 at 9:50 am
Viewing 11 posts - 1 through 12 (of 12 total)