Viewing 15 posts - 991 through 1,005 (of 14,953 total)
Any time you need all of one side of a datum, even if the other side is missing.
All customers and prospects, even those who haven't placed orders, and orders data...
August 14, 2012 at 2:40 pm
venoym (8/14/2012)
GSquared (8/14/2012)
call.copse (8/14/2012)
GSquared (8/13/2012)
...
If a table has X columns, and the default for LINQ is to call all columns (equivalent to Select *), which it is, adding a column...
August 14, 2012 at 1:11 pm
Mad Hacker (8/14/2012)
August 14, 2012 at 11:35 am
Luis Cazares (8/14/2012)
From what I remember, The Matrix trilogy is about a loop and a conditional BREAK. So they wouldn't be set-based. I would call them simple RBAR. :-D:-P
Nah. ...
August 14, 2012 at 9:31 am
call.copse (8/14/2012)
GSquared (8/13/2012)
And even then, on simple queries, it has to assume no underlying database object will be changed without also recompiling, redeploying, etc., the code that accesses it.
If a...
August 14, 2012 at 8:08 am
Hollyz (8/13/2012)
a Custom trace.
At the very least, we'd need to know what the trace definition is. What events is it capturing, and what characteristics of them?
August 14, 2012 at 7:34 am
CELKO (8/13/2012)
if you need to be explicit about that, then DateCE would be a better column name. [] Or name the table CalendarCE and use Date as the column...
August 14, 2012 at 7:04 am
Can you run a server-side trace, get the command that's issued at the beginning of it, and see where that's coming from? Won't give you a job name, but...
August 14, 2012 at 6:44 am
Had a belated thought on "portability", too. Just to be contrarian.
A database accessed through a .NET DAL, or JAVA DAL, you may be able to swap out the data...
August 13, 2012 at 2:52 pm
TravisDBA (8/13/2012)
When the data access is direct from the app, embedded T-SQL in VB/VBScript/C#/whatever then all I can often do is advise the client on how their developers need to...
August 13, 2012 at 2:49 pm
Lynn Pettis (8/13/2012)
IF EXISTS(SELECT * FROM sys.indexes WHERE object_id = object_id('schema.tablename') AND NAME ='indexname')
...
August 13, 2012 at 2:36 pm
CELKO (8/13/2012)
I disagree with the statement that "date", as a datatype, should never be used as a column name. In a calendar table, it makes total sense to...
August 13, 2012 at 2:29 pm
Any reason to not use the "With Drop Existing" option on Create Index, instead of an explicit drop?
August 13, 2012 at 2:17 pm
The first step is to make sure your boss, and everyone else, knows who you are, what you are there for, and to find out from them what they expect/want...
August 13, 2012 at 2:16 pm
call.copse (8/13/2012)
TravisDBA (8/13/2012)
Security
The first ...
Performance
Parameterized queries are ...
Organization
Stored procedures encapsulate the logic of accessing and retrieving data...
Maintenance and...
August 13, 2012 at 1:51 pm
Viewing 15 posts - 991 through 1,005 (of 14,953 total)