Viewing 11 posts - 1 through 11 (of 11 total)
The way I usually do this is:
In QA go to Tools, Options, Results tab and set Results output format to Tab delimited.
Then select * from the table you are interested...
August 20, 2003 at 12:35 pm
Thank you.
here is my statement
INSERT table1 (col1, col2, col3
SELECT col1,col2,col3
FROM rdwMHSmedmas AS l
JOIN table2 x
ON l.clm = x.clm
JOIN table3 AS pl
l.poscod...
June 2, 2003 at 10:34 am
There is one more way to do this. After creating a package save it as VB file. It will create a .bas file which you can use in your app.
...
October 17, 2002 at 6:22 pm
You have to add IUSR_servername as a user to the users group in SQL.
October 15, 2002 at 1:23 pm
[Thank you very much.
Liya
]
It's really two ways of doing the same thing. One way or another to open a connection (a connection object in ADO) you have to have...
January 19, 2002 at 11:52 am
quote:
Could you please help me figure out my problem.When I login as a sa and set IDENITITY column ON for a table....
October 26, 2001 at 3:14 pm
quote:
In this solution I am assuming everyone has a grade for englishselect studentid,class1,grade1,class2,grade2,class3,grade3,class4,grade4 from
(select g1.studentid,g1.class class1,g1.grade grade1,
g2.class class2,g2.grade grade2,g3.class class3,g3.grade grade3,
g4.class class4,g4.grade...
October 18, 2001 at 1:17 pm
quote:
Try this:print Dateadd(day, -1 * (day(getdate())), getdate())
Unless there's a system proc that does it, I think this is about as clean as...
October 9, 2001 at 8:17 am
Viewing 11 posts - 1 through 11 (of 11 total)