Viewing 15 posts - 4,996 through 5,010 (of 7,164 total)
You may be able to use Policy Management to prevent it from being disabled. Are you on 2008 or higher? Have you used policies before? I know someone who uses...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 19, 2011 at 7:27 am
This may help you for future executions: http://dtloggedexec.codeplex.com/%5B/url%5D
DTLoggedExec provides an alternate to using DTExec for executing SSIS packages that can generate just about any logging information you like without adding...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 17, 2011 at 9:41 am
You can really compress your timeline by running a TSQL_replay trace on your production server while it is in 80 mode and then replaying the trace results against your dev...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 9:28 pm
Create a Solution in BIDS 2005 or Visual Studio 2005 (VS). Then add a SQL Server Integration Services Project to the Solution. Now add all 100 SSIS packages to the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 8:56 pm
DoubleTake is worth a look. Throughput was far superior than Windows Copy. I cannot speak for it from an admin perspective though because the two shops I have been in...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 8:31 pm
SSIS is not a High Availability solution. Can you explain more about your environment and what you are trying to accomplish?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 8:13 pm
pk2011 (12/16/2011)
Is it possible to migrate from SQL standard edition to SQL 2008 web edition, without having 2005 never used/installed in the system. In the DB there are...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 7:24 pm
Try changing this:
$db=gi sqlserver:\sql\D000XXX\default\databases\Northwind
to this:
$db=gi sqlserver:\sql\D000XXX\default
After seeing how this changes the playing field in terms of what you evaluate policies against you may want to rename your variable too 😉
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 4:10 pm
USE master ; --<< important: procs set to start automatically must reside in master
SELECT *
FROM sys.procedures
WHERE is_auto_executed = 1 ;
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 3:55 pm
In that case sys.database_principals and sys.database_role_members has all the metadata you need to build the commands that can add the Database Roles and Database Users to another database.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 16, 2011 at 3:09 pm
Path of least resistance...gotcha. Happy you got a comfortable way forward 🙂
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 13, 2011 at 9:33 am
geoffrey grierson (12/1/2011)
I did:
USE master
GO
GRANT VIEW SERVER STATE TO [dom\acc]
but the result is the same.
Today I'll make a fresh start on the problem. No more googlebing for...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 12, 2011 at 1:57 pm
I strongly encourage you to find an alternative way to do what you are attempting.
From http://support.microsoft.com/kb/257757
Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 9, 2011 at 4:11 pm
hindle.steve (12/8/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 8, 2011 at 10:52 am
Dev (11/30/2011)
...the DENY takes precedence...
Except in cases where Ownership Chaining is involved.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 8, 2011 at 10:07 am
Viewing 15 posts - 4,996 through 5,010 (of 7,164 total)