Viewing 9 posts - 16 through 24 (of 24 total)
Heres the DDL for the DB, you will probably have to lower the size of filegroup_1 as it is huge to hold that 80M row table.
CREATE DATABASE [prod_data] ON...
October 25, 2001 at 8:36 am
I agree with you 100%. I am currently working on a project where they have made all objects owned by user "rms" and they have turned on Case Sensitivity,...
October 14, 2001 at 10:07 pm
This may be of interest to you -
there is a free utility in the SQL Server Resource Kit that allows you to automatically compile all of the files in...
September 10, 2001 at 2:36 pm
Also, I like to have all my packages owned by the same owner. This is especially good if you are developing a system you are going to be selling. If...
August 9, 2001 at 10:32 pm
Thank you simonsabin,
I am going to have to make some time to look into this stuff further.
You have been very helpful!
Mindy
August 8, 2001 at 11:05 am
simonsabin -
I have not had the opportunity yet to use any of the .net programming "stuff" that you are talking about. Sounds very interesting? Would you email me a screen...
August 7, 2001 at 8:27 pm
Dave -
It is very hard to argue with an application that users are satisfied with and that "works". If you are able to maintain it and everyone is...
August 7, 2001 at 12:49 pm
Yes, it can be tedious during development, and I see your point. However, (especially in larger teams) I would predict that most of the time the .refresh method would not...
August 1, 2001 at 10:26 pm
Simon, it is interesting that (I must admit) I did not even know about sp_executesql until a few days after I finished writing this article. I was in a class...
July 30, 2001 at 11:34 am
Viewing 9 posts - 16 through 24 (of 24 total)