Viewing 15 posts - 4,366 through 4,380 (of 7,187 total)
No. We're volunteers, and we're not here to do the job that you're paid to do. We're all perfectly willing to help out if you've made the effort...
August 31, 2012 at 4:51 am
Satish
Since the script doesn't have "7zip" in it, it's not going to get you very far. Search for "7zip command line" to get the syntax. How are you...
August 31, 2012 at 4:34 am
I am not able to do through script.
What script have you tried? It's quite easy to use the 7zip command line.
John
August 31, 2012 at 4:22 am
Is there any reason you can't schedule your full backup as well? It's correct to say that you can backup with users on the system. However, given that...
August 30, 2012 at 6:52 am
You certainly need to investigate why a database of that size has a log of that size. My point was only that if it won't truncate automatically, it won't...
August 30, 2012 at 3:24 am
The easiest way to do that is just to wait and the log will be automatically truncated for you. You shouldn't have to wait more than a minute for...
August 30, 2012 at 3:08 am
Here's one thing you can try:
If that doesn't work for you, do what I just did and copy that error message into your favourite search engine. There's plenty of...
August 30, 2012 at 3:02 am
I think that option is available in SQL Server 2008 but not 2005. If you have cluster resources and groups left over, have you tried removing them using the...
August 29, 2012 at 6:59 am
If you can't or won't correct your design as suggested by Joe, use the MERGE statement as suggested by Sandeep.
John
August 29, 2012 at 4:14 am
Sourav
I'm not quite sure what you're doing with your completion_Status column. You're returning 'Completed Full BKP' if the backup (of any type) is more than an hour old, and...
August 28, 2012 at 2:37 am
Definitely worth checking, yes. When he said "the job consumed 73GB", I wanted to check that it wasn't just the case that the file ended up at 73GB due...
August 24, 2012 at 9:25 am
Paul, there's also the possibility that he's backing up to the same file without using WITH INIT, which is why I asked him to run RESTORE HEADERONLY. This is...
August 24, 2012 at 8:51 am
Well, if this hasn't been working for two months, chances are that you really do have a log file that's so large that you can't fit the backup on your...
August 24, 2012 at 8:22 am
Point taken, Drew - I should have phrased it better and said "your code would be clearer if" rather than "you need to". You're right that there's no syntactical...
August 24, 2012 at 8:15 am
You need to handle all eventualities once and once only in your case expression - something like this:
...
CASE WHEN Interval < 1 THEN 'X'
WHEN Interval >= 1 AND Interval <...
August 24, 2012 at 4:49 am
Viewing 15 posts - 4,366 through 4,380 (of 7,187 total)