Viewing 15 posts - 1 through 15 (of 23 total)
Nope never figured it out, it turned out that we had to write our reports in aspx anyway, the client refused to upgrade their hardware. They had an ecommerce site...
March 24, 2005 at 12:22 pm
is that the right article number? I can't get that article at support.microsoft.com
September 23, 2004 at 12:39 pm
OK since no one has responded I'll give some more detail. I'm writing a web app to pull requested reports into it via url access into an iframe. One of...
September 17, 2004 at 9:56 am
#temp should work fine now, it is going away with Yukon however, all temp tables will need to be @temp instead..
That is most likely not the issue
September 15, 2004 at 8:41 am
i dont think that's it you would have gotten a sql error if it was, can't think of anything else besides making sure that all the fields are not on...
September 14, 2004 at 12:41 pm
hmm i'd delete the dataset and start over..sounds like some field has a format being applied to it and it isn't passing that format action, could be a cast inside...
September 14, 2004 at 12:10 pm
in the parameters tab delete your parameters, on the main tab make sure it has Stored Procedure selected and your text it just the sproc name. then leave everything else...
September 14, 2004 at 10:39 am
I have that problem with #temp type tables, however on stored procedures using temp tables like so (declare @temp table(name varchar(30), phone char(10)) i haven't had the same problem.
remember #temp...
September 14, 2004 at 10:09 am
I haven't seen these errors, have you tried just editing the dataset down to only information on that first tab? Don't give it the parameters at all, then hit the...
September 14, 2004 at 10:05 am
Yes you'll need every column and in similar/same datatypes as well.
July 21, 2004 at 10:05 am
I love the article, straight forward, etc. I've read a few upgrade articles recently because a client is upgrading from SQL 7 to SQL 2000. I've been running their database...
March 3, 2004 at 10:28 am
Yeah I agree on that, I try to keep it simple as well, I think it's more because of the size of the database and the amount of transactions it...
December 13, 2003 at 2:38 pm
Yeah I've been moving that way myself, was hoping to save some time with this but I think i'll just use some inline statements in my dal or sep sprocs...
July 22, 2003 at 3:55 pm
GRRR...
I'm at my wits end with this, plus im getting very hungry. Anyway so far I can't find any documentation online about programming the snapshot generation. So far I am...
January 9, 2003 at 7:03 pm
Yeah the problem was knowing what table i was curently working with, here's what I am doing for it, worked pretty well.
Function Main()
Dim oRDB 'As SQLDMO.ReplicationDatabase
Dim oDb 'As SQLDMO.Database
Dim oPub...
January 9, 2003 at 5:11 pm
Viewing 15 posts - 1 through 15 (of 23 total)