Patindex

Technical Article

RE: Bckup, Append or overwrite?

  • Reply

1.  You could give our product, MiniSQLBackup, a try.  It can generate smaller backups for you.2.  If you set to overwrite, that means you will only have the latest backup.  If you consistently copy this backup file to another location/server and tag them accordingly, it should be fine.3.  tempdb grows usually because of temporary workspace needed for sorts […]

You rated this post out of 5. Change rating

2004-09-22

Technical Article

RE: Stored Procedure Polymorphism ??

  • Reply

Good J..P..Sometimes I have implemented something like this:SELECT ServerName, Environment, ServerRole FROM V_ServerDetail  WHERE ServerName = ISNULL( @ServerName, ServerName )  ORDER BY ServerNameBut your solution is better since it works for NULL columns /rockmoose

You rated this post out of 5. Change rating

2004-07-15

Technical Article

RE: dbo ownership vs user ownership

  • Reply

you can also change de database-ower (exec sp_changedbowner @loginame = 'theOneAndOnly' ,@map = 'true' ) Then that user by default creates dbo-objects. If he/she wants older existant 'theOneAndOnly' -tables, he/she should qualify them !con : there can only be one database-owner !

You rated this post out of 5. Change rating

2004-01-09

1 reads

Technical Article

RE: Inserting records from one table into many tables

  • Reply

I'm seperating the columns out due to the size of the database. This is more of a data warehouse than anything else. I'm not sure how to join the tables together when inserting the data. I've been browsing through the BOL, but haven't found anything yet. - JH

2003-08-04

1 reads

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