Click here to Skip to main content
15,915,081 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQL Query Pin
ytubis26-Feb-06 7:50
ytubis26-Feb-06 7:50 
AnswerRe: SQL Query Pin
Guffa26-Feb-06 8:16
Guffa26-Feb-06 8:16 
GeneralRe: SQL Query Pin
Colin Angus Mackay26-Feb-06 12:00
Colin Angus Mackay26-Feb-06 12:00 
GeneralRe: SQL Query Pin
Guffa26-Feb-06 23:01
Guffa26-Feb-06 23:01 
GeneralRe: SQL Query Pin
Colin Angus Mackay26-Feb-06 23:09
Colin Angus Mackay26-Feb-06 23:09 
GeneralRe: SQL Query Pin
Guffa26-Feb-06 23:33
Guffa26-Feb-06 23:33 
GeneralRe: SQL Query Pin
Colin Angus Mackay26-Feb-06 23:37
Colin Angus Mackay26-Feb-06 23:37 
GeneralRe: SQL Query Pin
Colin Angus Mackay26-Feb-06 12:04
Colin Angus Mackay26-Feb-06 12:04 
ytubis wrote:
i gave him the login permissions, i thought that all the permissions come with that.


Login permission is just that: Permission to login. It does not grant any other rights.

You need to add the user associated with the login to the database you wish to access.

Then you need to <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_ga-gz_8odw.asp" rel="nofollow">GRANT</a>[<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_ga-gz_8odw.asp" target="_blank" rel="nofollow" title="New Window">^</a>] the user the rights to do what is needed. Normally, I just permit access to stored procedures. That way all the application can do is what is defined in the stored procedures.

ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

QuestionFixed pointers and generics Pin
Lawx0126-Feb-06 5:21
Lawx0126-Feb-06 5:21 
AnswerRe: Fixed pointers and generics Pin
leppie26-Feb-06 7:08
leppie26-Feb-06 7:08 
QuestionHow to use the result programed in visual C# in my visual C++ project? Pin
sharkmouse26-Feb-06 3:13
sharkmouse26-Feb-06 3:13 
QuestionNo Article Found for Microphone Voice Recording Pin
emran83426-Feb-06 2:05
emran83426-Feb-06 2:05 
AnswerRe: No Article Found for Microphone Voice Recording Pin
mav.northwind26-Feb-06 2:33
mav.northwind26-Feb-06 2:33 
QuestionProxy Pin
manmoona25-Feb-06 23:53
manmoona25-Feb-06 23:53 
QuestionDefault CUT- COPY - PASTE Pin
emran83425-Feb-06 23:38
emran83425-Feb-06 23:38 
GeneralRe: Default CUT- COPY - PASTE Pin
Guffa26-Feb-06 0:42
Guffa26-Feb-06 0:42 
GeneralRe: Default CUT- COPY - PASTE Pin
emran83426-Feb-06 1:18
emran83426-Feb-06 1:18 
GeneralRe: Default CUT- COPY - PASTE Pin
Guffa26-Feb-06 4:45
Guffa26-Feb-06 4:45 
QuestionSQL syntax in a Crystal Report Pin
mostafa_h25-Feb-06 23:03
mostafa_h25-Feb-06 23:03 
Questionhow can mail to my users via my webapplication without any spam or bulk Pin
m.rastgar25-Feb-06 21:38
m.rastgar25-Feb-06 21:38 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
Guffa25-Feb-06 22:11
Guffa25-Feb-06 22:11 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
Colin Angus Mackay25-Feb-06 22:19
Colin Angus Mackay25-Feb-06 22:19 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
m.rastgar26-Feb-06 2:20
m.rastgar26-Feb-06 2:20 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
Guffa26-Feb-06 4:47
Guffa26-Feb-06 4:47 
QuestionDo SQL Transactions lock the database automatically ? Pin
emran83425-Feb-06 21:37
emran83425-Feb-06 21:37 

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.