Viewing 9 posts - 1 through 9 (of 9 total)
Andy,
I enjoyed the article and I await the follow ups to it. I have recently changed gears in my career. Now my IT role is devoted to my part time...
July 14, 2006 at 4:12 am
Edwin,
I thought you were looking for Distinct values of a "C0c25". I did not understand that you were just wanting to see all DISCTINCT values... Sorry I offended.
God Speed..
January 12, 2005 at 8:55 am
Did you check to see if the Report Service is running. If it is not I would check who the service is running as and make sure they have the...
January 12, 2005 at 5:47 am
The only thing y ou would have to do with this though is do a WHERE CLAUSE because in the real world you you may have a value of Q...
January 12, 2005 at 5:42 am
You Can use the PERMISSIONS function as well. I can't remember if you need to loop through the logins.
January 12, 2005 at 5:37 am
runelords,
You can add records in the Tables Node of Enterprose Manager. This is assuming that when you registered the Servers on the PC that is running Enterprise Manager you used...
January 12, 2005 at 5:34 am
It depends on what is being returned from the select statement. If you are only expecting one row back you could use:
------------------------------------------------------------------
CREATE PROC NAME_YOU_LIKE
Parameters Parm_type
as
DECLARE @ret parm_type
SELECT @ret=Name_of_Colum FROM tableTOSelect WHERE...
June 24, 2004 at 3:37 am
You could build a component that you create in VB and register it on the computer. In that component try to open the connection with the user name and password. ...
June 6, 2004 at 9:33 pm
Viewing 9 posts - 1 through 9 (of 9 total)