Viewing 15 posts - 1 through 15 (of 34 total)
Thanks Ben. That worked. I thought when you save the script and exit it would keep the references, but apparently not. When I did the Build it saved the reference....
September 15, 2016 at 9:59 pm
If no-one can tell me how to save the reference permanently I will have to change the Excel file to a macro enabled workbook and run code when user open...
September 13, 2016 at 8:50 pm
No, I only had the execute flag on. There seems to be more activity on our server this morning. I have run both queries again to get another comparison. I...
April 22, 2015 at 4:26 pm
Of course you can build your query using the #Results table itself in a subquery or EXISTS clause rather than using a text editor. Just saying it maybe useful to...
April 21, 2015 at 9:02 pm
I prefer not to drop the results of the #Results temporary table at the end of the script (run it manually when finished with the data). Then you can query...
April 21, 2015 at 8:33 pm
Thank you Scott. I had to replace TableName with TblName becuase some audit tables had columns with that name, resulting in ambiguous column name errors. The query then ran successfully,...
April 21, 2015 at 5:29 pm
Hi Scott. What would the SQL statement look like to process all the columns for a table in one statement? The database I am querying has 683 tables containing 5812...
April 20, 2015 at 6:19 pm
Thanks for the advice Jeff and Scott. I did not know what a firehose cursor was. From what I have read I think I just need to add FAST_FORWARD in...
April 19, 2015 at 11:47 pm
I did not end up trying to run DTS packages in SQL 2005. My search for answers to my original problem of ODBC sources not being visible was not successful,...
May 7, 2009 at 5:53 pm
Thanks GSquared. I didn't think of that. I do already have a Dev copy somewhere, so it won't cost us a cent (assuming I can find it).
March 8, 2009 at 5:45 am
Thank you very much! I haven't installed it yet but that looks as though it will do the trick.
March 5, 2009 at 4:12 pm
Thanks. I'm not sure. I will need to look into that suggestion. I'm guessing that I won't be able to keep both our SQL 2000 server and the SQL 2005...
March 5, 2009 at 2:32 pm
Sorry, I've been too busy in the last few months on a project due to go live next week, so I haven't had a chance to look further into it...
June 25, 2008 at 2:47 pm
Thanks. I will look into the event sink capabilities. It does sound like what I am after.
January 7, 2008 at 1:58 pm
Hi Frank. Sorry but I never found what was causing the problem. I had to use the report wizard in order to get the drill down to work.
Regards,
Mark.
March 25, 2007 at 2:28 pm
Viewing 15 posts - 1 through 15 (of 34 total)