Viewing 15 posts - 1 through 15 (of 113 total)
Thanks guys! You got it right.:-P
October 8, 2009 at 3:13 pm
Thanks so much!
Can I set
@frag >30 and pages 1000 then rebuild
@frag between 5 and 30 and pages 1000 then reorganize
Would it be correct?
July 21, 2009 at 12:29 pm
Thanks,
I will investigate this. You are correct, it's remote SQL Server 2005 and a legacy application with ODBC connection
June 29, 2009 at 12:22 pm
Hi Paul,
thank you for your help. I just solved it too 😛
Declare @tmp_student TABLE (ClassID int, StudentID int )
Insert into @tmp__student (ClassID, StudentID) ...
select ClassID, StudentIDs from @tmp_student AS A...
June 24, 2009 at 7:26 pm
Gosta, thanks!
it helped me a lot. I completed it and set it up on the server for my boss to test.
What would I do without you guys...:-P
May 28, 2009 at 8:57 am
Thanks a lot Jack. I will look into it.
May 6, 2009 at 12:53 pm
Thanks!
This will work..
January 15, 2009 at 8:25 am
Thank you, Bob!
I am going to investigate it...
January 12, 2009 at 4:22 pm
Unfortunately they need to keep weekly snapshots of the report for the statistical purposes so I still need to upload excel files.. SharePoint is a completely new area for me,...
January 12, 2009 at 4:21 pm
OK guys,
thank you so much to everybody for help and advices. I fixed the situation with the log file today and didn't ruin anything. It's a good day.
September 5, 2008 at 4:16 pm
I am told to do it right now do I am in the same situation like my co-worker that dropped the database... but I still have a question regarding a...
September 5, 2008 at 12:04 pm
Thanks for the script, it's just great!
And if I set up a db into the simple recovery mode, then it will empty the log, and after that I will be...
September 5, 2008 at 10:49 am
And another question. If log is full and so huge that there is no space to back it up, would it help to shrink it first and then back it...
September 5, 2008 at 9:11 am
What should I do if I want to become an entry level DBA?
What book to read (online?), what to study, is there any short course that would teach you basics...
September 5, 2008 at 8:29 am
Viewing 15 posts - 1 through 15 (of 113 total)