Forum Replies Created

Viewing 10 posts - 76 through 85 (of 85 total)

  • RE: Scripting a DTS package

    Drewj840,

    The script you asked about can be pasted into a file with a .vbs extension and run using the scripting engines on your computer by double-clicking the filename.

  • RE: excel load results in null values

    Excel is a bear for this. It reads the value and determines for format for each cell unless you have set the format prior to loading the data. ...

  • RE: Cascading Updates/Deletes and Triggers

    a5xo3z1,

    Thank you very much. This is exactly what I needed to know. Based on this information I can remove any triggers that duplicate cacading update actions defined using...

  • RE: Cascading Updates/Deletes and Triggers

    If cascading updates are set on related tables aren't triggers that perform the cascading updates duplicating effort and what is the impact to operations or performance as a result of...

  • RE: Can't Open Default Database

    Just to close this out. I had a database set up as the default and it was SQL Server was working but I unregistered and attempted to reregister the...

  • RE: What are relationships used for?

    Creating a data diagram provides the system with information it needs to know the relationships between/among the various tables. It helps the user create constraints, automatically generate triggers, or...

  • RE: Creating Extended SP using Visual Basic

    Why, if the dependent files (VB Runtime or .net framework) are available on the server couldn't VB be used for extended procedures? If a setup.exe were created as a...

  • RE: Sending Access Reports Using DTS

    SendObject is famous. There are a significant number of forum discussion threads about the problems with SendObject. I've converted to using the Outlook COM objects to send my...

  • RE: Windo authentication &SQL7/SQL2000 in a applic

    If the connection is set for NT Security the database will use trusted connections to automatically (read with absolutely NO development required) log the user in to the database. ...

  • RE: Table Changes Don't Take

    The public role was set up to have update permissions but I still did not work. This problem seems to have corrected itself because I can not make the...

Viewing 10 posts - 76 through 85 (of 85 total)