Viewing 15 posts - 151 through 165 (of 286 total)
Paul Randal (3/31/2010)
I was the second opinion Gail was talking about. I monitor this forum but only usually jump in on the really nasty/obscure problems.Thanks
Thanks Paul ! Also I saw...
March 31, 2010 at 3:55 pm
Paul Randal (3/31/2010)
I was the second opinion Gail was talking about. I monitor this forum but only usually jump in on the really nasty/obscure problems.Thanks
Thanks Paul ! Also I saw...
March 31, 2010 at 3:55 pm
Hello All,
Just to update the post, I have restored msdb from previous backup and its working fine 🙂
How ?
stop sql agent --> as this will be accessing msdb
restore msdb with...
March 31, 2010 at 3:26 pm
Hello All,
Just to update the post, I have restored msdb from previous backup and its working fine 🙂
How ?
stop sql agent --> as this will be accessing msdb
restore msdb with...
March 31, 2010 at 3:26 pm
Paul Randal (3/30/2010)
March 30, 2010 at 12:07 pm
Paul Randal (3/30/2010)
March 30, 2010 at 12:07 pm
Paul Randal (3/30/2010)
March 30, 2010 at 10:53 am
Paul Randal (3/30/2010)
March 30, 2010 at 10:53 am
GilaMonster (3/30/2010)
I've referred this to a corruption expert for assistance. It may be necessary to restore from your...
March 30, 2010 at 9:33 am
Mistake ! ... double post please disregard this !
March 30, 2010 at 7:26 am
Hello,
The script is fine but using MS_foreach is undocumented ! :hehe:
I prefer to use:
SELECT table_name,table_rows FROM (
select so.name as table_name, si.rowcnt as table_rows,ROW_NUMBER() OVER (PARTITION BY SO.NAME ORDER BY si.rowcnt...
March 26, 2010 at 7:33 am
Hello,
The script is fine but using MS_foreach is undocumented ! :hehe:
I prefer to use:
SELECT table_name,table_rows FROM (
select so.name as table_name, si.rowcnt as table_rows,ROW_NUMBER() OVER (PARTITION BY SO.NAME ORDER BY si.rowcnt...
March 26, 2010 at 7:33 am
dpsahu30 (3/11/2010)
If there is huge growth in tempdb size then,i suggest rebooting the server wont help much..so i think,we should findout why tempdb is growing so much and important is...
March 12, 2010 at 7:21 pm
Hello,
I like powershell to do the job. Below is the code that I use: (modify as per your usage)
$file = "F:\temp\Job_logs" ## this will be your backup file...
March 5, 2010 at 9:55 am
TheSQLGuru (3/4/2010)
Sometimes just reading forums regularly helps to gain knowledge !
Actually you didn't need to read this forum to gain knowledge. That stuff you watched has been on the...
March 4, 2010 at 6:02 pm
Viewing 15 posts - 151 through 165 (of 286 total)