Viewing 15 posts - 3,871 through 3,885 (of 6,486 total)
Jeff Moden (4/1/2008)
Matt Miller (4/1/2008)
April 1, 2008 at 10:29 am
Marios Philippopoulos (4/1/2008)
Ask how many DBA's allow developers to have write privs to production.
It's not about DBAs allowing devs direct access to production. It has nothing to do with that.
It's...
April 1, 2008 at 10:06 am
Luke L (4/1/2008)
April 1, 2008 at 9:08 am
Have you tried the new "reports" feature? Right-click on the database, pick Reports, Standard reports, "Disk usage by table". And voila - rowcounts (and much more) by table....
Hey...
April 1, 2008 at 8:40 am
I have no opinion on the matter at hand. I just think I need a nap after reading this entire thread....:)
April 1, 2008 at 8:22 am
Knut Boehnert (4/1/2008)
Oh come on. False????In the spirit of the day the answer should be True !!!
Totally agree... I demand a recount:)
Especially if you've been listening to the new...
April 1, 2008 at 8:09 am
srienstr (4/1/2008)
Jeff Moden (3/31/2008)
April 1, 2008 at 7:41 am
Antares686 (4/1/2008)
Tom the last Florida native (4/1/2008)
The follow-on to this: Next round of M$ certification tests are to be multi-player role playing games.
I want the half-geek/half-nerd with the C#/SQL...
April 1, 2008 at 7:08 am
Will DOugherty (4/1/2008)
BTW: From the title, I was hoping for MS SQL vs. Oracle. ...
April 1, 2008 at 7:05 am
Jeff Moden (3/31/2008)
... and, no matter how you shape it, a cursor or While Loop is going to kill performance.
And just to prove that:
Here's the test data:
drop table matt1
create table...
March 31, 2008 at 9:46 pm
As far as "building" the list you'd want for the "Acronyms to keep" list - use any one of the solutions identified here:
http://www.sqlservercentral.com/articles/Test+Data/61572/%5B/url%5D
Since I assume you want to run this...
March 31, 2008 at 3:02 pm
Spell-checking is not available i think. It involves something interactive on a .NET control (the CLR we're talking here is not interactive and not user-control-based.)
March 31, 2008 at 3:00 pm
This would be the CLR user-defined function you'd need:
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Imports Microsoft.SqlServer.Server
Imports System.Text.RegularExpressions
Partial Public Class UserDefinedFunctions
<Microsoft.SqlServer.Server.SqlFunction(IsDeterministic:=True, IsPrecise:=True)> _
Public Shared Function...
March 31, 2008 at 2:57 pm
Your WHERE clause is prompting the optimizer to turn this into an INNER JOIN, and not an outer join.
Meaning - by not allowing for c1.sequence to be null, it CAN'T...
March 31, 2008 at 1:54 pm
Ahmad Osama (3/31/2008)
Hi,
I absolutely agree with both of you..but this is a clients request and the reason behind this is...
My Client is well known Computer hardware sales company...and they...
March 31, 2008 at 1:34 pm
Viewing 15 posts - 3,871 through 3,885 (of 6,486 total)