Viewing 15 posts - 3,091 through 3,105 (of 3,606 total)
There are certain coding jobs that are the IT equivalent of cleaning the loo.
Dealing with NULLs, dates and default values etc.
If you can take this away from your developers and...
July 29, 2004 at 2:01 am
If you are absolutely positive that the records that you are about to delete don't have an related records in other tables then, as part of the delete process, try...
July 29, 2004 at 1:46 am
When you say that two table reference your 10 million row table, do you mean that there is a logical relationship or a physical i.e. foreign key constraints enforcing the...
July 28, 2004 at 10:17 am
I take it that you checked the client's source data?
July 28, 2004 at 2:20 am
Oooh the quandary. Should I give the answer that the question wants or the actual answer received.
It's like being at college again where you give the answer your lecturer wants to...
July 28, 2004 at 2:18 am
Actually I would approach your problem from a completely different angle.
There are out-of-the-box e-commerce solutions out there and I would simply choose the one that is nearest your requirements.
They are...
July 28, 2004 at 2:06 am
The enterprise edition is one hell of a lot of money for......not really that much unless you are into major league stuff.
I would work out precisely what it is that...
July 27, 2004 at 9:01 am
I tend to follow the practice that if the table is in the middle of a query then I need a single unique field to act as a primary key.
If...
July 26, 2004 at 1:50 am
My understanding is that, as a transaction log is a sequential file writing into it doesn't cause performance issues.
That said I can see performance issues arising in the following areas.
July 26, 2004 at 1:40 am
Good Lord!!!!!!!
Well, make sure your first statement in the procedure is SET NOCOUNT ON, which should speed the thing up.
I would definitely break this...
July 23, 2004 at 7:45 am
If you are mixing and matching DDL with DML then you are almost certain to get recompiles.
The way that I would approach the problem is to break out the proc...
July 23, 2004 at 6:04 am
Could you be a bit more specific?
Do you mean the reporting services reports, error reports, results for QA etc?
July 23, 2004 at 2:12 am
I found that the best way of comparing text execution plans was to export them into text files then import them into source safe and use the compare function.
Crude I...
July 23, 2004 at 1:20 am
Absolutely. There should be very few SysAdmins.
You can assign owners to jobs and therefore sysadmin role is not needed.
Provided your user exists within MSDB they can use sp_Start_job etc, but...
July 21, 2004 at 4:14 am
Books on-line says that any user who is in the public group within MSDB can list the jobs that they own.
If you want to list jobs you don't own then...
July 21, 2004 at 2:42 am
Viewing 15 posts - 3,091 through 3,105 (of 3,606 total)