Viewing 15 posts - 61 through 75 (of 813 total)
davoscollective (9/23/2014)
Sometimes it just seems like a...
September 23, 2014 at 8:00 am
Good article - writing good code with a good design is never premature, and measurements is the key.
When I do optimizations that are beyond simple good code, I try to...
September 22, 2014 at 11:40 am
For use inside a database, or even cross-database, I can absolutely see the use for synonyms (once you handle cross-database permissions, of course).
For cross-instance work, such as was presented in...
September 11, 2014 at 11:44 am
Sean Lange (9/2/2014)
Nadrek (9/2/2014)
Which has a sample Perl RegEx for RFC822 validation, NOT including the arbitrarily nested comments allowed by the RFC.
Heaven help you if you have to debug that...
September 2, 2014 at 11:41 am
As others have said, you haven't given enough information, but you should first minimize the number of UPDATEs on bigger tables; if the FROM/JOIN clause is the same, you can...
September 2, 2014 at 10:05 am
GilaMonster (8/27/2014)
sqldriver (8/27/2014)
GilaMonster (8/27/2014)
sqldriver (8/27/2014)
I used to use this. Not perfect by any stretch but got most of the junk out.Does it flag this as invalid?
http://gmailblog.blogspot.com/2008/03/2-hidden-ways-to-get-more-from-your.html
It does.
Which is...
September 2, 2014 at 9:56 am
Shaun Finnegan (8/13/2014)
August 15, 2014 at 4:50 pm
Be aware that SQL Server 2008 R2 SP2 has two security vulnerabilities you'll need to patch after the upgrade:
August 15, 2014 at 4:47 pm
As far as I know, newly added reports do get parent security; it's when you change it at the report level that it breaks the inheritance.
August 15, 2014 at 4:44 pm
You can also cheat and set up a SQL 2012 SSRS report with a data source leading to the current data, since SQL 2012 will actually export to an .xlsx,...
July 18, 2014 at 8:43 am
anthony.green (7/15/2014)
You will need to ensure that your connection strings have the application name parameter set in them to do it
And note that copy/paste coding leads to Application D using...
July 18, 2014 at 8:41 am
I think you want to read the SSC thread "Index reorg VS rebuild, round 1" first; here's my post from that thread:
"When I have a choice where, based on...
July 18, 2014 at 8:33 am
Shawn Scoville (7/15/2014)
July 18, 2014 at 8:22 am
Here's a slightly longer set of test data.
Note that spaces are particularly interesting, as are the spelled out FLOAT limits.
Please remove the TRY_CONVERT blocks for SQL Server versions below 2012.
SELECT...
July 14, 2014 at 8:49 am
MMartin1 (3/20/2013)
The user account used for SQL Services has to have local admin privileges
Not true - the user account used for SQL Services does not (and should not, in any...
July 10, 2014 at 12:23 pm
Viewing 15 posts - 61 through 75 (of 813 total)