Click here to Skip to main content
15,921,959 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can save images to a structured text file C#? Pin
Eddy Vluggen18-Oct-12 1:39
professionalEddy Vluggen18-Oct-12 1:39 
AnswerRe: Can save images to a structured text file C#? Pin
BobJanova18-Oct-12 5:46
BobJanova18-Oct-12 5:46 
GeneralRe: Can save images to a structured text file C#? Pin
Member 245846721-Nov-12 16:01
Member 245846721-Nov-12 16:01 
Newshow to create send and receive appln Pin
jeny joseph18-Oct-12 0:10
jeny joseph18-Oct-12 0:10 
GeneralRe: how to create send and receive appln Pin
Pete O'Hanlon18-Oct-12 0:41
mvePete O'Hanlon18-Oct-12 0:41 
QuestionVariable declaration. Pin
Sibasisjena17-Oct-12 22:12
professionalSibasisjena17-Oct-12 22:12 
AnswerRe: Variable declaration. Pin
Eddy Vluggen17-Oct-12 22:40
professionalEddy Vluggen17-Oct-12 22:40 
AnswerRe: Variable declaration. Pin
V.17-Oct-12 22:41
professionalV.17-Oct-12 22:41 
GeneralRe: Variable declaration. Pin
Sibasisjena17-Oct-12 22:51
professionalSibasisjena17-Oct-12 22:51 
GeneralRe: Variable declaration. Pin
V.17-Oct-12 22:58
professionalV.17-Oct-12 22:58 
AnswerRe: Variable declaration. Pin
Pete O'Hanlon17-Oct-12 22:49
mvePete O'Hanlon17-Oct-12 22:49 
AnswerRe: Variable declaration. Pin
Shanmuga Hariharan17-Oct-12 22:55
Shanmuga Hariharan17-Oct-12 22:55 
GeneralRe: Variable declaration. Pin
Pete O'Hanlon17-Oct-12 23:22
mvePete O'Hanlon17-Oct-12 23:22 
AnswerRe: Variable declaration. Pin
BobJanova18-Oct-12 1:13
BobJanova18-Oct-12 1:13 
GeneralRe: Variable declaration. Pin
Pete O'Hanlon18-Oct-12 1:22
mvePete O'Hanlon18-Oct-12 1:22 
GeneralRe: Variable declaration. Pin
BobJanova18-Oct-12 1:36
BobJanova18-Oct-12 1:36 
GeneralRe: Variable declaration. Pin
DaveyM6918-Oct-12 22:20
professionalDaveyM6918-Oct-12 22:20 
QuestionC# setup to a sql server Pin
sc steinhayse17-Oct-12 19:13
sc steinhayse17-Oct-12 19:13 
I have a question about setting up permissions on a sql server 2008 r2 datbase.

I basically wrote and enhanced some C# 2008 and C# 2010 console applications that connected to my test sql server 2008 r2 database. On my test database, I must all full right my default.

My 3 applications were deployed to a user acceptance testing environment that includes a user acceptance sql server 2008 r2 standard database.
The user accpetance database was set up by the network administrator at my small company. He is the only one at my small company that knows a little bit about the dba roles and has locked down permissions.

Due to the facts above, I would like to know what should I be aware that may need to have permissions setup for. My questions includes the followinng:
1. When to decide if role(s) need to be setup and how to setup the roles. When I ran my applications on my test database, I had the integrated security set to true. I did not need to supply the user name and password in the connection strings to the database. My user account was setup to have a role in the database.
Due to what I just said, will I need to have setup roles for the console applications to run on their own? If so, What kind of roles need to be setup and how do you setup these roles?
2. I setup 3 new tables that are under the dbo schema. Do I need to have permissions setup so people and/or roles can have read, write, update and/or execute permissions? If so, how do you setup these permissions?
3. I have also created 2 stored procedures that are used to access the 3 new tables that I setup. Thus do these stored procedures need to have read, write, update and/or execute permissions on them setup?
4. Do statistics (explain plans) need to be run on this database that has hardly evern been used before? If so, how do you accomplisth this goal?
5. Are there other items I need to consider? If so, what are the items and what do I do to resolve those issues?

If you can any part of my questions above, I would appreciate hearing what your answer is also.
AnswerRe: C# setup to a sql server Pin
code-frog18-Oct-12 17:57
professionalcode-frog18-Oct-12 17:57 
QuestionText to Code 128 Pin
be05x517-Oct-12 10:06
be05x517-Oct-12 10:06 
AnswerRe: Text to Code 128 Pin
fjdiewornncalwe17-Oct-12 10:21
professionalfjdiewornncalwe17-Oct-12 10:21 
QuestionConceptual/lessical question (basic) Pin
PozzaVecia17-Oct-12 9:57
PozzaVecia17-Oct-12 9:57 
AnswerRe: Conceptual/lessical question (basic) Pin
fjdiewornncalwe17-Oct-12 10:25
professionalfjdiewornncalwe17-Oct-12 10:25 
GeneralRe: Conceptual/lessical question (basic) Pin
PozzaVecia17-Oct-12 10:36
PozzaVecia17-Oct-12 10:36 
GeneralRe: Conceptual/lessical question (basic) Pin
fjdiewornncalwe17-Oct-12 10:41
professionalfjdiewornncalwe17-Oct-12 10:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.