Viewing 15 posts - 2,101 through 2,115 (of 9,641 total)
There is no setting I'm aware of that would cause this. Could be an some kind of special character in the data that is signalling an end of file.
October 12, 2011 at 10:44 am
SQL Server Agent only stores a limited number of rows of history total and per job. That can be set using SSMS on the History tab of the SQL...
October 12, 2011 at 10:43 am
For deadlocks you are better off using trace flag 1222 which writes them to the event log.
You can use profiler to define a trace and then export the definition as...
October 12, 2011 at 10:39 am
I doubt very much is the last of a primary key is the issue and the lack of an identity column certainly isn't the issue.
Working with XML in...
October 12, 2011 at 10:30 am
drew.allen (10/12/2011)
October 12, 2011 at 8:51 am
Dev @ +91 973 913 6683 (10/12/2011)
this is for a client, and they put the cluster into production before doing any testing of the fail over
Didn’t you try to explain...
October 12, 2011 at 6:35 am
Perry Whittle (10/12/2011)
I always disable windows firewall on corporate domain computers. If you need to ringfence a set of servers use a dedicated firewall product. If you want a good...
October 12, 2011 at 6:33 am
Thanks guys. Here's what happened. I did the move to the other node and everything came up, in cluster manager okay, but I couldn't connect to SQL from...
October 11, 2011 at 8:42 pm
Thanks guys. Unfortunately this is for a client, and they put the cluster into production before doing any testing of the fail over and before letting me know so...
October 11, 2011 at 5:17 pm
rstelma (10/11/2011)
I hope you guys can help me get something straightened out here. I ran this query on the Master DB:
select f.name
, i.name
...
October 11, 2011 at 2:12 pm
I don't think I'd call this a bug. SQL Server can use the Primary Key or a Unique Constraint/index to as the reference column(s) for a foreign key. ...
October 11, 2011 at 6:46 am
Thanks Perry. I hadn't seen that blog by Paul. Fortunately I've never needed to recover from a corrupt transaction log.
October 8, 2011 at 12:53 pm
GilaMonster (10/8/2011)
If there is no backup, it might be possible to...
October 8, 2011 at 7:21 am
parissa_bakhshi (10/8/2011)
October 8, 2011 at 6:55 am
Stefan Krzywicki (10/8/2011)
L' Eomot Inversé (10/7/2011)
Stefan Krzywicki (10/7/2011)
October 8, 2011 at 6:47 am
Viewing 15 posts - 2,101 through 2,115 (of 9,641 total)