Viewing 15 posts - 841 through 855 (of 1,271 total)
Thanks for the support Andy.
I would support the addition of a setting to a column to mark it as not updatable except by the default.
There are appropriate cases where a column...
January 4, 2007 at 12:19 pm
I don't know what your problem is, but you might want to get a copy of How to Get Along with Other Humans.
Status itself can be an entity requiring an...
January 4, 2007 at 11:27 am
A separate instance would be opened each time, but like the poster above me said, don't try it without stress testing it. The likeliest source of potential problem is if...
January 4, 2007 at 11:18 am
Do you also need to set the date back 1 day or is that a typo?
January 4, 2007 at 11:14 am
My preferred method is to import all data sources into staging tables, perform any data modifications that need to be made, and then populate the final tables with the data....
January 4, 2007 at 11:10 am
I think it was an excellent aricle topic. I think defaults are not only underused but are often misunderstood.
In my opinion, when creating a table, for every column, the table...
January 4, 2007 at 11:05 am
The problem with using human readable codes such as a single letter is if one of the codes changes and it used in 10,000 million records, you have to choose...
January 4, 2007 at 10:55 am
As the saying goes, "Tru dat!!"
December 29, 2006 at 1:52 am
The only non-SQL Server database systems supprted are Oracle and DB2. SQL Server does not support replication to or from MySQL.
December 28, 2006 at 2:44 pm
Those triggers you deleted are added by replication during the initialization process. They are there to prevent data from being updated while the schemas are being modified. They should only...
December 28, 2006 at 2:37 pm
I can. First off, your publisher and subscriber can never be a higher level than your distributor. So, the distributor should always be the first one upgraded. So A and...
December 28, 2006 at 2:30 pm
Well, in my opinion, you've certainly got the right attitude for the job. I got my first dba job the same way. I was the lead database developer at my...
December 28, 2006 at 1:03 pm
I was speaking in generalities, and not directly to you. I have known people that would simply give admin rights to a whole users group if one person needed something....
December 28, 2006 at 12:51 pm
As a drastic measure, to shrink a log file for a database in full recovery mode when there is not enough room to backup the log file:
Backup Log DatabaseName With...
December 28, 2006 at 12:38 pm
Use sp_dbcmptlevel to check and/or change the compatibility level of databases.
December 28, 2006 at 12:33 pm
Viewing 15 posts - 841 through 855 (of 1,271 total)