Viewing 15 posts - 121 through 135 (of 224 total)
Why are you not using msdb database. It will have all your backup information stored in the system tables.
select * from backupfile
select * from backupset
Check out these tables.
March 15, 2012 at 1:35 am
Same status for the last 24 hours. I assume this is not a production server.
You will have more information on the sqlserver error log and the event viewer.
Please...
March 15, 2012 at 1:29 am
Please don't attempt to shrink tempdb as this can cause corruption.
Is there a way to shrink the tempdb without having the downtime?
March 15, 2012 at 1:00 am
GilaMonster (3/13/2012)
From Books Online:
Except that Alter Database doesn't take variables.
Gail,
I am interested in this point. I have no valid reason why database doesn't take variables.
Do you know...
March 14, 2012 at 3:31 am
There are a lot of ways to do it.
I would rather pass the two rows as a string and split the strings inside the calling SP.
Jeff Moden has...
March 13, 2012 at 3:40 am
Hi Guras,
May be the SQL error log can help you to explain you on the part of the db shrink.
Check with application team any new deployment that deletes...
March 13, 2012 at 1:08 am
Hi Guras,
Did you manage to figure out what is the issue.
if not, can you please share the scritps that you use to log the db size and if...
March 11, 2012 at 10:28 pm
Do you have any index rebuild jobs enabled between the time period where the shrink of file actually happened. I have a feeling that your tables might be fragemented and...
March 8, 2012 at 9:45 pm
Hi Bitbucket,
The link you provide is not correct.
And there is a typo in the question.
SELECT Id,,ProductionDate FROM Foobar
Initially I was confused whether it has to...
March 8, 2012 at 8:59 pm
March 5, 2012 at 10:59 pm
I did not knew this. In the end, I guessed. +1.
Nice to knew this table. As we do so much on alerting.
Thank you.
March 5, 2012 at 8:46 pm
Viewing 15 posts - 121 through 135 (of 224 total)