Analysis Services (SSAS)

Technical Article

RE: ADO Code

  • Reply

Hi David, quote: set conn = CreateObject("ADODB.Connection") set Com = CreateObject("ADODB.command") set Rs = CreateObject("ADODB.recordset") I always thought one must use something like Set conn = Server.CreateObject("ADODB.Connection") ... Is this the same? Cheers, Frank

You rated this post out of 5. Change rating

2003-07-07

Technical Article

RE: PetCo.com Vulnerable to SQL Injection

  • Reply

quote: In the case of my client they have chosen Barclays bank so this means that all credit card details are handled by the bank systems and not mine. I looked at the Barclay's offering -- the main motivation being to try and put some distance between myself and CNP credit card fraud. It looked […]

You rated this post out of 5. Change rating

2003-07-03

1 reads

Technical Article

RE: Workaround needed to run sp_addlogin

  • Reply

To test this out, I create a job 'AddUser' which just contained the code sp_addlogin 'test'. Not sure whether it is possible to use SQL-DMO in Access 97 so I tried using Transact SQL in Query Analyzer: Use msdb EXEC sp_start_job @job_name = 'AddUser' Still a SYSADMIN problem which I overcame by using xp_sqlagent_proxy_account. Managed […]

2003-07-02

Technical Article

RE: Query runs slow as Stored Procedure

  • Reply

Below is a portion of sp. @COLLECTOR_ID is the culprit. If I replace the variable with a hard coded value it runs quickly. CREATE PROCEDURE dbo.ABT_Select_Collector_LastWorkDate_NotReviewed --Add Parameters Here @COLLECTOR_ID INT, @LAST_WORK_DATE VARCHAR(50), @PROCESS_GROUP_ROLE_ID INT, @NT_USER_NAME VARCHAR(50) <snip> WHERE SGP.PROCESS_GROUP_ROLE_ID = @PROCESS_GROUP_ROLE_ID AND LWD.LAST_WORKDATE <= @LAST_WORK_DATE AND CU.CORE_USER_ID = @COLLECTOR_ID AND LOAN.PrincipalBal >1 Thanks in […]

You rated this post out of 5. Change rating

2003-07-01

1 reads

Technical Article

RE: Query scheduling!!!

  • Reply

Scheduled stuff is usually done by setting up a job in SQL agent. You could set to run at a certain time when you know the step before would be done, or you could run more frequently to check to see if the step before was complete. Andy http://qa.sqlservercentral.com/columnists/awarren/

2003-07-01

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

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