Viewing 15 posts - 226 through 240 (of 541 total)
Thanks I will check it out. How would the end user use the tool as at present they simply select the report they wish to run, once rendered thet choose...
August 11, 2009 at 5:19 am
Thanks guys. Jeff I am using Visual Web Developer 2008. I tried omitting the formatting from the T-SQL then on the column within the GridView in VWD I set ConvertEmptyStringToNull...
July 20, 2009 at 1:54 am
Hi Florian.
DECLARE @prods TABLE (Id INT IDENTITY, Name VARCHAR(100))
INSERT INTO @prods
SELECT 'Prod1'
UNION ALL SELECT...
July 14, 2009 at 4:32 am
Thanks to all. The table in question has 34000 rows.
Many Thanks,
Phil.
July 11, 2009 at 2:43 pm
Thanks. I must say I thought adding 'Search' to the web form was going to be simple! 🙂
They had an old site running on MySQL that worked fine.
Regards,
Phil.
July 11, 2009 at 2:58 am
As far as I am aware a table can only reference a single dataset.
Regards,
Phil
July 10, 2009 at 9:54 am
Terry many thanks for taking time to respond to my post.
I will try the code posted.
Many Thanks,
Phil.
July 10, 2009 at 8:32 am
Thanks. One other thing. I created a new folder and uploaded a report to it. When the user browses to the folder it displays 'There are no items in 'Folder...
July 8, 2009 at 12:49 am
Thanks guys, linked servers is way to go then.....
Many Thanks,
Phil.
July 3, 2009 at 9:41 am
Poor old Tommy is dead.......
Thanks for all your efforts, your code looks neater than my attempt.
Kind Regards,
Phil.
June 24, 2009 at 8:51 am
Gianluca many thnaks for taking time to review my thread, I have struggled to get onto the site from the office.
I also reviewed my code and came up with the...
June 24, 2009 at 8:41 am
OK, I could run the package OK with the new credentials however I was unable to complete the 'Package Installation' wizard on the target server.
To resolve this added the login...
June 22, 2009 at 9:13 am
Hi, in answer to my own question I decided to create a new sql login and grant 'SELECT' permissions to the limited number of tables the account needed to access...
June 22, 2009 at 8:29 am
Just to update this post I found the following article regards 'Custom Logging using Event Handlers' that others may find of use.
Regards,
Phil.
June 22, 2009 at 3:09 am
Viewing 15 posts - 226 through 240 (of 541 total)