Viewing 15 posts - 61 through 75 (of 529 total)
No, no suggestion but the same 'problem'.
Any pointers on this would be most appreciated.
HansLindgren
March 18, 2008 at 2:57 am
Greg Young (2/13/2008)
February 21, 2008 at 1:15 am
This is no longer true in SQL Server 2005...
Regards,
Hans Lindgren
February 11, 2008 at 3:30 am
Ok, then you will have no problem there. But you should think about removing the domain user from the local administrators group..
October 6, 2007 at 11:20 am
Is your new server running SQL Server under a domain account or under LOCAL SYSTEM? Is the user System Admin?
Maybe you are not taking advantage of Instant File Initialization. You...
October 5, 2007 at 11:20 am
Hi,
First of all; if you don't have thousands of sleeping connections you shouldn't worry about it.
Sleeping means that it is, in that specific instance, not using CPU resources (amybe...
October 3, 2007 at 1:22 am
It sounds like you have posted in the wrong Section.
If you mean DTS you should be in the SQL Server 2000 section. In SSBIDS you choose the name of your...
October 1, 2007 at 8:09 am
No. You would have to roll it your self using temporary objects...
October 1, 2007 at 8:00 am
The RESTORE DATABASE needs the parameter REPLACE to 'overwrite' an existing DB.
August 22, 2007 at 7:14 am
Why not use NULLIF( LTrim(RTrim(Prefix)) , '' ) instead of Case When LTrim(RTrim(Prefix)) = '' Then Null Else LTrim(RTrim(Prefix)) End As Prefix?...
August 22, 2007 at 5:18 am
A client of mine had the same problem. We only managed to solve it by altering Table Variables to Temp Tables.
Do you use Table Variables in your SPROC?
Regards,
Hans
May 4, 2007 at 10:18 am
I think you problem is all about blocking.
What is your insert code doing? Is it ONLY doing an INSERT INTO or is it also trying to select from the table...
May 4, 2007 at 8:41 am
There are some great scripts here on SqlServerCentral that you can use. There is one in particular that I used very frequently but it's now on an external HD somewhere.
Do...
May 4, 2007 at 6:28 am
Hi,
What do you think means by blocking? What the people in this thread has already said is that blocking is normal in a RDBMS system. Even if you have two...
May 4, 2007 at 5:32 am
Viewing 15 posts - 61 through 75 (of 529 total)