Viewing 4 posts - 1 through 4 (of 4 total)
Alter table tableA Alter Column ColA
integer NULL
March 31, 2005 at 12:44 pm
I agree with a graphical representation - A picture is worth few thousand words.
Also, try using bullets and points.
Maybe you can put it in a table of some kind.
October 7, 2004 at 12:46 pm
Try using commandtimeout on your command object instead
Dim objConn As SqlConnection = New SqlConnection(strConn)
Dim objCmd As SqlCommand = New SqlCommand(strSQL, objConn)
objCmd.CommandTimeout = 0
Set it to "0" for infinite. Now...
October 6, 2004 at 3:27 pm
Try using an ActiveX script for the transformations on date columns. The VB scripting in ActiveX script will almost let you do anything you want.
October 6, 2004 at 3:20 pm
Viewing 4 posts - 1 through 4 (of 4 total)