Viewing 13 posts - 1 through 13 (of 13 total)
Found a solution, hopefully someone else can use this also:
select
November 28, 2017 at 7:26 am
I am not sure that I understand the question, I see wrong MonthNumberV2 values for the column.
If you use this simple update statement, it should be fixed:
[code...
November 28, 2017 at 7:17 am
Thanks for your replies.
I've seen that the locking issue while starting a replication is normal, so we have to do this outside production hours.
Thanks again for your help!
Greetings,
Mischa
April 15, 2013 at 5:10 am
I just tried it, and it worked... Same server, nothing else changed, except for a reboot.
Best regards,
Mischa
October 25, 2012 at 4:48 am
Thanks for the replies! I have the solution, mail was not configured completely. Run this script:
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Database Mail XPs', 1;
GO
RECONFIGURE
GO
Problem solved! I just do not understand...
October 25, 2012 at 4:37 am
On a other forum, I did get the following solution: Make a log-backup, then shrink, works perfect, even online! Thanks for your help!
Best regards,
Mischa
November 21, 2011 at 12:44 pm
Ok, I have done that:
USE [ivs]
GO
DBCC SHRINKFILE (N'IVS_Log' , 5000)
GO
Now I get this result:
DbIdFileIdCurrentSizeMinimumSizeUsedPagesEstimatedPages
2226713280128067132801280
And the error (in messages):
Cannot shrink log file 2 (IVS_Log) because the logical log file located at...
November 21, 2011 at 12:31 pm
Thanks for all of your help, I did run the script as mentioned above, and most problems where fixed, I just needed to recreate one script!
Best regards,
Mischa
November 9, 2010 at 1:47 am
Thanks for all of your help, I have not found the solution yet, but I will keep on working on it, and I will inform you all when I have...
July 8, 2010 at 12:25 am
Thanks, I will try this, I have full msdn licences, so I have the developers edition here... Thanks for the advice! But I think that this could be improved a...
July 15, 2009 at 10:14 am
Thanks you very much! That was exactly where I was looking for !
Thanks! 🙂
April 28, 2009 at 8:49 am
Thanks! This was a big help for me! 🙂
It works great now... I have made a table that holds the hostnames that are allowed to log in using this account...
April 22, 2009 at 5:58 am
thanks for your time, I think that the answers given are helping me a lot!
November 12, 2008 at 6:22 am
Viewing 13 posts - 1 through 13 (of 13 total)