Viewing 15 posts - 3,406 through 3,420 (of 13,459 total)
SQLCop does some code valdiation, along with other things it tests for; not sure if it is customizable o check for specific things like comments
http://sqlcop.lessthandot.com/detectedissues.php
Lowell
May 22, 2013 at 1:24 pm
OK I stopped dragging my feet, and broke down and downloaded Redgate's SQL Search;
I admit it, i already see it's a great tool; very nice. Much Quicker and easier...
Lowell
May 22, 2013 at 1:17 pm
it's a lot of work;
you probably want to search for "Data Access layer", which is what will sit between your application and the data below it;
it abtracts the implementation...
Lowell
May 22, 2013 at 10:27 am
from the TSQL side, you could create a logon trigger that checks the application name and the login name both.
you could make sure the login is using a specific application...
Lowell
May 22, 2013 at 10:19 am
i should have mentioned to google for a SQL Server CLR+read email, you might have some luck finding something that already exists.
Lowell
May 22, 2013 at 7:25 am
UmaShankar Patel (5/22/2013)
Hi,I have configured SQL Server database mail.
Now i want to read mail of ID that i have configured in SQL Server 2008 r2 database mail.
is it possible?
How?
not directly,...
Lowell
May 22, 2013 at 7:23 am
you must not be pasting the whole code;
nowhere do i see the variable @dt defined, let alone set to a date/datetime value.
it doesn't pass basic syntax checking because of the...
Lowell
May 22, 2013 at 7:04 am
also, i you can go to the facets for the server, and modify the same paths opc.three posted, but via the GUI instead:

Lowell
May 22, 2013 at 5:53 am
bikram.g.it (5/21/2013)
Lowell
May 21, 2013 at 2:47 pm
well, because your query is a catch-all-query, it's going to be a table scan, which will not be efficient at all; read a little bit more hear:
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
you could probably address...
Lowell
May 21, 2013 at 12:26 pm
Jeff I've only file copied system files a couple of times when building backup machines; i know that the new server has to be the exact same version, ie you...
Lowell
May 21, 2013 at 12:15 pm
they are both the same, the keyword NONCLUSTERED is optional and is the default value when you create a new index.
Lowell
May 21, 2013 at 11:56 am
Google Translate (5/21/2013)
Lowell
May 21, 2013 at 11:45 am
most likely permissions, as previously identified, but maybe i can help you find out the specifics.
if i right click on my temp folder, and go to the security tab, i...
Lowell
May 21, 2013 at 11:30 am
dndaughtery (5/21/2013)
The code is below:
declare @ReturnValue int
exec @ReturnValue = s003pSRC.sp_Par_Rate_Compare_Report_Subscription_Condition
select @ReturnValue ReturnValue
I have run the sp in ssms and...
Lowell
May 21, 2013 at 11:21 am
Viewing 15 posts - 3,406 through 3,420 (of 13,459 total)