Indexing

Technical Article

RE: Saving Global Variables

  • Reply

You cannot save the values of the global variables from run to run. As for looping through global variables: Dim objPackage Set objPackage = DTSGlobalVariables.Parent For each objGlVar in objPackage.GlobalVariables Set objGVProperties = objGlVar.Properties strName = objGVProperties("Name").Value strValue = objGVProperties("Value").Value ' your stuff can be inserted ' here NEXT

You rated this post out of 5. Change rating

2003-08-27

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: A virtual drink for everyone !!!

  • Reply

Well done Frank. All that hard work's paid off. What are you going to do when they find out you're spending most of your day solving other people's problems... and you've been awarded EOTM by 27 other companies around the world? Cheers, - Mark

You rated this post out of 5. Change rating

2003-08-21

1 reads

Technical Article

Display Defragmentation Of Selected Tables

  • Script

This script will display the defragmentation of table(s) all indexes of selected tables and display a table/list of the DBCC SHOWCONTIG. It will aslo will report if there are tables in the list that can't be found in the current database. Run the script in the database where the tables you want to check are.Check […]

You rated this post out of 5. Change rating

2003-08-21

761 reads

Technical Article

RE: help

  • Reply

Thanx mark. I tried Your solution and it worked out. Pay Respect to People on your way up. For you will meet the same People on your way down.

2003-08-21

Blogs

Moving T-SQL Tuesday to Jekyll

By

I got a message a few months back that Microsoft was deprecating the MySQL...

European Microsoft Fabric Community Conference announcements

By

A TON of new features announcements at the European Microsoft Fabric Community Conference help...

RDS Connectivity

By

I travel quite a lot for work. Most of it is in the US...

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