Viewing 15 posts - 511 through 525 (of 6,105 total)
I'm not sure. I know SQL Server 2008 is definitely affected. I have asked on one of the patch management mailing lists. I'll post what I hear back.
August 20, 2009 at 8:17 pm
In SSMS. Right-click on the database and choose Reports. Choose Standard Reports | Schema Changes History.
That will give you time/date and who did it, provided the info is still in...
August 16, 2009 at 9:44 pm
Jeffrey Williams (8/10/2009)
Thanks for the links - not sure where in there it talks about side-by-side installation, but I will review it in more detail when I have some time.
The...
August 10, 2009 at 7:56 pm
ouqiwu (8/10/2009)
August 10, 2009 at 7:50 pm
Katmai - Custom components and upgrade
The Key SQL Server 2008 BI Migration: DTS to SSIS 2008, Part 2 of 2[/url]
August 10, 2009 at 6:17 pm
There can only be one default instance on a system. Therefore, if you want a SQL Server 2008 default instance, you will need to uninstall the SQL Server 2000 default...
August 10, 2009 at 6:00 pm
As indicated, it's really no different than multiple instances of the same version of SQL Server on a cluster. You still have to make the appropriate plans for resources. Where...
August 10, 2009 at 12:39 pm
To ensure database access is clear:
If a login has CONTROL SERVER rights that login has access to every database. Likewise, if a login is a member of the sysadmin fixed...
August 10, 2009 at 8:22 am
Jack Corbett (8/7/2009)
August 7, 2009 at 8:10 pm
My recommendation to you is to take a slightly different approach. It would be better if you run a job or process periodically (say every 15 minutes) that checks for...
August 7, 2009 at 1:44 pm
You should look at removing BUILTIN\Administrators. That's a given, because it means administrators have to jump through the other hoops to get access. You should not, however, look at removing...
July 24, 2009 at 2:02 pm
Lee,
in short, you can't stop the system administrators. If I have admin rights to your server, I will get in to your SQL Server. So you've got to...
July 24, 2009 at 1:07 pm
I think the Novell volumes are only visible through the Novell client. I believe that client only works for a logged on user (not for a service like SQL Server)....
July 23, 2009 at 12:49 pm
If you bring up the SSAS properties for that server (right-click on the server and choose properties) and then click on the Security page, do you see who is listed...
July 23, 2009 at 12:47 pm
Free (7/15/2009)
I have 2 groups of developers
Dev1Team
Dev2Team
How would i set it up so each group will there their own schema, and they can create / change / objects in...
July 16, 2009 at 7:45 am
Viewing 15 posts - 511 through 525 (of 6,105 total)