uptime

Technical Article

RE: SQL 7 - Set Single_User

  • Reply

I usually try something like this "kill & set" in an attempt to get the single_user option in before the other user/app does: use master declare @kill varchar (8000) select @kill = ISNULL(@kill , '') + ' kill ' + cast(spid as varchar) from sysprocesses where dbid = db_id('pubs') print @kill exec (@kill) exec sp_dboption […]

You rated this post out of 5. Change rating

2003-08-13

Technical Article

RE: HELP !!! sp_send_cdontsmail dont work for me...

  • Reply

good monday morning ?!? i have changed the CDONTS to CDOSYS and still nothing, i have the correct copy of the proc on the server. i can ping the SQL Server. i am running this in the QA and all i get is Stored Procedure: master.dbo.sp_send_cdontsmail Return Code = 0 and no mail no where.. […]

You rated this post out of 5. Change rating

2003-07-14

Technical Article

RE: Error 927 Database test cannot be opened

  • Reply

Hi, I think what you may have done is to Restore the database with the 'Leave database read-only and able to restore additional transaction logs' option selected. This mode allows you to restore log file backups so that things like upto point-in-time recoveries are possible. (A traditional backup plan would comprise, for example, a daily […]

You rated this post out of 5. Change rating

2003-07-14

1 reads

Technical Article

RE: Does Your SP Choke on Errors

  • Reply

As for the non existant table, that was simply the first SP I came across that would stop on encountering the error and so I used it to illustrate a point in my article. I am glad you all liked the article. I am trying to provide examples (if nothing else) that I am not […]

You rated this post out of 5. Change rating

2003-06-26

2 reads

Technical Article

RE: How to lock?

  • Reply

We have done something like this in a Data Entry app. There are a couple of ways to do this that I can think of (we used the 1st method): 1) Use a field in the table that you increment each time the record is UPDATED. When you SELECT the data to the application, bring […]

2003-06-12

Technical Article

RE: error

  • Reply

You must have SQL 2000 client tools to connect to a SQL 2000 server. SQL 7.0 tools will not connect. Cheers, Crispin

2003-06-11

1 reads

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