snapshot

Technical Article

RE: help

  • Reply

You need some type of server side component to do this, like an ASP page. There are some articles on the site showing this. Or you might to better searching on 4GuysFromRolla.com. Steve Jones sjones@sqlservercentral.com http://qa.sqlservercentral.com/columnists/sjones www.dkranch.net

You rated this post out of 5. Change rating

2003-07-07

Technical Article

RE: Killing idle users

  • Reply

Just make sure it does not take a snapshot in time and comapre it to another snapshot in time otherwise you may take out users you don't mean to. For example you do a select against sysprocess at 10:00 AM to get the spid and loginnae of each inactive user, do the same thing at […]

You rated this post out of 5. Change rating

2003-06-20

1 reads

Technical Article

RE: How to get the number of records exported

  • Reply

Thanks. That's a solution that I can use! I added a SQL task (following the transform data task) that counts the records using the same query and setting a global variable. It works! Is it also possible to get the record count from the transform data task directly (not using a count(*) query but by […]

You rated this post out of 5. Change rating

2003-05-26

Technical Article

RE: select and lock next key value

  • Reply

create a parameter-table with a column "lastkeyvalue". Read that value for update and than its all up to you. Others cannot reach it until you release it. That is if you want to have a key sequence. You could also use uniqueidentifiers. Then you can just generate them at clientside. They are considered to be […]

You rated this post out of 5. Change rating

2003-05-08

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