Viewing 15 posts - 331 through 345 (of 692 total)
Hopefully you won't need to use it in a few weeks!
This is embarassing. I convinced the IS guys at my work that we needed to make a migration plan...
May 23, 2005 at 3:29 pm
Followup question for tomorrow:
"Should you install SP4 on your production servers that use AWE?"
May 23, 2005 at 9:55 am
There are always reasons to code something up yourself. Perhaps whatever is available doesn't have quite the right features. Or perhaps you want to learn how to do...
May 23, 2005 at 9:54 am
... And you can practice your poker for the casino party using this table of weighted poker hands...
http://sqljunkies.com/WebLog/amachanic/archive/2005/05/18/14852.aspx
May 19, 2005 at 12:28 pm
Peter,
You can insert a NULL row even if there's a foreign key:
use tempdb
go
create table a (aid int not null primary key)
insert a values (1)
go
create table b (aid int references a...
May 19, 2005 at 12:24 pm
I would think the former would cause problems as QA found bugs -- the developers would be in another cycle and would therefore not have time to fix the bugs...
May 18, 2005 at 11:46 am
Where does QA fit into this schedule?
Also, here's a book I've had on my Amazon wishlist for quite a while, on Agile Database Techniques... Looks interesting:
May 18, 2005 at 11:36 am
As soon as you re-write a query they've written so that it runs in two seconds instead of three hours, getting the respect is no problem
May 17, 2005 at 12:51 pm
Little guys??? Chief of the most popular SQL Server website is not a little guy
May 12, 2005 at 10:41 am
I think "data elements" would have been better wording than "data objects".
May 12, 2005 at 8:00 am
In my experince the bad situations occur when you're "just another employee" -- i.e. not an "individual" in management's mind at all. Rather, you're nothing but a job description...
May 4, 2005 at 3:29 pm
Yelena,
Time to upgrade, I think! Beta 2 was released around 10 months ago. Switch to the latest CTP so you can see all of the newer features.
May 3, 2005 at 9:56 am
True business logic has only one place, and that's the database. Databases are designed to be shared amongst applications across an enterprise, and to be the final arbiter of...
May 2, 2005 at 2:44 pm
David:
I hope with number 5 you meant "being valued as an individual, not just an employee?"
April 30, 2005 at 10:24 am
I just want to clarify, in case I gave the wrong impression: The H1B people are only "slaves" because they're afraid that if they lose their job they won't...
April 29, 2005 at 11:58 am
Viewing 15 posts - 331 through 345 (of 692 total)