Viewing 9 posts - 16 through 24 (of 24 total)
I'm using a sandbox database that I own, I substituted MyDB above to make the code more clear. The database _Sandbox_Brad is selected.
This is the actual step query:
Select *...
January 12, 2012 at 4:57 pm
It appears that the LoginName under which SQLAgent is currently running is "NT AUTHORITY\SYSTEM". However that was why I told it to run the job as me, since my...
January 12, 2012 at 3:37 pm
First of all, you have more than one field causing duplication, in the example I found on my server all of the fields after alloc_unit_type_desc were also different, so you...
October 27, 2011 at 8:16 pm
When I have queries finalized I do turn them into a view or TSQL, it's just the design process usually pretty complicated and finicky, so I use SSMS as I...
October 20, 2011 at 2:42 pm
rmechaber - thanks, I'll give SSRS a try. I use Excel often as a cross-check on the results, copy the data over then use pivots to validate results. ...
October 20, 2011 at 11:20 am
R_S - using IsNull or Coalesce isn't an option, because I regularly deal with hundreds of columns, any of which can have nulls. To change my ad-hoc query to...
October 19, 2011 at 6:14 pm
R_S - I have been using the Excel replace method. I just was hoping there was an alternative setting that would make that permanently unnecessary because I've done it...
October 19, 2011 at 2:51 pm
I haven't really used SSRS (we just upgraded from SQL Server 2000 and didn't have it before) - is it possible to create a generic wrapper report that will take...
October 19, 2011 at 2:45 pm
I'm guessing that to use automation you also have to have Excel installed on the SQL Server which in any organization with a controlled software environment may not be the...
August 24, 2011 at 5:06 pm
Viewing 9 posts - 16 through 24 (of 24 total)