Viewing 10 posts - 1 through 10 (of 10 total)
I use SQLDiff (http://www.lockwoodtech.com) from time to time to generate scripts I forgot to save.
Not only does it show ALL differences between two databases, but it...
December 30, 2003 at 2:36 am
If you have Package Logging enabled, you can hit the sysdts* tables in MSDB. All the info you see in the GUI progress dialogs is buried in there.
Happy New...
December 30, 2003 at 2:12 am
....continued....
I use this to check if files exist and if they are zero bytes.
If you need more advanced conditional logic, you should steer away from DTS and use the Job...
December 4, 2003 at 10:43 am
Here's what I use....
--------------------------------
CREATE PROCEDURE dw_Check_Source_Files
(
@Result varchar(250) OUTPUT
)
AS
DECLARE
...
December 4, 2003 at 10:25 am
songmeister's method has always worked for me. quick n' dirty, true, but does the job. don't forget to add constraints that won't allow these dupes going forward.
July 24, 2003 at 10:05 am
Marcus,
http://www.w3schools.com has some great tutorials which is a good place to start.
http://www.aspfaq.com is not so much a tutorial site, but more geared towards troubleshooting. ...
June 30, 2003 at 10:10 am
The site is a bit slow today. Must be running both IIS & SQL Server on the same box! LOL
June 20, 2003 at 9:48 am
Here is a great article on the subject... http://www.aspfaq.com/show.asp?id=2120
June 12, 2003 at 9:42 am
ERWin is another handy tool. It hooks into your db via ODBC much like Visio. It is especially useful for reverse engineering a db.
July 22, 2002 at 9:52 am
Viewing 10 posts - 1 through 10 (of 10 total)