Viewing 15 posts - 661 through 675 (of 789 total)
You can try:
use master
select name from sysobjects where objectproperty(id, 'ExecIsStartup') = 1
July 3, 2003 at 6:06 am
I am more for turning it off and, if there's a particular need for it, using a scheduled profiler trace to gather the required successful login info. A trace...
July 2, 2003 at 4:03 pm
You seem to want to empower the users with all security (but not system/server) admin abilities. Why not grant them SECURITYADMIN rather than SYSADMIN?
July 2, 2003 at 4:51 am
In Enterprise Manager try editing the job properties and changing the owner to sa.
July 2, 2003 at 4:42 am
Try:
SELECT ISNULL(basesoftwarename,N'') + ISNULL(basesoftwareversion,N'') AS Software from tblsware
July 2, 2003 at 4:33 am
IMHO, go to SQL2000 now. SQL7 to SQL2000 is a relatively pain-free exercise, and you'll learn quite a lot as you go. When Yukon comes along you'll be...
July 2, 2003 at 4:28 am
I agree. Turn it off. Enterprise Manager, right click on the server, Properties, Security tab, Audit Level.... change to failure.
You need to restart SQL Server.
July 2, 2003 at 4:24 am
Kevin,
I personally haven't had any problems with Remote QUERY Timeout set to zero on SQL 7.0 or SQL 2000. But I have had problems with Remote LOGIN Timeout set...
July 2, 2003 at 1:11 am
I often use textcopy.exe which ships with SQL Server.
July 2, 2003 at 12:37 am
I often use textcopy.exe which ships with SQL Server.
July 2, 2003 at 12:37 am
That's a good solution provided the existing data doesn't change. Also, from experience, you'll need some smarts in your summarization SP to look for days that may have been...
July 1, 2003 at 11:17 pm
Parker77,
I suspect you want to automate the process rather than relying on the interactive wizard. Is that right?
I don't have a "script the lot" example, but a starting point...
July 1, 2003 at 10:28 pm
You're out of luck sorry.
You'll need to restore the database somewhere else and extract the table you need, then move it into the live database.
July 1, 2003 at 10:18 pm
I usually start with RPC:Completed and SQL:BatchCompleted, and get more detailed thereafter only if necessary.
July 1, 2003 at 9:46 pm
Viewing 15 posts - 661 through 675 (of 789 total)