Click here to Skip to main content
15,891,316 members
Home / Discussions / Database
   

Database

 
Questiongroup by clause. Pin
Vipin.d15-Jun-07 23:25
Vipin.d15-Jun-07 23:25 
AnswerRe: group by clause. Pin
Arun.Immanuel16-Jun-07 1:07
Arun.Immanuel16-Jun-07 1:07 
GeneralRe: group by clause. Pin
Vipin.d16-Jun-07 20:59
Vipin.d16-Jun-07 20:59 
GeneralRe: group by clause. Pin
Arun.Immanuel16-Jun-07 21:16
Arun.Immanuel16-Jun-07 21:16 
Questioncoping tables os Sql srver to folder Pin
razanabanu15-Jun-07 22:58
razanabanu15-Jun-07 22:58 
Questionopening a db on network path?[sql servr 05] Pin
giddy_guitarist15-Jun-07 22:37
giddy_guitarist15-Jun-07 22:37 
AnswerRe: opening a db on network path?[sql servr 05] Pin
originSH18-Jun-07 2:51
originSH18-Jun-07 2:51 
GeneralRe: working with a DB over a network Pin
giddy_guitarist18-Jun-07 9:22
giddy_guitarist18-Jun-07 9:22 
Hi,

Thank you! for the reply, but because of my ms access background i did'nt realize how i need to connect to a database that is on a locally connected computer. I did'nt want to use the DB from a UNC path , i just wanted to connect to it! Big Grin | :-D

I thought , naively Sigh | :sigh: , i could just use attachDbFile and specify the UNC location. But it seems i had to "Attach" the database on the "server" first[^]

Then i was told to use either one of these connection strings:
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername; Password=myPassword; OR

Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;

(Where myDataBase is the name i used when i "Attached" the database.)

Also, i needed to allow remote connections.[^].(Dont forget to enable the sql browser service, its off by default)

I hope this helps someone else , if they had the same mis understading i had!

Gideon
QuestionProblem in recreating the table Full text catalog in sql server Pin
AmitSumit15-Jun-07 21:45
AmitSumit15-Jun-07 21:45 
Questiondatepart function..... Pin
Member 387988115-Jun-07 21:18
Member 387988115-Jun-07 21:18 
AnswerRe: datepart function..... Pin
Arun.Immanuel15-Jun-07 21:47
Arun.Immanuel15-Jun-07 21:47 
GeneralRe: datepart function..... Pin
Member 387988116-Jun-07 1:20
Member 387988116-Jun-07 1:20 
QuestionVB6 Pin
xxxxxzer15-Jun-07 12:25
xxxxxzer15-Jun-07 12:25 
Questiondatetime difference Pin
seemamltn15-Jun-07 11:33
seemamltn15-Jun-07 11:33 
QuestionSearch Facilities-Please Suggest Pin
adnanrafiq15-Jun-07 10:22
adnanrafiq15-Jun-07 10:22 
QuestionDelete the rows Pin
seemamltn15-Jun-07 8:04
seemamltn15-Jun-07 8:04 
AnswerRe: Delete the rows Pin
snorkie15-Jun-07 9:46
professionalsnorkie15-Jun-07 9:46 
QuestionIndex server Pin
originSH15-Jun-07 5:00
originSH15-Jun-07 5:00 
QuestionNULL vs '' (Nothing) Pin
dboy22115-Jun-07 4:24
dboy22115-Jun-07 4:24 
AnswerRe: NULL vs '' (Nothing) Pin
Pete O'Hanlon15-Jun-07 4:30
mvePete O'Hanlon15-Jun-07 4:30 
GeneralRe: NULL vs '' (Nothing) Pin
dboy22115-Jun-07 4:46
dboy22115-Jun-07 4:46 
GeneralRe: NULL vs '' (Nothing) Pin
Pete O'Hanlon15-Jun-07 5:13
mvePete O'Hanlon15-Jun-07 5:13 
GeneralRe: NULL vs '' (Nothing) Pin
andyharman15-Jun-07 7:38
professionalandyharman15-Jun-07 7:38 
AnswerRe: NULL vs '' (Nothing) Pin
PIEBALDconsult15-Jun-07 4:32
mvePIEBALDconsult15-Jun-07 4:32 
QuestionHELP PLEase with SQL form data entry Pin
theimmortalmoo15-Jun-07 4:21
theimmortalmoo15-Jun-07 4:21 

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.