security

Technical Article

RE: Beginner Resource Kit

  • Reply

My normal list of recommendations follow: Analysis Services 2000 Step by Step, Microsoft Press MDX Solutions, George Spofford, Wiley msdn.microsoft.com -- AS Documentation, sqlserver.olap user group www.mosha.com/msolap www.ralphkimball.com Hope that helps. Steve Hughes Magenic Technologies steve.hughes@magenic.com

You rated this post out of 5. Change rating

2003-12-15

Technical Article

RE: audit failed logins

  • Reply

NEWTONS2 is right. Profiler can help with this . For more information how to make profiles record sucessful and unsuccessful logins see http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/prodtech/dbsql/sql2kaud.asp

You rated this post out of 5. Change rating

2003-12-15

Technical Article

RE: Running DTS packages from ASP

  • Reply

Here's the code that connects to the database Const DTSSQLStgFlag_Default = 0 Const DTSStepExecResult_Failure = 1 Dim oPkg, oStep, sErr, bSuccess Dim sServer, iSecurity, sUID, sPWD, sPkgName, sPkgPWD ' Get Form Variables sServer = Request.Form("txtServer") iSecurity = CInt("0" & Request.Form("optSecurity")) sUID = Request.Form("txtUID") sPWD = Request.Form("txtPWD") sPkgName = Request.Form("txtPkgName") sPkgPWD = Request.Form("txtPkgPWD") ' Validate Variables […]

You rated this post out of 5. Change rating

2003-12-15

SQLServerCentral Article

SQL Server Security: Fixed Database Roles

  • Article

Brian is back with a new security article, this time working through the details of the fixed database roles. There are some important concepts here. In particular if you're not totally clear on the difference between dbo and db_owner, read this article.

4.67 (9)

You rated this post out of 5. Change rating

2019-09-18 (first published: )

62,719 reads

Blogs

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

The Future of the Social Web Is in Good Hands

By

The Social Web Foundation is aiming to grow the fediverse and make the social...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers