Viewing 15 posts - 1,591 through 1,605 (of 2,647 total)
ganeshnarim (2/21/2012)
i don't know when i walk through on BOL it mess me some times, seems like looking for another sources that time again i'm getting mess what...
February 21, 2012 at 10:48 am
Sometimes when replication is acting "flakey," I will open up replication monitor and find the subscription and simply stop it, then start it. It actually helps in strange cases like...
February 21, 2012 at 10:45 am
ganeshnarim (2/21/2012)
Now i'm fine with my doubt it's was gone..!:-)
can i start like this SSIS
...
February 21, 2012 at 10:32 am
LINKING90 (2/21/2012)
It's MySQL !!
The syntax will be very similar with a few changes. Try looking at a MySQL forum for examples of case statements.
February 21, 2012 at 10:27 am
Yes, there is no path to downgrade (which is essentially what you are doing) to developer edition.
February 21, 2012 at 10:24 am
LINKING90 (2/21/2012)
select abc = count(u.user_id CASE
WHEN
u.topic_id = '95'
and uel.event_id='1'
and u.intent_id = '2'
THEN 1 ELSE 0 END),
def = count(u.user_id CASE
WHEN
u.topic_id = '95'
and uel.event_id='1'
and u.intent_id = '2'
THEN 1 ELSE 0...
February 21, 2012 at 10:21 am
Have you tried deleting and rebuilding the subscription(s)?(obviously a problem if there are too many) Publication(s)? Something just seems kooky here... Have you tried stopping the distribution agents and restarting...
February 21, 2012 at 9:52 am
Why don't you look at the other posts. Your query is a mess and will cause lots of problems.
February 21, 2012 at 9:43 am
roryp 96873 (2/21/2012)
ColdCoffee (2/20/2012)
DECLARE @Table TABLE
( UserID INT , Interested INT
, Interesting INT , Purchased INT )
INSERT INTO @Table (UserID...
February 21, 2012 at 8:55 am
gary.morey (2/21/2012)
February 21, 2012 at 8:42 am
ganeshnarim (2/21/2012)
i already installed 'sqlserver2008' and i have adventureworks sample database in my pc, i started what the book is saying exactly but i'm not satisfy when comparing...
February 21, 2012 at 8:35 am
Ronnie Jones (2/21/2012)
Thanks for the response.
Basically, my group supports a tool called SCCM and from time to time, we will develop a process to improve on a specific...
February 21, 2012 at 8:21 am
Sachin Nandanwar (2/21/2012)
sp_change_users_login is going to be deprecated
Yes, but this is a 2008 forum and we should still use the tools given to us for the time being. I don't...
February 21, 2012 at 5:43 am
Let's see... How many rows are in the table and how many get changed/inserted/updated over a 5 minute period, 2 minute, 30 sec, 10 sec? You could essentially run the...
February 21, 2012 at 5:41 am
Viewing 15 posts - 1,591 through 1,605 (of 2,647 total)