Click here to Skip to main content
15,905,427 members
Home / Discussions / Database
   

Database

 
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 
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 
Is your database set up for replication? If so, the replication is broken and you'll need to fix it.

If it's not set up for replication, then you'll need to remove the replication settings. Try sp_removedbreplication[^]:
SQL
EXEC sp_removedbreplication 'YourDatabaseName'




"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.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 
AnswerRe: SQL: Function To find Last business day of the Month factoring in Holidays Pin
Eddy Vluggen29-May-15 2:35
professionalEddy Vluggen29-May-15 2:35 
AnswerRe: SQL: Function To find Last business day of the Month factoring in Holidays Pin
Mycroft Holmes29-May-15 15:39
professionalMycroft Holmes29-May-15 15:39 
Questionstrange Sql Server error Pin
tiwal28-May-15 1:55
tiwal28-May-15 1:55 
AnswerRe: strange Sql Server error Pin
tiwal28-May-15 2:38
tiwal28-May-15 2:38 
GeneralRe: strange Sql Server error Pin
Richard Deeming28-May-15 2:49
mveRichard Deeming28-May-15 2:49 
GeneralRe: strange Sql Server error Pin
tiwal28-May-15 2:55
tiwal28-May-15 2:55 
GeneralRe: strange Sql Server error Pin
Richard Deeming28-May-15 2:57
mveRichard Deeming28-May-15 2:57 
GeneralRe: strange Sql Server error Pin
tiwal28-May-15 3:03
tiwal28-May-15 3:03 
QuestionRDBMS Pin
Member 1003097527-May-15 2:00
Member 1003097527-May-15 2:00 
AnswerRe: RDBMS Pin
Tim Carmichael27-May-15 2:15
Tim Carmichael27-May-15 2:15 
Questionwrite a procedures along with cursors to dump data from one table to another table Pin
Member 1171121322-May-15 1:53
Member 1171121322-May-15 1:53 
AnswerRe: write a procedures along with cursors to dump data from one table to another table Pin
CHill6022-May-15 1:55
mveCHill6022-May-15 1:55 
AnswerRe: write a procedures along with cursors to dump data from one table to another table Pin
Eddy Vluggen22-May-15 2:19
professionalEddy Vluggen22-May-15 2:19 
AnswerRe: write a procedures along with cursors to dump data from one table to another table Pin
Simon_Whale22-May-15 3:20
Simon_Whale22-May-15 3:20 
RantRe: write a procedures along with cursors to dump data from one table to another table Pin
Sascha Lefèvre22-May-15 4:05
professionalSascha Lefèvre22-May-15 4:05 
Questionjava prog to sort million input Pin
Sohail Sowell17-May-15 20:26
Sohail Sowell17-May-15 20:26 
AnswerRe: java prog to sort million input Pin
Jörgen Andersson17-May-15 20:32
professionalJörgen Andersson17-May-15 20:32 

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.