Viewing 15 posts - 121 through 135 (of 135 total)
Hi,
I am a newbie to microsoft exams, have been a dba for 2 years and have read through the real sql server 2008: implementation and maintenance exam and the MS...
October 30, 2009 at 8:15 am
Hi fixed it last night very happy. used case to sort it:
SELECT rawdata,
SUBSTRING(RAWDATA, CHARINDEX('author={',RAWDATA) + 8, CHARINDEX('}',RAWDATA) - (CHARINDEX('author={',RAWDATA) + 8)) as Author1,
SUBSTRING(RAWDATA, CHARINDEX('year={',RAWDATA)+6, ((CHARINDEX('}',RAWDATA,(CHARINDEX('year={',RAWDATA) + 6)))- (CHARINDEX('year={',RAWDATA)+6))) as year1,
CASE...
June 29, 2009 at 2:17 am
Hi SSCrazy,
Thanks for the script had a go this weekend made some edits:
SELECT rawdata,
SUBSTRING(RAWDATA, CHARINDEX('author={',RAWDATA) + 8, CHARINDEX('}',RAWDATA) - (CHARINDEX('author={',RAWDATA) + 8)) as Author1,
SUBSTRING(RAWDATA, CHARINDEX('year={',RAWDATA)+6, ((CHARINDEX('}',RAWDATA,(CHARINDEX('year={',RAWDATA) + 6)))- (CHARINDEX('year={',RAWDATA)+6))) as...
June 28, 2009 at 2:37 pm
One other thing, the main reason this has to be done is that there are non-standard characters in the text like letters with dashed, umlouts? etc and so I cant...
June 26, 2009 at 5:04 pm
Thanks for the fast reply grasshopper
can you give me some clues on what you wrote
When you get to a row that begins with @article, you empty out a...
June 26, 2009 at 4:59 pm
Thanks for the response I am really grateful and will give it a go over the weekend and let you know how it goes, an example of when it carrys...
June 26, 2009 at 4:03 pm
Thanks for the help.
The only issue with this method is that in some cases a line e.g. author maybe longer than a line and roll over to the next...
June 26, 2009 at 11:06 am
That worked thanks.
So the report gives me this for the past few days - but no backup ran last night. So it does appear that there vertias is backing it...
October 20, 2008 at 8:55 am
Hi,
May thanks for this.
My server name is esrisde\development, how can I enter this in your sql without bring up an error.
Many Thanks as always,
Oliver
October 20, 2008 at 8:37 am
OK I will try that instead. Is there anything to be said for using both to backup because they are using different services and if one service went down you...
October 20, 2008 at 4:55 am
Adi,
I think this is the case. I have checked the backups and it appears that its doing a full backup. I have now selected Veritas to simply do a Database...
October 20, 2008 at 4:21 am
Gail,
Thanks again.
No I made sure that I did not miss any logs since the full backup. I understand the the veritas backup does do a database backup as well as...
October 20, 2008 at 3:54 am
Adi,
Thanks for your reply. Over the weekend I tried to restore the database, I wanted to restore it to say a couple of hours earlier so I clicked the full...
October 20, 2008 at 3:27 am
The error I reported was from when I tried to restore yesterday which is why the numbers are not the same as the ones above. I will try to run...
October 20, 2008 at 3:16 am
Gail,
I attach an image of what I was trying to do, I dont want to recover all the transaction logs because it may well be the error was made 4...
October 20, 2008 at 2:53 am
Viewing 15 posts - 121 through 135 (of 135 total)