Viewing 15 posts - 241 through 255 (of 321 total)
SQL Server 2000 Client Tools are still somewhat useful even for SQL 2005 data access and management. Some of us find the SQL Server Query Analyzer editor to be a...
April 24, 2008 at 8:14 am
My subscription was sent at 3:58 A.M. this morning. I'm guessing that is Rocky Mountain Time. It's easy to be forgiving given the implications of that. Besides - I've begun...
April 24, 2008 at 8:03 am
You should be aware that there are applications that create "permanent" tables in the tempdb (no # or ##). They are "permanent" until the next time the service is restarted....
April 23, 2008 at 12:48 pm
Timothy (4/23/2008)
Tom Garth (4/23/2008)I haven't done any coding using LINQ. I've read through sample code and it looks easy enough, but what about maintainability?
LINQ can be no more or less...
April 23, 2008 at 12:25 pm
If you believe that there are uncommited transactions causing the problem, then you will have to change something.
Is your application the only application creating the new BoardNos? Are you using...
April 23, 2008 at 10:59 am
A close friend of mine was at a conference in Vegas recently, and described a demonstration put on by Microsoft that proved LINQ coding performed faster than stored procedure access......
April 23, 2008 at 10:02 am
Samuel Clough (4/22/2008)
April 23, 2008 at 9:09 am
Tom Garth (4/11/2008)
K. Brian Kelley (4/11/2008)
Tom Garth (4/11/2008)
An application that I wrote has an interface for the app admin to create and manage users, and role memberships. It...
April 21, 2008 at 9:28 am
rbarryyoung (4/13/2008)
Jeff: I think that's an article.
It is an article, and very well written. No editing required. Nice work Jeff.
April 14, 2008 at 7:33 am
K. Brian Kelley (4/11/2008)
Tom Garth (4/11/2008)
An application that I wrote has an interface for the app admin to create and manage users, and role memberships. It has been...
April 11, 2008 at 9:29 am
Great article Brian!
An application that I wrote has an interface for the app admin to create and manage users, and role memberships. It has been running on SQL 2000, but...
April 11, 2008 at 7:36 am
If I remove the SELECT CASE, then it works, but is also still incorrect. Further testing reveals that SELECT CASE is not allowed as part of a computed column.
Why...
April 9, 2008 at 9:34 am
SELECT * FROM
Lets see. That took less than 2 seconds. CTRL>SHIFT>S ? Maybe a little quicker.
What I need is something to automatically correct the dyslexic version that I frequently...
April 9, 2008 at 7:46 am
Like others, I saw the nvarchar problem but went ahead anyway. The one that threw me was the calculated column not using storage. It's a no-brainer, but mine was on...
April 9, 2008 at 7:36 am
Viewing 15 posts - 241 through 255 (of 321 total)