Viewing 15 posts - 3,496 through 3,510 (of 3,515 total)
The problem is that management believes in 0% downtime. Fortunately, they have 50% downtime so its not too hard to sync downtime where they won't notice.
The worst case...
February 25, 2002 at 2:13 am
The only down side I have found with derived tables is that they are memory intensive.
This becomes an issue if you have an application that runs complicated queries for a...
February 4, 2002 at 5:34 am
The great thing about scripting is that you are creating documentation for your database.
I also find that a well laid out script is useful teaching aid for educating wannabe developers.
When...
February 4, 2002 at 2:11 am
I work within a programming company and everyone who has seen .NET absolutely raves about it.
The one comment that has been made is that VB.NET will make a lot of...
January 28, 2002 at 2:32 am
I've found that if you want to pass a string to use as the IN list in a WHERE clause it doesn't work!
What I did was put a small header...
November 22, 2001 at 6:17 am
The idea of certification becoming the IT worlds equivalent of a doctor's license to practice medicine is an interesting one.
I think certification should be levels of certifications i.e. MCDBA grade...
November 12, 2001 at 2:21 am
Whole heartedly agree.
I also remove all rights assigned to the PUBLIC group/role so that a user has to be explicitly associated with a specific role. You don't come in...
November 5, 2001 at 2:37 am
I haven't checked either because I'm working in a pure development environment and at this stage is is all pretty hypothetical.
I will do some testing at a later stage to...
October 25, 2001 at 8:10 am
Thanks Guys
But what I was after was something like
SELECT @@ROWID,*
FROM Tbl_
WHERE @@ROWID BETWEEN 10 AND 20
I've seen your select TOP queries where a sub-query also has a TOP clause...
October 25, 2001 at 5:20 am
Yes definitely
When I did the SQL 6.5 courses I was lucky enough to be taught by a trainer with commercial dba and they stressed the importance of this.
One thing I...
October 15, 2001 at 1:55 am
October 8, 2001 at 3:15 am
I agree with using Hungarian notation for objects and variables.
I would NOT use it for anything that a user might see such as a column name.
I picked up the idea...
October 8, 2001 at 2:39 am
Trawling through the Microsoft site it turns out that this is a known bug when SQL is configured for Windows NT Authentication.
The work around is, as Andy recommended, to use...
September 28, 2001 at 3:57 am
Thanks.
I've tried that but it doesn't let me reassign the SA account back to the dbo user.
I'm a bit concerned that any further databases created all seem to have this...
September 26, 2001 at 9:08 am
I was recently asked to install some databases for a client and their support company specified that the database should be split into 3 filegroups.
1. PRIMARY - to be...
September 10, 2001 at 2:11 am
Viewing 15 posts - 3,496 through 3,510 (of 3,515 total)