15,749,281 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Mubin M. Shaikh (Top 13 by date)
Mubin M. Shaikh
17-Oct-13 7:33am
View
Hi you can go for concatenation of you emails using looping and then pass them as parameter to function to send email at once.
you need to specify what exactly you need.
Mubin M. Shaikh
17-Oct-13 6:22am
View
is user used to execute package has right on accessing this config files in your database?
Mubin M. Shaikh
10-Oct-13 7:37am
View
Hi,
yes you can pass parameters from your front end(e.g. asp.net) to SSRS report,In Report it self you have to specify your connection and dataset which uses parameters sent from frontend. and accordingly data will be displayed in your report. even you can display this report in asp.net using report viewer control.
let me know if you need any other detail.
Regards
mubin
Mubin M. Shaikh
5-Oct-13 14:41pm
View
From where you want to pass parameter. From asp.net /vb.net to sql?
Mubin M. Shaikh
2-Oct-13 14:34pm
View
Hi,
Have you tried to process your dimension dimcustomer seperatedly? Please try to look into detailed error and send? when you expand + tree view of dimension processed you can see more details of error.
Mubin M. Shaikh
1-Oct-13 7:27am
View
First of all as above friends told , how do you sort like above?if you have done that then for first value/row you can use select top 1 * from tablename.
Mubin M. Shaikh
30-Sep-13 7:20am
View
When the data is not calculated the field looks disabled but when the data is calculated then the field is enabled and the data can be modified
Data not calculated is this mean cell is null or blank?
and When Calculated it will not be blank?
DO you have this situation?
Please give some more detail.
Mubin M. Shaikh
27-Sep-13 5:26am
View
Hi,
Various ways to achive this in ssis, One way i am suggesting to use is Script Task,or script component, Store your string in package level variable and pass this variable as input to this script task and do replacement of Blank space with "" using c# code.
you can use, strinvar.Replace function to replace space with "".
Mubin M. Shaikh
9-Sep-13 8:37am
View
Hi ,
You can use output to send value from your stored procedure to your C# code, and there you can use message box, or if you are working in SSMS then you can go for Print command at appropriate place to print value in SSMS environment.
Need some more detail what exactly you want to do.
Regards
Mubin Shaikh
Mubin M. Shaikh
9-Sep-13 8:23am
View
Hi,
You need to share the code, where you do read -write, or it may happen due to arrival of junk characters on serial port. need more detail to give exact fix.
Regards,
Mubin
Mubin M. Shaikh
9-Sep-13 3:11am
View
Hi,
Arvind have you deployed the report after doing change , to report server, i have already tested this thing on my end if you assign default values to all your parameter and while you open report it will load values for specified parameters without clicking on view Report.
Regards,
Mubin
Mubin M. Shaikh
5-Sep-13 22:21pm
View
Hi Nira,Can you please give error detail. mean while go through this article
Loading and Running a Remote Package Programmatically
http://msdn.microsoft.com/en-us/library/ms403355.aspx
http://blogs.msdn.com/b/michen/archive/2007/03/22/running-ssis-package-programmatically.aspx
RegardsMubin
Mubin M. Shaikh
5-Sep-13 11:43am
View
http://www.pluralsight.com/training
please visit this site, it will also offer free trial for few days
Show More