Click here to Skip to main content
15,901,283 members
Home / Discussions / Database
   

Database

 
GeneralRe: LDF file Size is so increased Pin
Kornfeld Eliyahu Peter31-May-15 23:57
professionalKornfeld Eliyahu Peter31-May-15 23:57 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.1-Jun-15 0:07
Azam Niaz Ch.1-Jun-15 0:07 
GeneralRe: LDF file Size is so increased Pin
Kornfeld Eliyahu Peter1-Jun-15 0:15
professionalKornfeld Eliyahu Peter1-Jun-15 0:15 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.1-Jun-15 0:26
Azam Niaz Ch.1-Jun-15 0:26 
GeneralRe: LDF file Size is so increased Pin
Kornfeld Eliyahu Peter1-Jun-15 0:49
professionalKornfeld Eliyahu Peter1-Jun-15 0:49 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.1-Jun-15 1:29
Azam Niaz Ch.1-Jun-15 1:29 
GeneralRe: LDF file Size is so increased Pin
Kornfeld Eliyahu Peter1-Jun-15 1:39
professionalKornfeld Eliyahu Peter1-Jun-15 1:39 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.1-Jun-15 1:50
Azam Niaz Ch.1-Jun-15 1:50 
AnswerRe: LDF file Size is so increased Pin
Kornfeld Eliyahu Peter1-Jun-15 2:09
professionalKornfeld Eliyahu Peter1-Jun-15 2:09 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.1-Jun-15 2:17
Azam Niaz Ch.1-Jun-15 2:17 
GeneralRe: LDF file Size is so increased Pin
Kornfeld Eliyahu Peter1-Jun-15 2:18
professionalKornfeld Eliyahu Peter1-Jun-15 2:18 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.1-Jun-15 2:53
Azam Niaz Ch.1-Jun-15 2:53 
AnswerRe: LDF file Size is so increased Pin
Kornfeld Eliyahu Peter1-Jun-15 3:19
professionalKornfeld Eliyahu Peter1-Jun-15 3:19 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.1-Jun-15 19:36
Azam Niaz Ch.1-Jun-15 19:36 
GeneralRe: LDF file Size is so increased Pin
Corporal Agarn2-Jun-15 1:34
professionalCorporal Agarn2-Jun-15 1:34 
GeneralRe: LDF file Size is so increased Pin
GuyThiebaut4-Jun-15 2:08
professionalGuyThiebaut4-Jun-15 2:08 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.4-Jun-15 7:26
Azam Niaz Ch.4-Jun-15 7:26 
GeneralRe: LDF file Size is so increased Pin
GuyThiebaut4-Jun-15 7:28
professionalGuyThiebaut4-Jun-15 7:28 
GeneralRe: LDF file Size is so increased Pin
Richard Deeming4-Jun-15 8:44
mveRichard Deeming4-Jun-15 8:44 
Try running the following query:
SQL
SELECT
    [name], 
    recovery_model_desc, 
    log_reuse_wait_desc
FROM
    sys.databases
WHERE
    [name] = 'YourDatabaseName'

Compare the value returned to the list on TechNet:
Factors That Can Delay Log Truncation[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.5-Jun-15 20:40
Azam Niaz Ch.5-Jun-15 20:40 
GeneralRe: LDF file Size is so increased Pin
Richard Deeming7-Jun-15 21:27
mveRichard Deeming7-Jun-15 21:27 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.21-Jun-15 9:04
Azam Niaz Ch.21-Jun-15 9:04 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.4-Jun-15 7:29
Azam Niaz Ch.4-Jun-15 7:29 
GeneralRe: LDF file Size is so increased Pin
Azam Niaz Ch.4-Jun-15 8:30
Azam Niaz Ch.4-Jun-15 8:30 
QuestionSQL: Function To find Last business day of the Month factoring in Holidays Pin
swoozie128-May-15 7:43
swoozie128-May-15 7:43 

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.