Viewing 15 posts - 676 through 690 (of 872 total)
I see ... well, then to your question, sadly I do not know then. Compliance is one of those areas I haven't had the pleasure of dealing with.
Best of luck...
March 11, 2008 at 11:40 am
My apologies, perhaps I'm still not following ... but If I understand correctly, you want to be able to more or grant deny's on all objects that do not yet...
March 11, 2008 at 11:28 am
Bob Fazio (3/11/2008)
March 11, 2008 at 11:26 am
I do not know much of anything about SOX ... but before you get underway with questions, are you familiar with each recovery model and their purpose? I'm not sure...
March 11, 2008 at 11:06 am
So you want to find what schema's do not yet have any permissions to them, so you can then deny access to them? I am pretty familiar with most permissions...
March 11, 2008 at 10:59 am
Not entirely sure what you're attempting here ... but this may or may not help point you in the right direction (this will show you a listing of all permissions...
March 11, 2008 at 10:49 am
Not sure what it is you're trying to do ...
Schedule a DTS or change the job category of a DTS?
If you're trying to schedule a DTS you have two routes...
March 11, 2008 at 10:45 am
This DTS is all focused on this one SQL server yes? Are you connecting to another server at any point? Are you using liked servers or opendatasource at all?
If that...
March 11, 2008 at 10:42 am
Jack Corbett (3/11/2008)
Bob Fazio (3/11/2008)So far, it looks like everyone is agreeing with me. Can anyone give me a good reason to use delete instead?
To keep your developers happy:P
Developers...
March 11, 2008 at 10:39 am
dsohal (3/11/2008)
job owner is ics\sqlsrvr, package is run by ics\rluu, can I change the name in packagePlease advice,
thanks,
Dev
What rights does ics\sqlsrvr have? Is that the account running your...
March 11, 2008 at 10:30 am
The Microsoft Jet database engine could not find the object 'Sheet1$'. Make sure the object exists and that you spell its name and the path name correctly
The error speaks...
March 11, 2008 at 10:28 am
The above is correct, but if you'd like to do it from SSMS:
IF
(
SELECT value FROM sys.configurations
WHERE name = 'show advanced options'
) = 0
BEGIN
EXEC sp_configure 'show advanced options', 1
RECONFIGURE
END
IF
(
SELECT...
March 11, 2008 at 9:48 am
The data types char and text are incompatible in the equal to operator
Sounds like a data type was changed and your application no longer works with whatever comparison/join it was...
March 11, 2008 at 9:43 am
User does not have permission to perform this operation on table 'T_VBKA_Sales'.
Who is the owner of the job you created? I don't know what you normally do to setup jobs,...
March 11, 2008 at 9:36 am
Viewing 15 posts - 676 through 690 (of 872 total)