Viewing 7 posts - 1 through 7 (of 7 total)
Tim Wolf (12/1/2009)
Where is the CLR source attachment?
*bump* 🙂
December 3, 2009 at 7:17 am
Have you looked at the ADODB.Command object, specifically the .Parameters collection? Here's something that should get you started... ADO Stored Procedures
July 22, 2009 at 6:06 pm
The default background color needs to be set from transparent to some other color, try white. This needs to be done for the report, tables, headers, footers... everything!
February 4, 2009 at 6:23 am
Let's say I have a group. Within that group I have a VARCHAR column that will contain either "foo" or "bar". I have 2-hidden parameters; "TotalFoos" and "TotalBars". The default...
February 2, 2009 at 10:17 am
First of all it appears that these jobsteps can only run against one database at a time, not multiple databases at once (this is normal).
You're absolutely right. What...
January 20, 2009 at 10:34 am
RBarryYoung (1/19/2009)
Are you saying that the second job is not being created?
Actually the jobs are not getting created for the 2nd database that's attached to the server. Here's the scenario......
January 20, 2009 at 6:57 am
SELECT
name
FROM
master.dbo.sysfiles
only returns "master" and "mastlog" 🙁
October 18, 2007 at 10:29 am
Viewing 7 posts - 1 through 7 (of 7 total)