Viewing 8 posts - 1 through 8 (of 8 total)
i am trying to emulate the options that are available in 2000QA for 2005 ssms.
December 8, 2006 at 5:59 pm
Tim was close - a search revealed this link:
http://www.internet.com/icom_cgi/print/print.cgi?url=http://www.15seconds.com/issue/050106.htm
i need to resolve permissions issues when i try doing this but it shows promise
November 30, 2005 at 11:25 am
good article but i think there is a typo in one example (it returns @sum , but should return @answer) i rarely use return except for maybe a 0 or...
August 8, 2005 at 9:35 am
The Northwind database should come with all versions of Access as well as sql server - although it might not install by default.
If you don’t have a nwind.mdb or...
June 28, 2005 at 11:59 am
i made a small correction to the DO loop:
Do While Not rs.EOF
For i = 0 To rs.fields.Count - 1
...
May 5, 2005 at 12:30 pm
you can create an excel file and export to that from an ActiveX task, and it should overcome the field length issue you were having.
a few other things you...
May 5, 2005 at 11:44 am
'i am making a few assumptions about what you are doing here:
'here is what i would suggest (and should work with no problems when outputting to a text file):
'you can...
April 19, 2005 at 1:16 pm
We use sps for ALL table inserts and updates (and deletes). We also use NT Auth and store the NT account and domain name in a 'Users' table along with...
March 24, 2005 at 11:12 am
Viewing 8 posts - 1 through 8 (of 8 total)