maintenance

Technical Article

RE: DBA

  • Reply

Try using the DTS export wizard.  Select the "Copy objects and data between SQL Server databases".  In Advanced Copy Options, you can check "Copy database users and database roles" and "Copy SQL server logins".Greg

You rated this post out of 5. Change rating

2004-08-31

Technical Article

Performance Alert

  • Topic

Folks, i want an alert to be displayed by SQL when the processor shoots above 80% constantly for 30 seconds. Is there any perfomance counter alert sepcifically for this purpose? Performance monitor can be set to alert for the counter; but i couldn't find an option how to setup the alert if the counter is […]

You rated this post out of 5. Change rating

2004-08-06

Technical Article

Current Activity

  • Topic

Is there a script that I can use that will show me all the users currently showing activity on any given database.  I'd like to find another way rather than looking in the Process Info.Shane

2004-07-12

1 reads

Technical Article

How can the tempdb transaction log be full?

  • Topic

When trying to export data from a table to a flat text file, I am suddenly encountering a failure, with the error message stating that the transaction log of tempdb is full and it needs to be backed up.I'm using the DTS wizard to create the export, the data is being pulled from one table, […]

You rated this post out of 5. Change rating

2004-06-17

2 reads

Technical Article

RE: Cross tab

  • Reply

David,Let me explain my problem hereCREATE TABLE TEMP (ID INT, stdate DATETIME, CODE CHAR(10))INSERT INTO TEMP VALUES(1,'2004-04-01','TEST1') INSERT INTO TEMP VALUES(2,'2004-04-02','TEST1') INSERT INTO TEMP VALUES(3,'2004-04-03','TEST1') INSERT INTO TEMP VALUES(4,'2004-04-01','TEST2') INSERT INTO TEMP VALUES(5,'2004-04-02','TEST2') INSERT INTO TEMP VALUES(6,'2004-04-03','TEST2') INSERT INTO TEMP VALUES(7,'2004-04-01','TEST3') INSERT INTO TEMP VALUES(8,'2004-04-02','TEST3') INSERT INTO TEMP VALUES(9,'2004-04-03','TEST3') INSERT INTO TEMP VALUES(10,'2004-04-01','TEST4') INSERT INTO […]

You rated this post out of 5. Change rating

2004-04-07

Technical Article

RE: WScript in vbscript activex task

  • Reply

Try taking advantage of SQL jobs.We did the same you are trying to do like this.Set up a Job with say 2 steps.Step 1 searches for that file, if it is found goto step 2, otherwise try again in 5 minutes.Step 2 Do what ever you need to with the file. There are some more advanced […]

You rated this post out of 5. Change rating

2004-02-23

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