Row Count

Technical Article

RE: Too big amount of unused space after shrink of image field contents

  • Reply

If the table is clustered (has a non-clustered index, then you can try a DBCC DBREINDEX (tablename,'',100). The '' specifies to reindex all indexes on the table, and the 100 specifies to completely fill the data pages when done. If not, then create a clustered index on any column, specify a fill factor of 100. […]

You rated this post out of 5. Change rating

2004-06-10

Technical Article

RE: SELECT INTO with stored procedure result set?

  • Reply

I have a couple more questions on this topic.  Essentially I'd like to be able to use existing stored procedures on the fly, joined to other data.  I already use the technique of building a temp table and then using INSERT...EXEC.  I would like to do it without pre-building a temp table or table variable...1) If […]

You rated this post out of 5. Change rating

2004-03-29

Technical Article

RE: Connection From OUTSIDE Problem

  • Reply

Mark:Thanks for your advice, and let me tell you that we do have a firewall, but due to this "tests" i have it off. I also have tryied pinging the remote pc and i reach it, but when i try telenet things doesn't work. I really don't know/understand what is happening. Please if you have […]

You rated this post out of 5. Change rating

2004-03-16

Technical Article

RE: Differnetial Backups applied to different server getting errors

  • Reply

You CANNOT apply a differential without applying a FULL backup.If I understand you correctly, you made a full backup and restored it to a 'backup' server. Now time has gone by and you want to update the information on the backup server; so you made a differential backup and want to apply it to the […]

You rated this post out of 5. Change rating

2004-03-12

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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