Viewing 9 posts - 1 through 9 (of 9 total)
Thanks mate, that was a great help. I am pretty clear with the backup concepts now. Is there a way to read the log files. I mean if i just...
September 25, 2003 at 12:06 am
Why do you need to do a NOT EXIST or Join queries.
I too have a similar situation where we create labels file for our subscribers every month and if we...
September 24, 2003 at 12:46 am
That was really a good explanation. I also have scheduled a daily backup at midnight. When you say taking log backups every 4 hrs. Do you overwrite the same log...
September 24, 2003 at 12:07 am
the server boots up everyday atleast once as it has wingate running on it and it keeps on hanging.
September 23, 2003 at 7:49 am
What is a full recovery mode?
And how does the transaction log help?
Sorry for my ignorance but i really think there this is something important that i am missing.
We have...
September 22, 2003 at 12:33 am
So the statement should basically be like
Begin Transaction
update users set job_title="Manager" where job_title like "%Mgr.%"
update orders set job_title="Manager" where job_title like "%Mgr.%"
And after doing all such updates i issue...
August 20, 2003 at 6:20 am
Thanks, this was simply a perfect solution. I never knew we can use a case statement within select.
Hey i would like to know more about such functions that can be...
May 7, 2003 at 1:31 am
No I tried that earlier but it doesn't work. It still gives a empty field instead of showing 'None'
May 7, 2003 at 12:33 am
Viewing 9 posts - 1 through 9 (of 9 total)