Install

SQLServerCentral Editorial

Moving on but not far test

  • Editorial

During my technical career, I’ve changed companies several times. I even worked as an independent contractor for three years. One thing I have never done before was switch departments and roles within one company. That’s about to change in a couple of weeks as I move from Simple Talk Editor and DevOps Advocate in Marketing […]

5 (2)

You rated this post out of 5. Change rating

2022-12-23 (first published: )

90 reads

Technical Article

RE: cursor query does not work

  • Reply

Not sure if this is it but, your cursor should be declared STATIC since the underlying data is being modified during execution. STATIC ensures a buffered copy is used for the cursor loop. Try: DECLARE prob_cursor CURSOR STATIC LOCAL FOR ...

You rated this post out of 5. Change rating

2004-10-07

Technical Article

RE: Security related to DTS/RS

  • Reply

More information on how to setup and secure Reporting Services can be found on Microsoft's site: Reporting Services Technical Resources You'll probably be most interested in the whitepapers at the bottom of the page. As far as securing DTS packages, here is another link to look at: INF: Managing Permissions for DTS Packages in an […]

You rated this post out of 5. Change rating

2004-10-04

Technical Article

RE: Reference tables and performance

  • Reply

The bulk load process described by David has advantages, but the one issue I see is that the select distinct part filters duplicates from the load batch without respect to the existing data in the target table. If the original "duplicate" row is existing data then that step will still fail with a unique constraint […]

You rated this post out of 5. Change rating

2004-09-27

Technical Article

RE: The SQLServerCentral.com Move

  • Reply

oh joy... can't wait to do my move at the end of next month...luckily for me, I will also be moving the 400lb dell rack with my 3 servers, kvm, 2 switches, 19" monitor and various other ... stuff  double the estimate and add 2 hours... could do that.. I prefer the "42" estimate.  No […]

You rated this post out of 5. Change rating

2004-09-24

Technical Article

RE: Error Log

  • Reply

You could try something like this, create a global variable (g_PackageLog for example) and give it a value including the fully qualified path and then in an ActiveX script:Function MainDIM sLogsLog = DTSGlobalVariables("g_PackageLog").Value & Month(Now) & Day(Now) & Year(Now) DTSGlobalVariables.Parent.LogFileName = sLogMain = DTSTaskExecResult_SuccessEnd FunctionEveryday the package runs it would get a new file name containing […]

2004-08-25

Blogs

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...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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