Transaction Log

Technical Article

Use Object IDs? or not?

  • Topic

I've got a Data Warehouse team that's decided to use the database object ids to keep track of their SourceSafe SQL server code.I remember a hideous application way back in the 7.0 early days that did just that, and it caused us all kinds of grief. You can never drop an object. You have to […]

You rated this post out of 5. Change rating

2004-09-23

Technical Article

RE: Question of the Day for 20 Sep 2004

  • Reply

This script proves things nicely: CREATE TABLE #TestUpdateA (ColA CHAR(1), ColB INT) GO CREATE TABLE #TestUpdateB (ColA CHAR(1), ColB INT) GO INSERT #TestUpdateA (ColA, ColB) VALUES ('A', 0) INSERT #TestUpdateA (ColA, ColB) VALUES ('B', 0) INSERT #TestUpdateA (ColA, ColB) VALUES ('C', 0) GO INSERT #TestUpdateB (ColA, ColB) VALUES ('A', 1) INSERT #TestUpdateB (ColA, ColB) VALUES […]

You rated this post out of 5. Change rating

2004-09-20

Technical Article

ODS issue

  • Topic

Hi There,Could somebody help me with the following messages i have on my server?Error: 17833, Severity: 18, State: 1 2004-09-13 13:54:25.85 ods      ListenOn connection '1433' is already in use..thanks!   

You rated this post out of 5. Change rating

2004-09-14

10 reads

Technical Article

SQA 2000 looking at SQL7 DB - Rows go missing???!!!

  • Topic

I open up SQA (2000) connecting with windows authentication looking at a SQL 7 Server.Put in a number of random (fairly simple)selects to get an example for testing.Do a number of selects from a table called plan_ which work fine.  Then when doing a JOINed select between the plan_ table and another table I get no […]

You rated this post out of 5. Change rating

2004-08-13

1 reads

Technical Article

RE: Transaction log will not shrink

  • Reply

Shrinking a file depends on WHERE the free space is actual located. A log file tends to look like this: (code A = active I = inactive)A I I A A A I I AAin other words, a mixture of active and inactive portions. Shrinking the file only shrinks (removes) the Inactive portions from the END […]

2004-06-24

2 reads

Technical Article

RE: Transaction log not truncated on backup

  • Reply

Here's something I got from the Microsoft site -- Works pretty well(Sorry all the indenting goes out of it with this post. Get the original off the MS site if you want -- see note): /*========================================================================= Title: Shrink SQL Server Transaction Log Script SQL_Server_Trx_Log_Shrink.sql Purpose: INF: How to Shrink the SQL Server 7.0 Transaction Log […]

You rated this post out of 5. Change rating

2004-06-22

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