Partitioning

Technical Article

RE: Restore

  • Reply

Drop the database HEALTH_DEV and restore production database backup into it with 'move' parameter. For example,RESTORE DATABASE TestDB    FROM DISK = 'c:\Northwind.bak'    WITH MOVE 'Northwind' TO 'c:\test\testdb.mdf',    MOVE 'Northwind_log' TO 'c:\test\testdb.ldf'

You rated this post out of 5. Change rating

2004-12-02

Technical Article

RE: Dump SQL column (html) into Access as text

  • Reply

In this particular case, the html code is before the text we need and is the same string for each field.  This might be as simple as a "trim left" command in the data transformation task.  Can someone show me the correct way to use this command?  We recently changed database structures and the project […]

2004-11-22

Technical Article

RE: Hanging application mmc.exe ...

  • Reply

This doesn't sound good. I tried doing a Google search on "hang module hungapp" mmc and still not getting very far. The evidence seems to implicate hardware and/or some computer apps. But even if you accept this/these, other than ensuring that all the latest drivers are installed, the advice on solving the problem is a […]

You rated this post out of 5. Change rating

2004-10-11

2 reads

Technical Article

RE: Temporary table

  • Reply

If you are trying to directly reference the #table it will not work.  You will have to do the code inside a stored procedure.  The problem is the system looks for an object to verify the columnar paths, etc...  and can't because the object doesn't exist. 

2004-09-02

Technical Article

Should I have Multiple data files for large DB (250GB)?

  • Topic

I have a DB that is around 250GB that is growing rapidly. It is running on a 4 proc clustered server with EMC SAN for storage. The entire database resides on a single data file within a RAID 5 partition, and as of right now it is performing very well. However, I am wondering if I should create […]

You rated this post out of 5. Change rating

2004-08-13

8 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