Over Clause

Technical Article

Automating DTS ??

  • Topic

I have situation where i have to every month bring in new data from Text files which are Vertical tab separated in columns and carriage return for every row. The are many such files which are entered into many tables For this i will have to manually do the DTS every month. Can we automate […]

You rated this post out of 5. Change rating

2004-11-10

2 reads

Technical Article

RE: DTS development export

  • Reply

I'm not sure I understand what your question is.  Are you asking how to deploy DTS packages to another server?If that's what you want, you can either backup backup msdb and restore on the other server (don't do this if you're moving packages to a production server that already has packages and jobs) or open […]

You rated this post out of 5. Change rating

2004-11-09

Technical Article

Preventing delete

  • Topic

Hello, everyone.We have a very interesting problem. Fortunately, this was happened with test database. We lost information from one of the tables. There are some developers who worked with this table. How can we define what happend?Database backed up once a week, and transaction log every hour?Thanks in advance.

You rated this post out of 5. Change rating

2004-05-24

2 reads

Technical Article

RE: Displaying Permissions

  • Reply

This one puts the output into SQL commands that you can cut and paste into a new query and execute. -- af_revPermissions-- Verify existence of af_revPermissions procedure.  If it does exist, -- drop it, so that it can be re-created. if exists (select * from sysobjects where id = object_id(N'[dbo].[af_revPermissions]') and  OBJECTPROPERTY(id, N'IsProcedure') = 1)  begin […]

You rated this post out of 5. Change rating

2004-03-18

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