sequence

Technical Article

RE: DTSRunui.exe

  • Reply

DTSRunUI isn't redistributable, but of course, DTSRun is. You could script DTSRun in a VBScript. It is also possible to add a couple of stored procedures to the database to run DTS packages from osql/isqlw. I found the code via google, but of course it's on my work computer... try looking for "dts stored procedure […]

You rated this post out of 5. Change rating

2004-07-10

Technical Article

RE: Standby mode & database automatically updating

  • Reply

What is the purpose of "STANDBY Mode"?  If it is merely the read only aspect of that, then couldn't you usesp_dboption to set the read only mode of a database to true?ie exec sp_dboption [dbname], 'read only', 'true'  and then exec sp_dboption [dbname], 'read only', 'false' to resume normal operation

You rated this post out of 5. Change rating

2004-05-27

Technical Article

RE: delete without transaction

  • Reply

I agree that No is the answer to your question, however I wanted to see if anyone could give me a clue as to why a Delete tablenameworks and a Truncate tablenamedoes not.  It give me the error that a FK error exists, but gives no ref to the FK and I was unable to […]

You rated this post out of 5. Change rating

2004-03-04

Technical Article

RE: Reply -> Preview -> Post

  • Reply

Hi Andy,That works perfectly now.  My only concern now is that it's taken me ~ 5 minutes to get to writing this reply, as when the 'posting' page loads, it's getting stuck on loading some object (not sure what). i.e. I still have a page sitting here saying (in status bar) "(1 item remaining) Opening page […]

You rated this post out of 5. Change rating

2004-01-04

1 reads

Technical Article

RE: DBCC Error

  • Reply

quote: There is also a script here that can help http://qa.sqlservercentral.com/scripts/contributions/26.asp Steve, I use SQL Server 2000, and that code doesn't work. For example, dbcc loginfo returns CreateLSN, which is a large integer such as 115000000048700025, not a datetime value. I changed the type to varchar(25). Executing it, the same values are always returned regardless […]

You rated this post out of 5. Change rating

2003-12-09

2 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