Forum Replies Created

Viewing 15 posts - 48,751 through 48,765 (of 59,065 total)

  • RE: Wax off... wax on...

    Aw crap! They've scheduled a job for every blood Log Reader Agent!!! I'm going to need to disable those buggers, too, huh?

  • RE: Wax off... wax on...

    GilaMonster (8/14/2008)


    Jeff Moden (8/14/2008)


    Oh dear... I think I've found what you're talking about... it's in EM under {Replication Monitor}{Agents}{Log Reader Agents}... they've really really overdone it... there are 70 of...

  • RE: Wax off... wax on...

    Oh dear... I think I've found what you're talking about... it's in EM under {Replication Monitor}{Agents}{Log Reader Agents}... they've really really overdone it... there are 70 of the blighters... :blink:

  • RE: Wax off... wax on...

    rbarryyoung (8/14/2008)


    If it is Transactional Replication, then you (Stop & Disable) the LogReader job (from the Replication Interface, not the SQL Agent). This is the job that scrapes the...

  • RE: Is it possible to turn off replication?

    Matt Klein (7/30/2008)


    Thank you - actually I found (from the vendor notes) a reference to linked servers, which led me back, eventually, to the replication area where right-clicking I saw...

  • RE: My 3rd party softwares uses tons of cursors.

    Hehe. I always seem to pop by just when there's a throwdown about to go down....

    All right all right. If you're going to challenge to a dual, you...

  • RE: Replace non numeric characters in string

    What do you get for the following value?

    'XA1 1AA'

  • RE: SQL Year and Week numbers

    Since Day "0" was a Monday, I believe you'll find that the code I made also compensates for Monday. 🙂

  • RE: My 3rd party softwares uses tons of cursors.

    andrew gothard (8/13/2008)


    But, there's even a way around that (and many similar problems not listed) without an explicit cursor or While loop OR UDF using a single set-based update...

  • RE: Replace non numeric characters in string

    David Jackson (8/13/2008)


    Peso

    many, many thanks. I owe you a beer. 😀

    declare @TestTab Table (add1 varchar(50) null, postcode varchar(50) null)

    Insert @TestTab values('Glossop', 'SK13 8LY') --Valid

    Insert @TestTab values('M1 1AA',NULL) --Valid but wrong...

  • RE: SQL Bulk Insert - using " to wrap text fields

    I need to see a couple of lines of what you expect the output to be and the CREATE statement for the source table.

  • RE: SQL Year and Week numbers

    senthilkumar.v (8/13/2008)


    select convert(char(4),datename(yyyy,'01/01/2008'))+convert(char(2),datepart (wk,'01/01/2008'))

    Perfect... :hehe: Now, try that against Jenny's original request below... 😉

    DECLARE @Serial CHAR(12)

    SET @Serial = 'SER074400001'

  • RE: SQL Year and Week numbers

    Sara_DBA (8/13/2008)


    SELECT CONVERT(VARCHAR,GetDate(),112) 😛

    Heh...ok, Sara... if you read Jenny's original request, tell me how your code converts the following, posted in that original request, to a date. 😛

    DECLARE @Serial...

  • RE: conversion from string to decimal

    Heh... did they also happen to have all the data in a single EAV table? 😛

  • RE: Linked Server Pros/Cons over Seperate DB's

    Heather (8/9/2008)


    This makes sense for a reporting purposes, but why would someone do this for two operational databases?

    Physical security, performance enhanced by having two boxes instead of just 1, different...

Viewing 15 posts - 48,751 through 48,765 (of 59,065 total)