Viewing 15 posts - 1 through 15 (of 32 total)
Thanks OPC.three! I will give it a try and will post back whether this worked or not.
Thanks,
Puja
May 10, 2013 at 2:29 pm
Its working fine. Was using wrong source path variable. Also have added SQL service account and agent account as admin on local drive.
Thanks once again!
April 23, 2013 at 11:16 am
Thanks Phil for quick reply.
E: drive is local to SQL box. Gave path as \\servername\e$\Import
Still not working 🙁
-Puja
April 22, 2013 at 12:04 pm
Thanks ALZDBA for help !!!
June 10, 2011 at 7:36 am
Will this command do ?
GRANT EXECUTE TO User_name
June 10, 2011 at 6:20 am
ALZDBA, Thanks for help.
Following command worked:
GRANT EXECUTE ON SCHEMA::[dbo] TO user_name
-Puja
June 10, 2011 at 5:35 am
Error message:
The EXECUTE permission was denied on the object 'getReportDetails', database 'reports', schema 'dbo'.
SP ddl:
CREATE Procedure [dbo].[getReportDetails]
(
@InstId as BigInt
)
AS
Begin
set transaction isolation level read uncommitted
Set Nocount On
DECLARE @Template_id INT
SELECT RI.Inst_id...
June 10, 2011 at 3:49 am
Thanks Welsh....
You were right, it was permission issue. Package was being executed from "C:\Users\pujashah\Documents" location, that have limited permissions.
Thank you again for Help....
-Puja
May 19, 2011 at 8:55 am
Thanks Welsh for quick response...
I am executing the script from sa (SQL authentication).
Can you please tell me what permissions are required for an sa user to execute xp_cmdshell ?
One more...
May 18, 2011 at 8:37 am
Hi all,
Thank you very much. I liked your suggestions & different but better solutions.
Regards,
Puja
July 2, 2010 at 12:01 am
Thanks Mike for new approach. 🙂
June 29, 2010 at 12:00 am
Thanks Kailash Mishra.
The query that you gave will give result in an alphabetical order instead of the order in which the roles were assigned. The article is about retrieving delimited...
June 28, 2010 at 11:55 pm
Hi,
You will get help from this link:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=101541
Regards,
Puja
November 18, 2009 at 5:19 am
Thanks for the help.
I got the solution. I've used a different dataset to calculate the percentage with respect to group.
I've using two datasets:
FiscalData and NetSales
FiscalData contains the fields that i...
July 27, 2009 at 6:49 am
Hello JWIDM,
your assumption is correct about "data", it is a field in table. I've attached excel file.
Hope it is understandable.
Net Sales,Total Payroll, Advertising and Operating Expenses are groups and Sales1,...
July 21, 2009 at 7:18 am
Viewing 15 posts - 1 through 15 (of 32 total)