Viewing 15 posts - 901 through 915 (of 2,636 total)
The SQLAgentUserRole might be just what you need. See BOL at ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/719ce56b-d6b2-414a-88a8-f43b725ebc79.htm
July 15, 2008 at 10:50 am
Hi Luke,
There should be a button labeled "Locations..." next to the local computer name after clicking "Search...". If you click "Locations...", you'll be able to see other computers in...
July 14, 2008 at 9:35 am
What you see there is the name and description of the step that the workflow applies to. Workflows don't have identifying names.
July 14, 2008 at 9:14 am
Yeah, I guess the trick for you is to decide which situation is most likely to happen and cause the most harm: developers increasing database size without telling you or...
July 10, 2008 at 10:51 am
You can see the levels of support here: http://support.microsoft.com/default.aspx?scid=fh;%5Bln%5D;lifecycle. Use the Product Lifecycle Search at the bottom of the page to see the support dates for specific versions.
July 10, 2008 at 10:37 am
Hi Sharon,
1. Yes, we run the trace on the server that is being audited. The trace rollover argument of sp_trace_create specifies that when the trace file reaches it's max...
July 10, 2008 at 10:07 am
If all he needs to do is backup a database, db_owner membership is overkill.
July 9, 2008 at 12:41 pm
I found this article if you really want to generate a script:
July 9, 2008 at 9:59 am
It's the same Wizard no matter how you start it. See my advice about the Copy Objects option. It's one of three choices after you've specified the source...
July 9, 2008 at 9:50 am
Are you creating the tables as they're imported? Are you using the import/export wizard in SQL 2000 or SQL 2005?
In the the SQL 2000 DTS Wizard, you...
July 9, 2008 at 9:34 am
how do i generate a server side trace and capture the details?
Here's what we run in a DTS package. You can put it in a stored procedure, a T-SQL...
July 9, 2008 at 9:07 am
Sorry, I missed your transformation requirement. Unfortunately, transformable subscriptions is a deprecated feature in SQL 2005 replication. That and the fact that some lag time is acceptable, makes...
July 8, 2008 at 12:13 pm
To elaborate on Mani's reply, if you have a DTSRUN command, such as in a job or batch file, you may find the password after the /M argument (if the...
July 8, 2008 at 11:55 am
You could try a stored procedure with a KILL statement and EXECUTE AS a login with sysadmin or processadmin membership. Another option is to add developers to the processadmin...
July 8, 2008 at 11:07 am
Viewing 15 posts - 901 through 915 (of 2,636 total)