Viewing 15 posts - 9,226 through 9,240 (of 9,701 total)
Heaven forbid that you should leave it up to the application developers. They'll design you a database that makes a DBA job a nightmare! And there are people...
November 28, 2007 at 12:24 pm
Clive,
They didn't introduce just one new cert. They introduced 4 of them. @=) All new SQL Server 2005 certification information can be found at the following link:
http://www.microsoft.com/learning/mcp/mcts/sql/default.mspx
Hope this...
November 28, 2007 at 8:16 am
If you've been a DBA for 8 years already, go for the MCITP instead (SQL 2005 -and possibly 2008- certs). It'll look much better on your job history. ...
November 28, 2007 at 7:55 am
The best thing you can do for yourself, Jigisha, is practice, practice, practice.
There are still a lot of shops which use SQL Server 2000, which might make it worth your...
November 28, 2007 at 4:08 am
Chethan,
I doubt it's an appended backup issue. Media families usually refer to the media the backup is stored on. I.E., tape, UNC disk drive, local disk drive.
Unless you've...
November 27, 2007 at 7:37 am
HTTP Endpoints are much more secure. You can actually dictate the type of traffic you get and, I believe, the network protocol used to access it.
Not to mention you...
November 27, 2007 at 6:39 am
I had originally heard February, but that was like 6 months ago, so I'm not surprised my info is out of date. @=)
November 27, 2007 at 5:00 am
I don't know about demos. Some are good, some are bad. But most of them are canned. Which means the demonstrator is going to show you all...
November 27, 2007 at 4:58 am
In addition to Security (and the auditing available with DDL triggers), the main reasons I would add are SSIS, Solution Explorer, Database Mirroring and Snapshots.
DM & Snapshots are wonderful...
November 27, 2007 at 4:44 am
Are you working in 2000 or 2005?
You posted to the 2k5 forum, but EM is a 2000 tool and in 2k5 you not supposed to be able to...
November 27, 2007 at 4:32 am
First, go into your SQL Server Configuration Manager and verify that NONE of your services are running under the Built-In Administrators account. It doesn't have to be the SQL...
November 27, 2007 at 4:29 am
All, I'm glad my article is generating such positive responses. For those currently going a similar Non-IT to DBA route, I hope my experiences help you along the way.
Nadeem7971,...
November 27, 2007 at 4:07 am
Hey, Jorg, the article Steve pointed out also has info on the 446 exam. You might want to check it out.
November 27, 2007 at 3:55 am
You can also use SUM(ISNULL(Quantity,0)) to do something similar. The difference is that ISNULL simply replaces any NULL values with zero instead of looking for the first non-NULL value.
November 27, 2007 at 3:51 am
Viewing 15 posts - 9,226 through 9,240 (of 9,701 total)