Viewing 15 posts - 1 through 15 (of 23 total)
What information messages are you looking to log? Do you have any examples?
If you're trying to log every time a process completes successfully, than you could modify your stored procedures...
March 8, 2011 at 8:58 am
Thanks koshikei!
You can install & use Reporting Services on a non-domain computer, but you won't be able to use Windows Authentication to manage access from other computers.
Instead, you can use...
March 1, 2011 at 9:27 am
I'm assuming you want a cursor to dynamically create Integrated Security Logins from existing SQL Logins by concatenating the domain name to the username.
If that's case, you should be able...
February 22, 2011 at 8:46 am
I would suggest that you also wrap the logging into another stored procedure. That way you can reuse it over & over in your code.
Plus if you ever need to...
February 22, 2011 at 8:07 am
steve.casey (11/28/2010)
Better, I think, to stick to returning an offset that is an integer, but one that is in minutes rather than hours.
Good point.
Here's the modified version (finally got around...
December 28, 2010 at 11:32 am
I'd say that there's an argument for the fact that we are a meritocracy. That is of course counting interpersonal skills as a merit too. Although, since interpersonal skills can...
December 15, 2010 at 8:03 am
steve.casey (11/26/2010)
I see that you've defined @GMTOffset as an integer variable.What happens if you're in Adelaide? Or Darwin? Or Caracas?
Better use a TRY/CATCH block! 😛
That's an excellent...
November 26, 2010 at 8:46 pm
If you're SQL Server is running on Windows Server 2008 or Server 2008 R2, you also have the option of configuring services to start "Automatically (Delayed Start)". This should effectively...
April 30, 2010 at 10:02 am
chrism-787002 (2/3/2010)
February 3, 2010 at 9:28 am
Obviously a database with 65,000+ tables is going to take longer than a few seconds... I don't work typically work with databases that large. Most of my work is integrating...
February 3, 2010 at 9:00 am
chrism-787002 (2/3/2010)
This...
February 3, 2010 at 8:35 am
Yeah, I work for a relatively small company (15 employees) so we don't always have the option to pick & choose who gets to work when. Fortunately though, everyone is...
December 28, 2009 at 9:48 am
I agree with Steve. However, I think whenever it's feasible, companies should offer time and a half (i.e. overtime rate) and the option for employees to work on holidays. This...
December 28, 2009 at 9:21 am
As Steve mentioned, Microsoft does offer "Works With" & full certification for most of their products:
SQL...
December 23, 2009 at 8:02 am
Have you created a SQL Server login for SSRS? You will need to login to your SQL Server's Reporting Engine with Management Studio to create/modify the accounts.
I have very little...
June 30, 2009 at 1:37 pm
Viewing 15 posts - 1 through 15 (of 23 total)