Click here to Skip to main content
15,892,059 members
Home / Discussions / Database
   

Database

 
AnswerRe: Break Fullname Into First And Last Name Pin
Eddy Vluggen16-Oct-09 0:01
professionalEddy Vluggen16-Oct-09 0:01 
AnswerRe: Break Fullname Into First And Last Name Pin
dan!sh 16-Oct-09 0:52
professional dan!sh 16-Oct-09 0:52 
GeneralRe: Break Fullname Into First And Last Name Pin
J4amieC16-Oct-09 4:54
J4amieC16-Oct-09 4:54 
GeneralRe: Break Fullname Into First And Last Name Pin
Richard MacCutchan16-Oct-09 5:20
mveRichard MacCutchan16-Oct-09 5:20 
GeneralRe: Break Fullname Into First And Last Name Pin
dan!sh 16-Oct-09 5:51
professional dan!sh 16-Oct-09 5:51 
Question"Cannot open database" if logging into SQL-server too fast [modified] Pin
Jörgen Sigvardsson15-Oct-09 21:31
Jörgen Sigvardsson15-Oct-09 21:31 
AnswerRe: "Cannot open database" if logging into SQL-server too fast Pin
Soundman32.216-Oct-09 0:59
Soundman32.216-Oct-09 0:59 
General[Solution] Re: "Cannot open database" if logging into SQL-server too fast Pin
Jörgen Sigvardsson16-Oct-09 1:05
Jörgen Sigvardsson16-Oct-09 1:05 
I could if I wanted to, but it doesn't help. The problem is that once the SQL server is reporting to be started to the SCM, it still hasn't made all databases online yet (only the master database is available). That work progresses after the SCM has been signalled that the service is running.

I found the solution to be easier than I thought. All I have to do is to
SELECT COUNT(*) FROM sys.databases WHERE name=@database_name AND state_desc='online'
and see if it returns 0 or 1. Once the database manager reports the database as online, it is possible to use the database.

--
Kein Mitleid Für Die Mehrheit

QuestionProduct Page From Database Pin
johntwebb15-Oct-09 15:25
johntwebb15-Oct-09 15:25 
AnswerRe: Product Page From Database Pin
Mycroft Holmes15-Oct-09 17:43
professionalMycroft Holmes15-Oct-09 17:43 
GeneralRe: Product Page From Database Pin
johntwebb16-Oct-09 0:51
johntwebb16-Oct-09 0:51 
QuestionDateTime from concatenated string Pin
Jay Royall15-Oct-09 4:05
Jay Royall15-Oct-09 4:05 
AnswerRe: DateTime from concatenated string Pin
Eddy Vluggen15-Oct-09 4:35
professionalEddy Vluggen15-Oct-09 4:35 
GeneralRe: DateTime from concatenated string Pin
Jay Royall15-Oct-09 4:41
Jay Royall15-Oct-09 4:41 
QuestionHelp with the Following SQl Logic Pin
Vimalsoft(Pty) Ltd15-Oct-09 2:11
professionalVimalsoft(Pty) Ltd15-Oct-09 2:11 
AnswerRe: Help with the Following SQl Logic Pin
Vimalsoft(Pty) Ltd15-Oct-09 2:50
professionalVimalsoft(Pty) Ltd15-Oct-09 2:50 
QuestionNeed to add where rownum between 0 and 0 + 6 -1 in a query Pin
anbusenthil15-Oct-09 0:42
anbusenthil15-Oct-09 0:42 
AnswerRe: Need to add where rownum between 0 and 0 + 6 -1 in a query Pin
Niladri_Biswas30-Oct-09 21:11
Niladri_Biswas30-Oct-09 21:11 
QuestionReplication problem Pin
krishnaveer14-Oct-09 21:45
krishnaveer14-Oct-09 21:45 
Questionerror with OUTPUT Pin
Jassim Rahma14-Oct-09 8:58
Jassim Rahma14-Oct-09 8:58 
AnswerRe: error with OUTPUT Pin
Not Active14-Oct-09 10:24
mentorNot Active14-Oct-09 10:24 
QuestionNew memory manager for db4o object database Pin
netquake14-Oct-09 3:45
netquake14-Oct-09 3:45 
AnswerRe: New memory manager for db4o object database Pin
_Damian S_14-Oct-09 15:36
professional_Damian S_14-Oct-09 15:36 
QuestionReal time data transfer Pin
krishnaveer14-Oct-09 3:04
krishnaveer14-Oct-09 3:04 
AnswerRe: Real time data transfer Pin
J4amieC14-Oct-09 3:57
J4amieC14-Oct-09 3:57 

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.