automation

Technical Article

RE: Workaround needed to run sp_addlogin

  • Reply

You can create jobs using Enterprise manager. Go to your server->Management->SQL Server Agent->Jobs. You can add a new job. It acts much like any scheduler kind of stuff. You can set general properties and add one or more steps (tasks). For your problem, you would need a Transact-SQL step that calls a stored procedure. To […]

You rated this post out of 5. Change rating

2003-07-02

Technical Article

RE: How much do you earn?

  • Reply

quote: I just find it hard to believe that the market could have slipped down to one third of the going rate six years ago! Hungry, out of work developers offer themselves at desparately low rates, before giving up and changing careers. I think the government should implement rate subsidies for developers, just like crop […]

You rated this post out of 5. Change rating

2003-06-20

2 reads

Technical Article

RE: SQL Server Agent fails to start - no error msg

  • Reply

Hi Csaba, quote: Frank: I think this is the only thing left that I will try. I will reinstall the server. The only problem that it's in Romania (I'm in Hungary) and lot of people are working on it. However I can't do anything else than completely reinstall it. reinstall should only be the last […]

You rated this post out of 5. Change rating

2003-06-20

1 reads

Technical Article

RE: How much do you earn?

  • Reply

Hi bond007, quote: Contracting rates in the UK vary quite a bit as well, the lowest i've seen is £15 per hour, the highest around about £80 per hour. that is ridiculous. When I was programming, they'll charged a fixed daily number of 800 - 1000 Euro. Who is willing to do this? They should […]

You rated this post out of 5. Change rating

2003-06-19

Technical Article

RE: shrink logs

  • Reply

The script below will solve your problem,it runs for bot sql 7.0 an sql 2000. -- Caution : database compatibility level must be 7.0 or higher .. dbcc shrinkfile ( [Logical Log File Name], truncateonly ) backup log [Logical Database Name] with truncate_only GO if exists ( select * from sysobjects where name ='tmp_00000000000001a') drop […]

You rated this post out of 5. Change rating

2003-06-19

1 reads

Technical Article

RE: DBAs versus SQL Server

  • Reply

Our company has over 60 SQL Servers and only 2 DBA's. Even if you automate all the maintenance, monitoring, and patches/service packs, etc., you still need people to support the servers. Thank you

2003-06-04

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