Click here to Skip to main content
15,898,790 members
Home / Discussions / Database
   

Database

 
QuestionTable Name Pin
Sandeep Singh Shekhawat7-Feb-14 20:25
professionalSandeep Singh Shekhawat7-Feb-14 20:25 
AnswerRe: Table Name Pin
Mycroft Holmes7-Feb-14 20:35
professionalMycroft Holmes7-Feb-14 20:35 
Questionpassing data from one action to another MVC asp.net Pin
Hunain Hafeez7-Feb-14 2:49
Hunain Hafeez7-Feb-14 2:49 
SuggestionRe: passing data from one action to another MVC asp.net Pin
Richard Deeming7-Feb-14 4:07
mveRichard Deeming7-Feb-14 4:07 
Questionsum of time per month Pin
Hunain Hafeez5-Feb-14 21:10
Hunain Hafeez5-Feb-14 21:10 
AnswerRe: sum of time per month Pin
Shameel5-Feb-14 23:25
professionalShameel5-Feb-14 23:25 
GeneralRe: sum of time per month Pin
Hunain Hafeez5-Feb-14 23:44
Hunain Hafeez5-Feb-14 23:44 
AnswerRe: sum of time per month Pin
King Fisher7-Feb-14 2:24
professionalKing Fisher7-Feb-14 2:24 
Questionputting column 00:00 Pin
Hunain Hafeez4-Feb-14 23:46
Hunain Hafeez4-Feb-14 23:46 
AnswerRe: putting column 00:00 Pin
Chris Quinn5-Feb-14 5:04
Chris Quinn5-Feb-14 5:04 
AnswerRe: putting column 00:00 Pin
Mycroft Holmes5-Feb-14 11:57
professionalMycroft Holmes5-Feb-14 11:57 
Questioncommand implement loop Pin
mrkeivan3-Feb-14 21:11
mrkeivan3-Feb-14 21:11 
AnswerRe: command implement loop Pin
Chris Quinn3-Feb-14 21:20
Chris Quinn3-Feb-14 21:20 
GeneralRe: command implement loop Pin
mrkeivan3-Feb-14 21:28
mrkeivan3-Feb-14 21:28 
GeneralRe: command implement loop Pin
Chris Quinn3-Feb-14 22:02
Chris Quinn3-Feb-14 22:02 
GeneralRe: command implement loop Pin
Richard Andrew x645-Feb-14 4:56
professionalRichard Andrew x645-Feb-14 4:56 
GeneralRe: command implement loop Pin
Chris Quinn5-Feb-14 4:59
Chris Quinn5-Feb-14 4:59 
GeneralRe: command implement loop Pin
Richard Andrew x645-Feb-14 5:00
professionalRichard Andrew x645-Feb-14 5:00 
AnswerRe: command implement loop Pin
Jörgen Andersson4-Feb-14 5:04
professionalJörgen Andersson4-Feb-14 5:04 
GeneralRe: command implement loop Pin
mrkeivan7-Feb-14 18:51
mrkeivan7-Feb-14 18:51 
QuestionThe meaning of the Roles in SQL Server 2008 R2 Pin
Lefteris Gkinis3-Feb-14 6:18
Lefteris Gkinis3-Feb-14 6:18 
AnswerRe: The meaning of the Roles in SQL Server 2008 R2 Pin
Eddy Vluggen3-Feb-14 9:57
professionalEddy Vluggen3-Feb-14 9:57 
Lefteris Gkinis wrote:
1.What is the Roles for a programmer?
"SQL Server provides server-level roles to help you manage the permissions on a server. These roles are security principals that group other principals. Server-level roles are server-wide in their permissions scope. (Roles are like groups in the Windows operating system.)"
Source[^]

Lefteris Gkinis wrote:
2.What is the role of the Schemas owned by this… which related with them?
"CREATE SCHEMA can create a schema, the tables and views it contains, and GRANT, REVOKE, or DENY permissions on any securable in a single statement."
Source[^]

Lefteris Gkinis wrote:
3.What is the meaning and the use for Securables in Roles
"Securables are the resources to which the SQL Server Database Engine authorization system regulates access. For example, a table is a securable. Some securables can be contained within others, creating nested hierarchies called "scopes" that can themselves be secured. The securable scopes are server, database, and schema."
Source[^]

Lefteris Gkinis wrote:
4.Why we add Users to a Role?
"Roles can simplify security administration in databases with a large number of users or with a complex security system."
Source[^]

Lefteris Gkinis wrote:
5.How we may handle the Roles in conjunction with to the Users, inside of a project?

That depends on the project, and it's specific needs. There's no alternative but to read the entire thing[^] - this isn't a topic that can be condensed to a few guidelines.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionHow to get last 3 values from Mysql table Pin
Member 1026351931-Jan-14 22:20
Member 1026351931-Jan-14 22:20 
AnswerRe: How to get last 3 values from Mysql table Pin
Snehasish_Nandy1-Feb-14 0:09
professionalSnehasish_Nandy1-Feb-14 0:09 
GeneralRe: How to get last 3 values from Mysql table Pin
Member 102635191-Feb-14 1:06
Member 102635191-Feb-14 1:06 

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.