Viewing 15 posts - 1,336 through 1,350 (of 6,105 total)
Yeah, that's not surprising. So far as I am aware, they only support MSCS.
February 15, 2008 at 11:49 am
A (2/15/2008)
February 15, 2008 at 11:45 am
This is something that interests me as well. We use MSCS because that's what we have experience with. Have they considered Polyserve as well?
February 15, 2008 at 7:16 am
A (2/15/2008)
February 15, 2008 at 7:12 am
George, it's an extra layer of protection should cross-database ownership chaining get turned on by mistake. Not all, makes sense. Keep in mind, the protection isn't to restrict sysadmin level...
February 15, 2008 at 7:08 am
To find pinned tables, you'll have to query properties on each table:
SELECT OBJECTPROPERTY(OBJECT_ID('table name'), 'TableIsPinned')
February 15, 2008 at 2:35 am
System Center Configuration Manager 2007?
February 15, 2008 at 2:24 am
The limitation to being administrators is only Windows 2000. The max 2 connections (not including a connection to the console... also a new feature of Windows Server 2003) is still...
February 14, 2008 at 11:11 pm
faheemlatif (2/14/2008)
Hi ,Please try this :
exec master.dbo.xp_cmdshell 'mkdir "D:\temp"'
exec master.dbo.xp_cmdshell 'dir "E:\"'
If xp_cmdshell is enabled, these should work. But they don't require an interactive session, like what the poster was...
February 14, 2008 at 10:02 pm
If you audit logon/logoff events on the server where the app is installed, you can get a picture of who is on the system at a particular time. If you're...
February 14, 2008 at 9:58 pm
I've gone from Blackberry to Smart Phone and back to Blackberry. Let's say that I was less than satisfied with my Windows Mobile experience. But then again, I wasn't trying...
February 14, 2008 at 9:54 pm
KevinBrenn (2/12/2008)
February 14, 2008 at 9:46 pm
steve smith (2/7/2008)
At a philosophical level, you may not be correct. Practically speaking, you're finding NOT having these rights is a pain in the $@%^&! and slows you...
February 14, 2008 at 9:40 pm
Q (2/7/2008)
February 14, 2008 at 9:36 pm
You should be running this through a non-interactive interface. Executing IE in this manner does not work, as previously indicated. For instance, script the access using Perl or Powershell and...
February 14, 2008 at 9:31 pm
Viewing 15 posts - 1,336 through 1,350 (of 6,105 total)