Viewing 15 posts - 106 through 120 (of 7,428 total)
jim.powers (7/8/2008)
orrego.cesar (7/8/2008)
July 8, 2008 at 7:59 am
Steve Jones - Editor (6/30/2008)
http://www.tonymarston.net/php-mysql/stored-procedures-are-evil.html
This was my favorite statement
As far as I am concerned the use of stored procedures, database triggers and foreign key restraints is OPTIONAL, not MANDATORY,...
July 1, 2008 at 7:28 am
Jeff Moden (6/30/2008)
Antares686 (6/26/2008)
June 30, 2008 at 10:22 am
See "Using Multiple Lookup Queries" in SQL BOL for help on using Lookups.
June 26, 2008 at 11:38 am
Put the query into a text object and look at sp_executesql and EXECUTE. However be aware there are some adminsitrative needs you will have to perform and you open yourself...
June 26, 2008 at 11:07 am
That is not really a funtion of full text search. You need either software to propose alternate possibilities or build it yourself. For me I have to compare the address...
June 26, 2008 at 11:05 am
Make sure you post this to the site script library and note it a bit better. As well you should do one for C# to ensure your work is credited.
June 26, 2008 at 10:59 am
Also you might want to consider a design change.
Units should be the source to determine your number of units not a column in Courses. This is why you have this...
June 26, 2008 at 10:55 am
This should have enough info to help you
http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/mysql.mspx
June 26, 2008 at 10:47 am
The problem is that the supposedly intelligent managers at my company keep overridding me and hiring these dummies. They're hiring based only on what the resume says... not on...
June 26, 2008 at 9:01 am
Jeff Moden (6/26/2008)
June 26, 2008 at 8:13 am
Simply put it is this. They don't spend a lot of time doing this so they don't focus on what they are doing. Everyone has basically said this in one...
June 26, 2008 at 7:50 am
ageuni (6/5/2008)
June 5, 2008 at 8:31 am
OK decide to see what happens when I run the code for the same result each time in the values using a few different methods and here is what I...
May 30, 2008 at 12:50 pm
Sorry you also have to run DBCC DROPCLEANBUFFERS for the execution plan to actually get regenerated.
May 30, 2008 at 12:24 pm
Viewing 15 posts - 106 through 120 (of 7,428 total)