Viewing 15 posts - 16 through 30 (of 74 total)
how long does it take to finish approximately?
No the sort in tempdb option is off
you mean by this script I find the blocked spid and kill it manually?
SELECT p.spid,
...
March 15, 2014 at 7:06 am
MyDoggieJessie (3/15/2014)
March 15, 2014 at 6:49 am
Robert Davis (11/24/2013)
Add an identity column and set it as the clustered index. You can leave the uniqueidentifier as the primary key, if you want, but make it nonclustered.
thanks Yes...
November 24, 2013 at 11:42 pm
GilaMonster (11/24/2013)
If an insert explicitly specifies a value for a column that has a default, then the explicitly specified value will be inserted not the default.
If you're replacing a default...
November 24, 2013 at 11:37 pm
Why should it ignore the default?You mean again it inserts a random data not bigger one?
My table just has 2 fields : id that is uniqueidentifier and a nvarchar() it...
November 24, 2013 at 6:24 am
I am so sorry ,I mean High Protection,with safety FULL, but has no witness server .
I know that with set partner off I remove mirroring,but when I run SET...
August 6, 2013 at 6:27 am
The mode is High Performance,but I configure mirroring on my local for test not main server.Is it because of low resources?
August 6, 2013 at 6:17 am
Thanks a lot Gail
Another question,if the principal fails,the way for manual failover is
USE master
go
ALTER DATABASE mirrordb SET PARTNER OFF
GO
RESTORE DATABASE mirrordb WITH RECOVERY
GO
and it will bring the mirror online?
and...
August 6, 2013 at 6:13 am
so if I have latency(I can see unsent log when inserting a 10000000 records loop in Launch Database Mirroring Monitor)how can I prevent data loss?Is there any solution?
This is the...
August 6, 2013 at 4:02 am
and we can decrease the time for waiting with :
ALTER DATABASE dbname SET PARTNER TIMEOUT 20 ?
August 3, 2013 at 2:59 am
This problem is for most of the query that is because of parameter sniffing,so some times in app it uses the correct plan as the same in SSMS,and some times...
June 18, 2013 at 10:08 pm
Thanks Jason
My query is a simple select statement via sp_executesql but linq does not suport option(optimize for unknown) or OPTION(RECOMPILE).
Is it possible that the plan in cache suddenly removed because...
June 13, 2013 at 1:03 am
I have 2 database.One of them is an archive DB and it is read only.The main db has insert ,update and select statement on it, and also an update statistics...
June 11, 2013 at 4:50 am
Thanks a lot
Yes according to your comments I try to create clustered index but I can not use with schema binding cross database 🙁
May 14, 2013 at 12:13 am
Viewing 15 posts - 16 through 30 (of 74 total)