STRING_SPLIT()

Technical Article

RE: restore backup versus detach / attach move

  • Reply

You can then reattach your database on the test server. Differences: 1. Size - The backup file may be smaller than the mdf+ldf files which will help the transfer move faster. 2. The time it takes to detach+move+attach could be longer than the time it takes to backup+move+restore. 3. The database is unavailable during the […]

You rated this post out of 5. Change rating

2005-04-12

Technical Article

RE: deleting records without writing to transaction log

  • Reply

 >> Correct me if I'm wrong...If you delete a record using the query tool in Enterprise Manager (NOT Query Analyzer) I believe its not logged.  Thats why its so dangerous to mess with data using this too.<< Yep you are not right. It does not depend on the tool. All "delete" operations are logged and in the end EM […]

You rated this post out of 5. Change rating

2005-04-12

Technical Article

RE: retreive row from nth row to mth row in table

  • Reply

Hi all,In the BOL for SQL Server 2005 Beta 2 (Yukon) the given example is USE AdventureWorks GO WITH OrderedOrders AS (SELECT SalesOrderID, OrderDate, ROW_NUMBER() OVER (order by OrderDate)as RowNumber FROM Sales.SalesOrderHeader ) SELECT * FROM OrderedOrders WHERE RowNumber between 50 and 60 But when I first meet this question, I solved in the following methodselect * […]

You rated this post out of 5. Change rating

2005-03-03

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