Viewing 15 posts - 1 through 15 (of 29 total)
How about if you are running a per CAL license on the server and not a per Processor license? You would need a CAL for every workstation accessing the SQL...
November 29, 2006 at 1:01 pm
Probably not enough.
September 20, 2006 at 8:32 am
In looking at it further, I believe you may be correct. I think I was looking at it too long.
September 20, 2006 at 8:15 am
It looks the same on my servers. If I was to try something it looks like you are missing OUTPUT on your first @binvalue. You have one for your @hexvalue but...
September 20, 2006 at 8:03 am
Great to hear! So many times I hear of data, logs and even backups on the same drives. Makes me cringe!!!
September 15, 2006 at 9:34 am
Mark,
You say "I would like to find out the physical location of both the .mdf & .ldf files as tehy would appear to have been installed on different drives. So,...
September 15, 2006 at 9:09 am
It would basically work something like this...
August 2, 2006 at 6:39 am
Just to answer your last question, a full db backup will not truncate the log. You need to do a tlog backup to truncate the inactive portion of the log.
June 28, 2006 at 12:49 pm
John,
What you propose would work just fine. When I am in this situation, I find it easier and quicker to stop SQL and copy the data and log files to...
June 22, 2006 at 8:35 am
I think this will answer your question...
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=14052
Good luck.
March 7, 2006 at 6:44 am
I agree that I would rather have separate logical partitions of the 72 GB drive. That way you are only concerned with SQL Server on the other partition and can...
February 20, 2006 at 1:50 pm
I agree with Sameer. You usually want to do this as a last resort. You need to manage the growth of the log on a daily basis, so this does...
November 10, 2005 at 8:54 am
You could try enabling certain trace flags 1204 and 1205. These have helped me identify the cause when I have a deadlock problem.
This link may help... http://www.sql-server-performance.com/ac_2000_trace_flags.asp
November 10, 2005 at 7:01 am
There is probably an uncommitted transaction in it. I don't know of a way to look into the log without using a third party product like Log Explorer. I think...
November 10, 2005 at 6:57 am
Viewing 15 posts - 1 through 15 (of 29 total)