Viewing 15 posts - 481 through 495 (of 595 total)
Julie, try going into Control Panel ~ Admin Tools ~ Data Sources (ODBC) and then change the info on the connection from there.
May 12, 2007 at 3:31 pm
Sql Server 2000 will reach the end of the mainstream support phase in April 2008 - I would suggest studying for the 2005 exams.
You need one exam MCTS to get...
May 7, 2007 at 9:06 pm
Here's one more idea - MAKE A BACKUP COPY OF THE ACCESS FILE FIRST
And then open the COPY, click Tools ~ Options ~ Tables/Queries and click the checkbox for "SQL Server...
May 7, 2007 at 8:58 pm
The last four paragraphs of the article sums it all up - you can never have total control of a project, but if you do the best you can to...
April 30, 2007 at 2:57 pm
This has happened to me sometimes, too.
But today I tried to vote for Stephen's Excellent SSIS article and it did not record my vote. So I voted a 2nd time,...
April 26, 2007 at 5:03 am
In response to... |
April 18, 2007 at 7:55 am
I agree that the "correct" answer is wrong due to the versioning nonsense.
I routinely take a backup from a production 2000 system and restore it to my dev 2005 system....
April 13, 2007 at 8:43 am
David, you said
"A row per column name, table name, etc. "
Amen to that!
March 28, 2007 at 4:21 pm
Assuming that the column names selected are unique to begin with, I don't understand why you would alias the _column names. You can't use the alias in a WHERE, GROUP...
March 28, 2007 at 2:32 pm
If you are running SQL 2005, SSMS knows how to print in color, which can really help when working on a procedure.
There is also a tool called NotePad2 from flo's...
March 28, 2007 at 1:06 pm
The Instant SQL Formatter does a fairly good job, at:
http://www.wangz.net/gsqlparser/sqlpp/sqlformat.htm
I think I picked up that link from one of the forums here.
March 28, 2007 at 8:33 am
SAMS Publishing has some books titled like "teach yourself C# in 24 hours" and "teach yourself visual basic .NET web programming in 21 days" they are both excellent for getting...
March 27, 2007 at 8:25 am
I did a clean install of Vista Business on a bare-minimum config: 1 GHz Celeron with 512 RAM and 20 GB disk. It runs OK. I changed all the settings to...
March 26, 2007 at 9:01 am
I went solo 14 years ago, and never looked back. The 10 points in the article - I see those as positives for a disciplined, self-motivated individual. It's true that...
March 21, 2007 at 2:50 pm
One more thing - in Access, an autonumber value exists as soon as you begin creating a new record; in SQL Server, an identity value does not exist until you...
March 19, 2007 at 6:56 am
Viewing 15 posts - 481 through 495 (of 595 total)