Viewing 15 posts - 841 through 855 (of 931 total)
Thanks Manu,
OS version is Windows Server 2003 Enterprise Edition
and
SQL Server is
Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
March 4, 2010 at 10:34 am
Regarding deleting log file, please refer to below links.
http://technet.microsoft.com/en-us/library/ms191433(SQL.90).aspx
http://technet.microsoft.com/en-us/library/ms189253(SQL.90).aspx
http://technet.microsoft.com/en-us/library/ms175574(SQL.90).aspx
March 3, 2010 at 11:05 am
Please check the process.
Is the process running slower than normal?
If so, please check more on this process.
Could you share that process with us.
March 1, 2010 at 4:53 pm
Just see what is the process doing. Run a dbcc inputbuffer(spid) and get details of that.
Once you have that, just check the execution plan of this query and see...
February 25, 2010 at 3:45 pm
GilaMonster (2/25/2010)
Casper101 (2/25/2010)
February 25, 2010 at 3:00 pm
I guess those indices are a problem in your case.
Usually, too many indices hinders insert operations.
Once, when I faced this problem, I dropped the indices during the insert operation...
February 23, 2010 at 4:37 pm
Thanks Manu
February 17, 2010 at 5:43 pm
MANU-J. (2/17/2010)
,[line1]
,[line2]
,[line3]
,[line4]--Displays Age: Older than...
February 17, 2010 at 4:21 pm
Greg Charles (2/17/2010)
February 17, 2010 at 4:20 pm
TravisDBA (2/10/2010)
February 10, 2010 at 10:25 pm
Blake,
Thanks for sharing. I will try this on my server.
In fact, I had removed the @query parameter. Will try it out again. 😀
February 10, 2010 at 4:57 pm
One more point.
The IP addresses of servername and servername-BE are different.
I am able to ping both these server names.
But I am only able to register\connect to servername-BE
February 10, 2010 at 1:47 pm
I am getting same servername when I run below commands
select @@servername
select serverproperty ('MachineName')
But I am only able to register/connect with this name servername-BE,1433 and not
servername,1433
February 10, 2010 at 1:19 pm
When I run this select serverproperty ('ComputerNamePhysicalNetBIOS')
it returns NULL.
Is this because the server I am referring to is SQL Server 2000.
February 10, 2010 at 1:00 pm
Viewing 15 posts - 841 through 855 (of 931 total)