Viewing 15 posts - 31 through 45 (of 91 total)
"... similar to Excel ..." why not Excel? It's not free, but I think I know what you mean. I've tried a few charting controls for .net, and ended up...
June 8, 2004 at 8:59 am
Hi Daniel,
Are you using asp.net or just an html page? If it's just html, I'm curious too then. If it's like asp.net, you should be able to treat xml...
May 26, 2004 at 8:58 am
HRm, though you're error message doesn't indicate this to be the problem - is the path to the test.xls file relative to the server? For example, if the test.xls resides...
May 26, 2004 at 8:38 am
Open TCP 1433 on your home firewall, and UDP 1434. On a side note; I'm not sure why the udp port wasn't mentioned, perhaps someone can enlighten me if opening...
May 24, 2004 at 9:53 am
stacenic said it all, but I just want to repeat the part about restricting access to an open smtp relay. Make sure your network admin restricts SMTP relaying to only...
May 11, 2004 at 9:08 am
Cool thanks. Interesting to see asp.net forum software.
May 11, 2004 at 8:33 am
I got it right! woohooo! I guessed, but I got it right!
December 18, 2003 at 9:06 am
quote:
Though I have great respect for those who run this site, I often feel like I am playing "guess what's on my...
November 26, 2003 at 8:52 am
Not that I've tried it, but at the very least you cannot say that Personal Edition cannot be upgraded to Enterprise edition. If Personal edition can be upgraded to...
November 26, 2003 at 8:48 am
More more more.. I never heard of this before. I was glad I answered correctly because I'd feel silly if I could really use this instead of writing...
November 4, 2003 at 9:50 am
I have generally the same gripes as everyone else. The only thing I mentioned I haven't seen listed here already is that I'd like the ability to send notifications...
November 3, 2003 at 10:57 am
quote:
Yes, I guess you can say that. But you can also look at it as SQL Server is trying to create this...
October 3, 2003 at 9:22 am
Yea, what dinner said. A union query is the way to go for this. Using sp_msforeachtable will return multiple recordsets - using a union query will return only...
October 3, 2003 at 9:19 am
select sum(size) from master.dbo.sysaltfiles
-or- for $5 more you can have the database names.
select db_name(dbid), sum(size) from master.dbo.sysaltfiles group by dbid
To add on to Steve's, try this: exec sp_msforeachdb '?.dbo.sp_helpfile'
Edited by...
September 18, 2003 at 10:02 am
maybe it seems like a bad idea because if something happens like the machine locks up, blue screens on reboot, or if you don't have terminal services set to start...
September 17, 2003 at 1:43 pm
Viewing 15 posts - 31 through 45 (of 91 total)