Viewing 15 posts - 121 through 135 (of 605 total)
Not seen it personally. Maybe try copying the DLL from another machine?
May 7, 2009 at 4:48 am
To create a login, you will need to have the "Alter any Login" permission granted to it. Either that or make the login a member of the securityadmin fixed...
May 7, 2009 at 4:47 am
You can use profiler. Just kick it off and look for what process is doing what at 3am.
Either that or sit up and run a sp_who2 just before the...
May 7, 2009 at 4:42 am
Hi Steve,
Part of it is required. We may need to restore a client database as part of an upgrade process or we may need a fresh copy of a...
March 4, 2009 at 5:36 am
Yes...I do. I perform at least one full restore per week.
March 3, 2009 at 8:35 am
seizorek (2/27/2009)
Reinstalling SQL Server is also an option.
Huh? Reinstalling SQL Server is an option for a process which is taking a long time to roll back?
February 27, 2009 at 11:44 am
Great article Gail. I'll be sure to forward this on to a DBA who I know has had a few corrupt database issues.
February 16, 2009 at 3:12 am
BIDocumentor is not bad either.
Either way, you'll still need to document functionality.
I wouldn't mind seeing that stored proc you wrote Steve.
February 13, 2009 at 9:45 am
ananda.murugesan (2/12/2009)
what is the use check point in SQL sever database?
How to set a check point in SQL Server?
which condition and what are steps should followed for attempt check...
February 12, 2009 at 5:52 am
As I suggested, if you have Visio or something similar, reverse engineer the schema so you can get a visible feel for the database and its relationships. This was...
February 12, 2009 at 5:46 am
harsha.bhagat1 (2/12/2009)
You wont believe it .. there is no documentation for the database. I am expected and been asked to create the documentation...
I think most of us will believe it!
February 12, 2009 at 5:10 am
I agree. It makes no sense and I strongly disagree that any money given by the governments should be used for bonus handouts. This should have been a...
February 12, 2009 at 4:06 am
A first step would be to get a tool like Visio and reverse engineer to database so you can see the entire (or subset, depending on which tables you select)...
February 12, 2009 at 3:35 am
Just one thing to bear in mind is that some stored procedures may not run frequently if you do delete any, make sure you have a copy.
You'd not want to...
February 12, 2009 at 3:30 am
Hi,
Tempdb - No. It gets re-created when you start the SQL Server service anyways.
Model - You only need to move this database if you have made any customization to...
February 9, 2009 at 11:16 am
Viewing 15 posts - 121 through 135 (of 605 total)