Click here to Skip to main content
15,867,895 members
Home / Discussions / C#
   

C#

 
GeneralRe: sql server express Pin
Dan Mos17-Jan-11 3:59
Dan Mos17-Jan-11 3:59 
JokeRe: sql server express Pin
Henry Minute17-Jan-11 6:01
Henry Minute17-Jan-11 6:01 
GeneralRe: sql server express Pin
Dan Mos17-Jan-11 9:10
Dan Mos17-Jan-11 9:10 
GeneralRe: sql server express Pin
Henry Minute17-Jan-11 9:20
Henry Minute17-Jan-11 9:20 
GeneralRe: sql server express Pin
Bernhard Hiller17-Jan-11 21:05
Bernhard Hiller17-Jan-11 21:05 
AnswerRe: sql server express Pin
Ravi Sant17-Jan-11 3:51
Ravi Sant17-Jan-11 3:51 
GeneralRe: sql server express Pin
arkiboys17-Jan-11 4:08
arkiboys17-Jan-11 4:08 
GeneralRe: sql server express Pin
Henry Minute17-Jan-11 6:23
Henry Minute17-Jan-11 6:23 
A typical connection string where the database is already attached to SQL Server 2008 Express.
"Data Source=POWERPC\\SQLEXPRESS2008;Initial Catalog=Northwind;Integrated Security=True"
and where it is not already attached
"Data Source=.\\SQLEXPRESS2008;AttachDbFilename=E:\\SQLExpress\\NorthWind\\NORTHWND.MDF;Integrated Security=True;User Instance=True"

Basically the Express versions of SQL Server are the same as the full version, same engine etc., it's just that some of the tools and functionality have been disabled.
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!

GeneralRe: sql server express Pin
arkiboys19-Jan-11 0:31
arkiboys19-Jan-11 0:31 
GeneralRe: sql server express Pin
Henry Minute19-Jan-11 1:15
Henry Minute19-Jan-11 1:15 
AnswerRe: sql server express Pin
Steve Maier17-Jan-11 4:38
professionalSteve Maier17-Jan-11 4:38 
QuestionUser account rights Pin
marca29217-Jan-11 2:19
marca29217-Jan-11 2:19 
AnswerRe: User account rights Pin
_Erik_17-Jan-11 2:52
_Erik_17-Jan-11 2:52 
Questionadd data,delete data,modify data,save data from datagrid Pin
chaitravb17-Jan-11 1:21
chaitravb17-Jan-11 1:21 
AnswerRe: add data,delete data,modify data,save data from datagrid Pin
RaviRanjanKr17-Jan-11 1:35
professionalRaviRanjanKr17-Jan-11 1:35 
QuestionConverting Clipboard Outlook Data-Msg to C# object for use Pin
Ravi Sant17-Jan-11 1:07
Ravi Sant17-Jan-11 1:07 
QuestionExposing unsafe methods through an interface. Pin
thatdiceygirl16-Jan-11 23:47
thatdiceygirl16-Jan-11 23:47 
AnswerRe: Exposing unsafe methods through an interface. Pin
#realJSOP17-Jan-11 0:32
mve#realJSOP17-Jan-11 0:32 
GeneralRe: Exposing unsafe methods through an interface. Pin
thatdiceygirl17-Jan-11 3:51
thatdiceygirl17-Jan-11 3:51 
GeneralRe: Exposing unsafe methods through an interface. Pin
Pete O'Hanlon17-Jan-11 5:28
subeditorPete O'Hanlon17-Jan-11 5:28 
AnswerRe: Exposing unsafe methods through an interface. Pin
Pete O'Hanlon17-Jan-11 0:49
subeditorPete O'Hanlon17-Jan-11 0:49 
AnswerMessage Removed Pin
17-Jan-11 1:17
Ravi Sant17-Jan-11 1:17 
GeneralRe: Exposing unsafe methods through an interface. Pin
#realJSOP17-Jan-11 1:19
mve#realJSOP17-Jan-11 1:19 
GeneralRe: Exposing unsafe methods through an interface. Pin
Chris Maunder17-Jan-11 1:34
cofounderChris Maunder17-Jan-11 1:34 
GeneralRe: Exposing unsafe methods through an interface. Pin
#realJSOP17-Jan-11 2:08
mve#realJSOP17-Jan-11 2: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.