Click here to Skip to main content
15,885,985 members
Home / Discussions / Database
   

Database

 
QuestionHow to create SQL server 2016 localdb using C# code? Pin
w142435-Mar-17 20:47
w142435-Mar-17 20:47 
AnswerRe: How to create SQL server 2016 localdb using C# code? Pin
Chris Quinn5-Mar-17 23:28
Chris Quinn5-Mar-17 23:28 
GeneralRe: How to create SQL server 2016 localdb using C# code? Pin
w142437-Mar-17 22:14
w142437-Mar-17 22:14 
GeneralRe: How to create SQL server 2016 localdb using C# code? Pin
kosmas kafataridis18-Apr-17 1:22
kosmas kafataridis18-Apr-17 1:22 
Questionhow to connect table from database to table from another database? Pin
salm abdullsamad4-Mar-17 6:17
salm abdullsamad4-Mar-17 6:17 
AnswerRe: how to connect table from database to table from another database? Pin
Michael_Davies4-Mar-17 6:57
Michael_Davies4-Mar-17 6:57 
QuestionFinding status of which Jobs ran successfully and which are failed on daily basis Pin
indian1432-Mar-17 8:38
indian1432-Mar-17 8:38 
AnswerRe: Finding status of which Jobs ran successfully and which are failed on daily basis Pin
Afzaal Ahmad Zeeshan2-Mar-17 9:09
professionalAfzaal Ahmad Zeeshan2-Mar-17 9:09 
If you have a logging system, then you can easily check which jobs are running and which failed due to what, in the logs.

There are a lot of good articles and tips, that can help you understand how to fix the jobs based on the logging data. If you have no logs, then it will be more difficult to understand what is going wrong and where. Also the following threads show you with a good way to get the failed SQL jobs, sql server - What is the Query to display the failed sql jobs - Database Administrators Stack Exchange, How to obtain failed jobs from sql server agent through script? - Stack Overflow

Semi-Advanced Logging Options for SQL Server Agent Jobs | Practical SQL Server
sql server - Get detailed output of SQL Agent job - Database Administrators Stack Exchange
SQL Server Agent Error Log | Microsoft Docs
How to debug jobs?

Or even better would be to simply use the SQL Server Agent Jobs. The following will help on this,
How to: Create a SQL Server Agent Job (Transact-SQL)
Create a Job | Microsoft Docs
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionHow to sync two or more collocation database server? Pin
Gilbert Consellado1-Mar-17 17:59
professionalGilbert Consellado1-Mar-17 17:59 
AnswerRe: How to sync two or more collocation database server? Pin
Eddy Vluggen6-Mar-17 2:56
professionalEddy Vluggen6-Mar-17 2:56 
GeneralRe: How to sync two or more collocation database server? Pin
Gilbert Consellado7-Mar-17 1:58
professionalGilbert Consellado7-Mar-17 1:58 
QuestionFoxpro DBF, Joining a table with multiple columns that can return more than 1 record and projecting it into a list(Of Pin
jkirkerx27-Feb-17 8:07
professionaljkirkerx27-Feb-17 8:07 
Questionintegration of flash to javadb Pin
Member 1302448026-Feb-17 19:38
Member 1302448026-Feb-17 19:38 
AnswerRe: integration of flash to javadb Pin
Mycroft Holmes26-Feb-17 21:53
professionalMycroft Holmes26-Feb-17 21:53 
GeneralRe: integration of flash to javadb Pin
Richard Deeming26-Feb-17 23:43
mveRichard Deeming26-Feb-17 23:43 
QuestionGetting data Pin
Member 1302296325-Feb-17 0:23
Member 1302296325-Feb-17 0:23 
AnswerRe: Getting data Pin
Richard MacCutchan25-Feb-17 20:48
mveRichard MacCutchan25-Feb-17 20:48 
Questionc# to call MySQL Update Stored Proc error Pin
jonmy24-Feb-17 0:00
jonmy24-Feb-17 0:00 
AnswerRe: c# to call MySQL Update Stored Proc error Pin
Richard Deeming24-Feb-17 0:26
mveRichard Deeming24-Feb-17 0:26 
GeneralRe: c# to call MySQL Update Stored Proc error Pin
jonmy24-Feb-17 0:37
jonmy24-Feb-17 0:37 
QuestionSave a Query as a View issue Pin
john_berman21-Feb-17 11:35
john_berman21-Feb-17 11:35 
AnswerRe: Save a Query as a View issue Pin
Richard Deeming21-Feb-17 12:04
mveRichard Deeming21-Feb-17 12:04 
QuestionTime Variance Query works - Sorry it needs a tweak Pin
john_berman21-Feb-17 9:48
john_berman21-Feb-17 9:48 
QuestionMySql Resource Pin
BobbyStrain20-Feb-17 14:12
BobbyStrain20-Feb-17 14:12 
AnswerRe: MySql Resource Pin
Peter Leow20-Feb-17 16:08
professionalPeter Leow20-Feb-17 16: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.