Viewing 15 posts - 421 through 435 (of 928 total)
That's what I thought, but it isn't what I'm seeing.
I deliberately have an invaid entry when I apply the FK (with NOCHECK), just to see what happens.
sys.foreign_keys has 'is_not_trusted' set...
March 27, 2015 at 8:08 am
I never use the GUI, because it doesn't cater for the way we work here.
There is an Technet page for dropping/adding Articles with the GUI. You'll have to read...
March 13, 2015 at 4:26 am
I do this type of change on a regular basis, so your steps should be something like this (this is for a Pull Subscription):
1. sp_dropsubscription & sp_droparticle, to remove this...
March 11, 2015 at 4:25 am
Do you mean the schema differs between the Publisher and the Subscriber?
If so, we have this situation here and it can be done via scripting (I haven't used the Wizard...
February 17, 2015 at 5:13 am
Do you use snapshots within this Publication?
If you script the current Publication is '@immediate_sync' set to true or false?
It might be the snapshot either refreshing or being created from...
January 28, 2015 at 6:34 am
If you need to test for any interesting postcodes: http://www.softwaretestingclub.com/forum/topics/fun-postcodes-to-use-when-testing?id=751045%3ATopic%3A164159&page=1#comments
January 27, 2015 at 1:46 am
Sean Lange (1/23/2015)
Oh the cursors are unbelievably stuipd. They are used to count!!!
set @Counter = 1
while exists(select * from StupidlyLargeHeap (nolock) where someColume = @Counter) begin
set...
January 27, 2015 at 1:38 am
Stefan Krzywicki (1/21/2015)
Anyway, hi! I'm Sioban. Sioban Jeanne Krzywicki. If you want the full name (that it'll be as soon as I finish all the legal paperwork, probably a month...
January 21, 2015 at 8:14 am
Mauricio_ (1/19/2015)
Yes, test is the best, I agree. The only problem is that I underestimated the size of the table, it has 3 billion rows.
Well that changes the picture...
January 19, 2015 at 8:20 am
Mauricio_ (1/19/2015)
I have a question regarding performance. I need to alter several tables, changing columns from decimal(18,4) to decimal(19,8). Some of the tables have...
January 19, 2015 at 4:06 am
Can I ask first of all why is the use of NOLOCK compulsory, and are you aware of the potential problems that such a strict rule can cause?
January 16, 2015 at 4:51 am
I'm planning to go to PASS too. Good luck with your boss! BTW, does anybody know the dates for PASS 2015?
January 15, 2015 at 4:04 am
Lynn Pettis (12/23/2014)
December 24, 2014 at 2:14 am
As the Technet article http://technet.microsoft.com/en-us/library/bb510680(v=sql.120).aspx states:
"Sets certain database behaviors to be compatible with the specified version of SQL Server"
It alters how certain aspects of the DB behave, not the structure...
December 23, 2014 at 4:04 am
Viewing 15 posts - 421 through 435 (of 928 total)