Lock and Connection Management

Technical Article

RE: DTS works but schedule JOB don't

  • Reply

When the job was create it should have created a DTSRUN encrypted version that it executes, open the job step and copy it out, then run command line prompt to see what happens? If it fails create one yourself and see if works? Just trying to get a grasp on where the failure actually is […]

You rated this post out of 5. Change rating

2002-03-20

1 reads

Technical Article

RE: cursor elimination (performance improvement)

  • Reply

Quickest way to get is open enterprise manager and drill to your db and the tables in question. Right click on each table an choose copy, then paste into notepad or something to old text while you get the other tabel as well, then just paste into forum reply screen. "Don't roll your eyes at […]

You rated this post out of 5. Change rating

2002-03-20

1 reads

Technical Article

RE: Database Recovery on SQL 7 SP2

  • Reply

Forgot to say. There is a large turnover of data loaded into that database (as you can see from the size of the log file). Not a lot else on that server. I think IIS may be on it, and two other databases which are not currently used.

You rated this post out of 5. Change rating

2002-03-20

Technical Article

RE: Application Security

  • Reply

You can look at the FMStocks application at MS. It uses a middle tier with rights that the end user does not have. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfmstock/html/fmstocks_starthere.asp Steve Jones steve@dkranch.net

You rated this post out of 5. Change rating

2002-03-19

Technical Article

RE: Insert statement

  • Reply

Something like this would work. I included the table DDL for clarity: CREATE TABLE TABLE1 (FULLNAME VARCHAR(20), EMAIL VARCHAR(30)) CREATE TABLE TABLE2 (IDEN NUMERIC(12) IDENTITY(1,1), FULLNAME VARCHAR(20), EMAIL VARCHAR(30)) INSERT INTO TABLE2 (FULLNAME, EMAIL) SELECT FULLNAME, EMAIL FROM TABLE1

You rated this post out of 5. Change rating

2002-03-19

Technical Article

RE: Size of Log Files and TempDB

  • Reply

Thanks to you all for the responses. I've also added a second drive array to this server and after configuring it as RAID 5 I have about 70 gigs for the data files. Is there any reason to create separate partitions on this array or should I just create one large one? The only reason […]

You rated this post out of 5. Change rating

2002-03-19

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