statistics (data)

Technical Article

RE: Remove Leading Zeros

  • Reply

Thanks for all your help! Upon research, I realize that this table was designed poorly. Multiple apps supply the need for multiple data types on this field on the table. It is quite a mess. However, I fixed the problem by creating a view of the table and changing the field to integer in the […]

You rated this post out of 5. Change rating

2003-09-02

1 reads

Technical Article

RE: Protecting sensitive data

  • Reply

Hi Bill, I'll get in this ring first quote: It is a common (but bad) practice to take a dump of a production database, then restore it on a box for developer's to access (for testing, bug fixes, etc.) Some of the data could contain SSN, Driver's numbers, Names, etc and personal info that shouldn't […]

You rated this post out of 5. Change rating

2003-08-25

Technical Article

RE: Self referencing tables & Identity columns

  • Reply

The Identity Seed Gets incremented every time you insert a record! if you want to reuse the Identity value that you deleted then you must run: DBCC CHECKIDENT ('able Name', RESEED, 'reuse value') I believe that you don't have to drop the Foreign Key constraint, just be AWARE that you should be able to live […]

You rated this post out of 5. Change rating

2003-08-25

2 reads

Technical Article

RE: problem with DTS package

  • Reply

If you are fighting with Excel, this doesn't have error trapping for when the table DOES NOT exist but (if you're not too concerned about that scenario happening), this works pretty well without activex... Using normal DTS Execute SQL Tasks (connected with On Success workflow): Task 1 a) Set existing connection to your XLS connection […]

2003-08-22

Technical Article

RE: source control for stored procedures

  • Reply

Before my dba/webdev days I was a "Configuration Manager" at Nordstrom.com. That title didn't do to well in 2K, let me tell you. Bob: What exactly is it that you do here? Calvin: Can you see? I take the source code from the developers and deliver it to QA. Then I take the source code […]

You rated this post out of 5. Change rating

2003-08-20

1 reads

Technical Article

RE: Rollback in Sql query window

  • Reply

yep! Sometimes, I will even cover my rear further by doing something before the transaction, such as: select * into tempdb..orders from orders Sometime I'll take a prior full backup of the database. It really all depends on the circumstances. Cheers, - Mark

You rated this post out of 5. Change rating

2003-08-20

Technical Article

RE: SQLLite Speed Restore time Doubled after 2003/SP3a

  • Reply

Hi, I have seen no major differences in restore times between LiteSpeed and Native restores. My experience with restores (LiteSpeed or Native), is that there are two major factors which will cause varying results in restore times: 1-Restoring on a system where the database and log devices do not already exist will generally be twice […]

You rated this post out of 5. Change rating

2003-08-20

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