Viewing 15 posts - 1,171 through 1,185 (of 2,640 total)
sadly not, although table valued functions are fine in 2000
March 9, 2007 at 5:38 am
just as an observation I'd look at the subscriber and the network connections, I would imagine latency would not be part of the replication process as such. ( I'm assuming...
March 9, 2007 at 2:15 am
actually I'd advise applying the 2187 post sp4 rollup too, I'm told there were some problems with sp4 that are fixed in the rollup ( which also includes the awe...
March 8, 2007 at 5:04 am
if your EM is on a client install make sure you've applied the latest sp. I often find everyone patches servers but don't patch client tool installs only - this...
March 8, 2007 at 5:02 am
seems the new fix broke something else !! Personally I never use maint plans , I roll my own, now I know this was a good decision all those years...
March 8, 2007 at 4:59 am
Sorry Todd, it's just this gets posted so much I'm surprised a search didn't pull something up. I have to agree that finding the correct question is always difficult, what...
March 8, 2007 at 4:57 am
I'm not totally sure what you're asking ( never used Perl ) but you might want to check out sp_executesql in BOL.
March 8, 2007 at 3:50 am
stock answer - check the logs. Did you have dts package logging turned on ?
March 8, 2007 at 3:48 am
I'll echo Al, if you're moving databases about it's always a good move to run through at least a statistics update and a dbcc updateusage. I'll sometimes rebuild all indexes...
March 8, 2007 at 3:47 am
Hmmm .. that's a shame I just used the eval to prove deferred updates and I was impressed with the product. Mind you I was only wanting to examine the...
March 8, 2007 at 3:44 am
I've never found the names show, capture the object id and then join back to get the name, or use object_name(id) if only one database
March 7, 2007 at 3:36 pm
never done this, I either use mapi or smtp mail ( talking sql 2000 here - 2005 is different ) xp_sendmail only works with mapi as far as I know,...
March 7, 2007 at 3:06 pm
There are just so many posts on this for as long as I can rmember. Please read up BOL for admin of sql server or at least buy a good...
March 7, 2007 at 3:04 pm
you should normally connect using integrated security which does require any user account details. You should be able to connect using sa. on a workgroup you add a user to...
March 7, 2007 at 2:57 pm
Viewing 15 posts - 1,171 through 1,185 (of 2,640 total)