Click here to Skip to main content
16,005,181 members
Home / Discussions / Database
   

Database

 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
S Douglas10-Dec-06 23:44
professionalS Douglas10-Dec-06 23:44 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
Guy Harwood12-Dec-06 2:02
Guy Harwood12-Dec-06 2:02 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
S Douglas12-Dec-06 2:12
professionalS Douglas12-Dec-06 2:12 
Questionerror 8624 ? Pin
alexrad8-Dec-06 8:48
alexrad8-Dec-06 8:48 
AnswerRe: error 8624 ? Pin
Colin Angus Mackay8-Dec-06 13:02
Colin Angus Mackay8-Dec-06 13:02 
AnswerRe: error 8624 ? Pin
albCode10-Dec-06 10:09
albCode10-Dec-06 10:09 
Questionms sql 2005 connection string and db file upload Pin
ullk8-Dec-06 8:45
ullk8-Dec-06 8:45 
AnswerRe: ms sql 2005 connection string and db file upload Pin
Colin Angus Mackay8-Dec-06 13:01
Colin Angus Mackay8-Dec-06 13:01 
ullk wrote:
My Problem: Why should i create an new sql 2005 db on the host server. I d'like to transfer my local sql 2005 db (microsoft visual web developer 2005) to the host?


Becuase the log in information is held in the master database. That has to map to the users set up in the individual database. If the internal user ids don't match between your database and the master database then when you log in it won't know what set of permissions to use on the database.


ullk wrote:
Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;Integrated Security=True;User Instance=True


I'd imagine that your ISP has a full SQL Server set up. In which case you will be connecting to a database that is defined in the server rather than a file that it attaches to the server when called. You'll have to change your connection string to reflect that - You'll need to speak to your ISP for the details for the Data Source and Database elements of the connection string. And you'll drop the AttachDbFilename part. (most likely)


ullk wrote:
Do I have to add a user id and a password?


Only your ISP can answer that. It depends how they've set up their SQL Server. The login that you create in your ISP's control panel may be a SQL Log in, or it may be one you can use for a trusted connection. I'd imagine that it would be the SQL Login though - it would be easier for your ISP to manage.





Upcoming Scottish Developers events:
* We are starting a series of events in Glasgow in 2007. Are you interested in a particular subject, or as a speaker?
* Developer Day Scotland: are you interested in speaking or attending?


My: Website | Blog | Photos

QuestionUpdating many rows with ADO.net Pin
Drathmar8-Dec-06 5:46
Drathmar8-Dec-06 5:46 
QuestionHow to get 3rd Highest salary Pin
karam chandrabose8-Dec-06 5:33
karam chandrabose8-Dec-06 5:33 
AnswerRe: How to get 3rd Highest salary Pin
Parwej Ahamad8-Dec-06 5:50
professionalParwej Ahamad8-Dec-06 5:50 
AnswerRe: How to get 3rd Highest salary Pin
ednrgc8-Dec-06 8:49
ednrgc8-Dec-06 8:49 
GeneralRe: How to get 3rd Highest salary Pin
Pete O'Hanlon8-Dec-06 9:37
mvePete O'Hanlon8-Dec-06 9:37 
GeneralRe: How to get 3rd Highest salary Pin
Guy Harwood12-Dec-06 2:03
Guy Harwood12-Dec-06 2:03 
QuestionPopulating datas from Sql db to CSV file Pin
vijay_838-Dec-06 4:19
vijay_838-Dec-06 4:19 
AnswerRe: Populating datas from Sql db to CSV file Pin
Colin Angus Mackay8-Dec-06 4:31
Colin Angus Mackay8-Dec-06 4:31 
AnswerRe: Populating datas from Sql db to CSV file Pin
karam chandrabose8-Dec-06 5:19
karam chandrabose8-Dec-06 5:19 
QuestionProblem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 1:47
Kasic Slobodan8-Dec-06 1:47 
AnswerRe: Problem with stored procedure.... Pin
Colin Angus Mackay8-Dec-06 4:32
Colin Angus Mackay8-Dec-06 4:32 
GeneralRe: Problem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 5:19
Kasic Slobodan8-Dec-06 5:19 
GeneralRe: Problem with stored procedure.... Pin
Colin Angus Mackay8-Dec-06 5:57
Colin Angus Mackay8-Dec-06 5:57 
GeneralRe: Problem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 9:44
Kasic Slobodan8-Dec-06 9:44 
AnswerRe: Problem with stored procedure.... Pin
karam chandrabose8-Dec-06 5:31
karam chandrabose8-Dec-06 5:31 
GeneralRe: Problem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 5:44
Kasic Slobodan8-Dec-06 5:44 
GeneralRe: Problem with stored procedure.... Pin
Colin Angus Mackay8-Dec-06 6:00
Colin Angus Mackay8-Dec-06 6:00 

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.