Viewing 15 posts - 61 through 75 (of 77 total)
Thanks for the reply, PW,
Oh, how I wish it was possible to change the format of the code column! Sadly, it's been there for about 3 years now, and there...
January 16, 2006 at 2:33 am
"So suppose Code_2 has a matching value"
January 13, 2006 at 11:07 am
Hi Chris,
One tip that you may not have realised (apologies if you have) is that when you right click on the job in the jobs listing and select 'Job History',...
January 8, 2006 at 7:49 am
This could be down to lots of things. First thing you need to do though is generate an execution plan for both servers and compare them.
If you post the results...
January 6, 2006 at 9:50 am
Matthew,
What you have effectively by running the backup log command is emptied the water out of a bucket. The contents of the bucket are gone, but the bucket still remains,...
January 5, 2006 at 4:26 pm
Hi Matthew,
Here is the command you need to run to carry out Ian's suggestion.
backup log <DB Name Here> with truncate_only
After this, you need to consider the backup solution you require for this db,...
January 5, 2006 at 2:31 am
You are right Dave, it does. However, it does not appear to actually display what you would expect as all the dates in my last_altered column match the dates in...
January 4, 2006 at 5:52 am
Hi Florent,
I think there is a much easier way of doing this. There is a system stored procedure which is undocumented called sp_msForEachDB. It will run the command in the parameter...
January 2, 2006 at 3:15 pm
If you have a database which is configured to have a recovery model of 'Full', and you carry out an update to many rows in a table, then the transaction...
January 2, 2006 at 6:28 am
Sorry Luke, I can't help with your reqest, but I have had a look at your app, and it looks interesting. Just thought I'd let you know. Look forward to seeing...
December 27, 2005 at 11:03 am
Here is a script I wrote which uses Terry's technique, and expands on it. It gets all the sysprocesses into a temp table, then waits for (default) five seconds. It then...
December 26, 2005 at 5:09 am
Hi Murali,
In addition to the above, I would add that if you do not need to back up the transaction log, you should set the Database Recovery mode to 'Simple'...
December 14, 2005 at 5:00 am
Thanks for the reply, peterhe. Sadly, it does run uncompiled sql statements like select, update etc. All objects are owned by dbo though.
October 21, 2005 at 8:45 am
You need to use your second solution. The AuthorID column in Documentation will be a foreign key, and the UserID column in Author table will be the primary key and...
September 21, 2005 at 2:52 am
Many Thanks for your reply, Chris. It looks like I will have to put up with a naming convention which, to me in any case, is illogical.
Martin
August 18, 2005 at 10:03 am
Viewing 15 posts - 61 through 75 (of 77 total)