u-sql

Technical Article

SQL Server DBA in Richmond, VA -- Contract to Hire

  • Topic

Hi all,My client is looking to hire a skilled SQL Server DBA and give them the opportunity to learn PEOPLESOFT and be the DBA for that as well!!!!!Excellent opportunity to learn PS and show your SQL Server talent.Salary is 60-65K.  This is a contract to hire position and you must be willing to relocate to […]

You rated this post out of 5. Change rating

2005-02-15

1 reads

Technical Article

RE: Creating a Job from a Trigger - Problem

  • Reply

Specify the account 'sa' when you create the job step that runs the CMD job.  From BOL:[@database_user_name =] 'user'Is the name of the user account to use when executing a TSQL step. user is sysname, with a default of NULL. When user is NULL, the step runs in the job owner's user context on database.

You rated this post out of 5. Change rating

2005-02-11

Technical Article

RE: How Can I Select All But One Record?

  • Reply

Assuming that the column EnRID is a unique row id, try this:UPDATE Enrollment SET ISMID = NULL  WHERE Enrid IN (SELECT MIN(E.ENRID)                      FROM ENROLLMENT E INNER JOIN                                      (SELECT ismid, Mydate                                         FROM enrollment                                        WHERE ismid IS NOT NULL AND active = 1                                        GROUP BY ismid, Mydate                                       HAVING COUNT(*) > 1) […]

You rated this post out of 5. Change rating

2005-02-08

Technical Article

Memory Performance Counters

  • Topic

I am currently running some performance stats against our SQL server. I have been looking at CPU, Memory and Disk IO but am confused by the counter Memory - Page Faults/sec, what would an average be for this counter for reasonable performance. Whilst i'm on the topic aswell, what is a good figure for Memory […]

You rated this post out of 5. Change rating

2005-01-25

1 reads

Technical Article

DB Design question

  • Topic

Hi everybody I would appreciate some help with the following design problem: The application is about documents with paragraphs. The documents are in a table, and each document consists of various paragraphs, which are also kept in a table. If a document is created using paragraphs 1, 13, 27 & 54, it is easy to […]

You rated this post out of 5. Change rating

2005-01-25

Technical Article

RE: Query Date Range Against Date Range

  • Reply

You have staff who are contracted (with date ranges) You have jobs (with date ranges) and you want see if any staff can fulfill any jobsQuestions Where is the relationship between staff and jobs? (or is that the contracted date range) How do you determine whether the member of staff is qualified to do the […]

You rated this post out of 5. Change rating

2005-01-20

Technical Article

RE: SQL Profiler

  • Reply

Hi, have had similar problems and used the option where database name 'not like' as opposed to 'like' and listed all the others.  Depends how many you have I guess...long winded but worked.

You rated this post out of 5. Change rating

2005-01-06

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