Viewing 15 posts - 511 through 525 (of 2,840 total)
When you restored the 2000 database into SQL 2008, it did not recognize the user defined type. You probably might get a 6261 error when selecting from the table that...
July 21, 2011 at 6:56 am
You might see a work around here.
July 20, 2011 at 12:52 pm
Just add one more to what Brandie said, You are using Select *. The optimizer might think that having an Index with Include is faster for case 5.
For number 1,...
July 20, 2011 at 12:25 pm
Seems like the Link server is not getting created. Try running the below
sp_link_publication @publisher = 'Publisher Instane name'
, @publisher_db = 'name of DB Published'
, @publication = 'name of Publication'
, @security_mode...
July 20, 2011 at 12:17 pm
Check if you have User defined data types in this DB. That could be why you are ggeting this error
July 20, 2011 at 12:09 pm
From what I know, It is not possible. Maintenance plan runs as local SQL agent Job.
July 20, 2011 at 12:03 pm
Isnt this the horse that got injured?
July 20, 2011 at 11:30 am
I am hoping that I get to meet Santa once again.. 🙂 And this time I am going to say HI to the Tall Dude with a Cowboy hat.. :-D...
July 20, 2011 at 9:48 am
SQLRNNR (7/19/2011)
Steve Jones - SSC Editor (7/19/2011)
congrats, Mr Moden!Yes - well deserved.
Plus 100 on this. I voted for you. I want you to win, then we can hang out again...
July 20, 2011 at 8:15 am
Congratulation on getting the MS community contributor award.
June 28, 2011 at 1:10 pm
Steve Jones - SSC Editor (6/28/2011)
Gianluca Sartori (6/28/2011)
A mug would have been enough, but, since I'll be unemployed in 40 days, a check wouldn't hurt. 😀
I don't have mugs or...
June 28, 2011 at 11:55 am
You could always try to create the table manually on the subscriber, take a BCP and import the data and then start the replication without snapshot.
June 28, 2011 at 7:39 am
I forgot the fact that it was 2900 odd, I thought my post count was 1900 odd. 😛
June 28, 2011 at 7:37 am
Gianluca Sartori (6/28/2011)
Yeah! 3000 points for me!It's a small step for most of you, it's a great step for me.
Congratulation. Well done. I will never hit 3K for sure. 🙂
June 28, 2011 at 6:23 am
I have a twitter account. I have tweetdeck on all the time. But I rarely tweet. I get some nuggets out of there.
It is the same here in SSC. I...
June 27, 2011 at 2:31 pm
Viewing 15 posts - 511 through 525 (of 2,840 total)