Click here to Skip to main content
15,899,754 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need A MSSQL Trigger Pin
idumlupinar7-Feb-10 4:51
idumlupinar7-Feb-10 4:51 
AnswerRe: Need A MSSQL Trigger Pin
Md. Marufuzzaman8-Feb-10 0:15
professionalMd. Marufuzzaman8-Feb-10 0:15 
QuestionSimple Table Design Question Pin
dataminers6-Feb-10 23:00
dataminers6-Feb-10 23:00 
AnswerRe: Simple Table Design Question Pin
Luc Pattyn7-Feb-10 2:26
sitebuilderLuc Pattyn7-Feb-10 2:26 
GeneralRe: Simple Table Design Question Pin
dataminers7-Feb-10 6:41
dataminers7-Feb-10 6:41 
AnswerRe: Simple Table Design Question Pin
Andy_L_J7-Feb-10 17:37
Andy_L_J7-Feb-10 17:37 
AnswerRe: Simple Table Design Question Pin
David Mujica8-Feb-10 5:20
David Mujica8-Feb-10 5:20 
QuestionI'm about to go nutz over here, what is it with the sql 2008 express and visual studios 2008 express that doesn't like my dataconnection? Pin
tonyonlinux6-Feb-10 16:24
tonyonlinux6-Feb-10 16:24 
Okay, here is what I have done. I went to sql manager and i made my database and all is fine.
I then wanna of course make a program to interface it. So I add linq to sql to my winform
then I take and add the dataconnection. I take and hit sql and i go and find the mdf file that is in the sql server data directory. That seems all fine and dandy.
Then visual studios tells me that it wants to make the files local so I hit yes( should i hit no, cause i wanna use the one that is on the server not local). Anyway I hit yes.
So then I have my tables and I can drag it to the dbml

that seems great. But the problem is when i go to load the dang program it constantly tells me login failed.

so i take and go back to sql manager and the dang database is no longer attached ?
why?

It is making me go in a circle.

I tried to add a connection string for the remote under settings it adds it but i can't select it on dbml for some reason it simply doesn't populate the connection dropdown box.

so i have been trying to do using (var db = mylittledatabase(properties.settings.default.remote)
and that is when i get the whole login issue.


Please help this is driving me nuts.
AnswerRe: I'm about to go nutz over here, what is it with the sql 2008 express and visual studios 2008 express that doesn't like my dataconnection? Pin
Andy_L_J7-Feb-10 17:41
Andy_L_J7-Feb-10 17:41 
QuestionWhy is a null value still being passed to the next insert statement in this stored procedure? Pin
tonyonlinux6-Feb-10 10:11
tonyonlinux6-Feb-10 10:11 
AnswerRe: Why is a null value still being passed to the next insert statement in this stored procedure? Pin
Eddy Vluggen6-Feb-10 11:37
professionalEddy Vluggen6-Feb-10 11:37 
GeneralRe: Why is a null value still being passed to the next insert statement in this stored procedure? Pin
tonyonlinux6-Feb-10 12:13
tonyonlinux6-Feb-10 12:13 
QuestionSQLServer 2005 User Permission Pin
Tim Carmichael5-Feb-10 10:25
Tim Carmichael5-Feb-10 10:25 
AnswerRe: SQLServer 2005 User Permission Pin
Mycroft Holmes6-Feb-10 0:01
professionalMycroft Holmes6-Feb-10 0:01 
QuestionSQL express Pin
GauravKP5-Feb-10 8:11
professionalGauravKP5-Feb-10 8:11 
QuestionSQL SERVER 2008 Pin
jonhbt5-Feb-10 3:52
jonhbt5-Feb-10 3:52 
GeneralRe: SQL SERVER 2008 Pin
Tim Carmichael5-Feb-10 4:45
Tim Carmichael5-Feb-10 4:45 
GeneralRe: SQL SERVER 2008 Pin
jonhbt7-Feb-10 23:18
jonhbt7-Feb-10 23:18 
Questiondynamic sql search condition in store procedure Pin
Mogamboo_Khush_Hua4-Feb-10 20:21
Mogamboo_Khush_Hua4-Feb-10 20:21 
AnswerRe: dynamic sql search condition in store procedure Pin
Mycroft Holmes4-Feb-10 20:47
professionalMycroft Holmes4-Feb-10 20:47 
GeneralRe: dynamic sql search condition in store procedure Pin
Mogamboo_Khush_Hua5-Feb-10 0:58
Mogamboo_Khush_Hua5-Feb-10 0:58 
GeneralRe: dynamic sql search condition in store procedure Pin
Mycroft Holmes5-Feb-10 10:08
professionalMycroft Holmes5-Feb-10 10:08 
AnswerRe: dynamic sql search condition in store procedure Pin
Giorgi Dalakishvili5-Feb-10 9:02
mentorGiorgi Dalakishvili5-Feb-10 9:02 
QuestionTwo Instances Of SQL Server??? Pin
AmbiguousName4-Feb-10 4:23
AmbiguousName4-Feb-10 4:23 
AnswerRe: Two Instances Of SQL Server??? Pin
David Mujica4-Feb-10 5:08
David Mujica4-Feb-10 5:08 

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.