Click here to Skip to main content
15,914,255 members
Home / Discussions / Database
   

Database

 
GeneralRe: Set timezone for Database on remote server Pin
Mycroft Holmes3-Aug-08 16:41
professionalMycroft Holmes3-Aug-08 16:41 
GeneralRe: Set timezone for Database on remote server Pin
AlexeiXX33-Aug-08 16:49
AlexeiXX33-Aug-08 16:49 
GeneralRe: Set timezone for Database on remote server Pin
Mycroft Holmes3-Aug-08 17:02
professionalMycroft Holmes3-Aug-08 17:02 
GeneralRe: Set timezone for Database on remote server Pin
Ashfield3-Aug-08 20:54
Ashfield3-Aug-08 20:54 
GeneralRe: Set timezone for Database on remote server Pin
AlexeiXX34-Aug-08 5:42
AlexeiXX34-Aug-08 5:42 
GeneralRe: Set timezone for Database on remote server Pin
Ashfield4-Aug-08 9:14
Ashfield4-Aug-08 9:14 
QuestionRetrieving Count from Database Table Pin
Jacob Dixon3-Aug-08 7:36
Jacob Dixon3-Aug-08 7:36 
AnswerRe: Retrieving Count from Database Table Pin
Vimalsoft(Pty) Ltd3-Aug-08 9:01
professionalVimalsoft(Pty) Ltd3-Aug-08 9:01 
hi Jacob

Well you have explain a lot of things and you are starting to confume me. ok ,let me help you interactively. i will ask you questions where am not sure what you mean.

Jabob Write:Now they were wanting to add something where it auto assigned the tickets when the user submitted them

Yes we have that in SQL but we call it Boolean datatype. but i dont recomend it i just use bit datatype, if its 0 False and if its 1 then true. but still its your choice.

Jabob Write: Type - (What it is... will either be Telecommunications or System Administrators)

Is this a question?

In this case in your Id , you need to make it an identity column. something like this

Create Table Mytable
(
U_ID int indentity(100,01) not null,
--you can continue with other fields.

)


Jabob Write:Available - Are they here? (This will be either TRUE or FALSE)


Get a count from the User_Submit Table of all names in the ASSIGNED column WHERE the Type = System Administrator.


SELECT count(*) as [count] FROM User_Submit
WHERE Type like 'System%'


Hope this Helps

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


AnswerRe: Retrieving Count from Database Table Pin
Blue_Boy3-Aug-08 10:39
Blue_Boy3-Aug-08 10:39 
AnswerRe: Retrieving Count from Database Table Pin
Jacob Dixon3-Aug-08 15:14
Jacob Dixon3-Aug-08 15:14 
AnswerRe: Retrieving Count from Database Table Pin
Mycroft Holmes3-Aug-08 16:13
professionalMycroft Holmes3-Aug-08 16:13 
AnswerRe: Retrieving Count from Database Table Pin
PIEBALDconsult3-Aug-08 17:17
mvePIEBALDconsult3-Aug-08 17:17 
AnswerRe: Retrieving Count from Database Table Pin
Jacob Dixon3-Aug-08 17:20
Jacob Dixon3-Aug-08 17:20 
QuestionUnable to connect to database Pin
mrkeivan2-Aug-08 23:50
mrkeivan2-Aug-08 23:50 
AnswerRe: Unable to connect to database Pin
Blue_Boy2-Aug-08 23:56
Blue_Boy2-Aug-08 23:56 
GeneralRe: Unable to connect to database Pin
mrkeivan3-Aug-08 11:12
mrkeivan3-Aug-08 11:12 
QuestionHow to give right to other computer Pin
SamrahNed2-Aug-08 21:26
SamrahNed2-Aug-08 21:26 
AnswerRe: How to give right to other computer Pin
Reza Raad3-Aug-08 1:59
Reza Raad3-Aug-08 1:59 
Questionpivot table into anther table Pin
prithaa2-Aug-08 18:23
prithaa2-Aug-08 18:23 
AnswerRe: pivot table into anther table Pin
Mycroft Holmes3-Aug-08 16:20
professionalMycroft Holmes3-Aug-08 16:20 
GeneralRe: pivot table into anther table Pin
prithaa3-Aug-08 19:29
prithaa3-Aug-08 19:29 
GeneralRe: pivot table into anther table Pin
Mycroft Holmes3-Aug-08 19:37
professionalMycroft Holmes3-Aug-08 19:37 
GeneralRe: pivot table into anther table Pin
prithaa3-Aug-08 20:48
prithaa3-Aug-08 20:48 
GeneralRe: pivot table into anther table Pin
Mycroft Holmes3-Aug-08 21:13
professionalMycroft Holmes3-Aug-08 21:13 
GeneralRe: pivot table into anther table Pin
prithaa4-Aug-08 0:49
prithaa4-Aug-08 0:49 

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.