Forum Replies Created

Viewing 15 posts - 15,901 through 15,915 (of 26,486 total)

  • RE: Copying system DB's to a new server

    Shabba (4/20/2010)


    the only service days are sundays. i like sundays at home 🙂

    But they are normally double time 😉

    Not for those of us who are considered exempt from OT, which...

  • RE: Copying system DB's to a new server

    malachyrafferty (4/20/2010)


    thanks all for help, i get a bit overly worried i might break something!

    the only service days are sundays. i like sundays at home 🙂

    Unfortunately it comes with the...

  • RE: Are the posted questions getting worse?

    If anyone else can provide some guidance here it would be appreciated.

  • RE: Copying system DB's to a new server

    malachyrafferty (4/20/2010)


    im asking the question on my own behalf journey man!

    Chill.

    No, don't move the system databases. Script out the objects you need from the source server and run those...

  • RE: Procedure has too many arguments

    malavika.ramanathan (4/20/2010)


    which is that nvarchar field? i didnt get 🙁

    Example:

    @LastName VARCHAR(100) -- defined as VARCHAR(100)

    @LastName = N'c' -- value being passed in is NVARCHAR (the N in front of the...

  • RE: time lag in TRN file names.

    Not that I am aware. I am not familiar with log shipping as I have not worked in an environment where it is used at this time.

  • RE: How secure is trusted connection?

    desiree.reagan (4/20/2010)


    I've been told that once a user is connected to SQL Server using a trusted connection, they would then have access to all databases on that server.

    I...

  • RE: how to substring the result

    Hope this helps:

    create table dbo.tbl_processes (proc_nammme nvarchar (500))

    go

    insert into dbo.tbl_processes values ('ProcessName:SqlWb |CpuUsage:5')

    insert into dbo.tbl_processes values ('ProcessName:CPU Burn-in |CpuUsage:99')

    insert into dbo.tbl_processes values ('ProcessName:cscript |CpuUsage:8')

    go

    select

    *,

    ...

  • RE: time lag in TRN file names.

    shen-dest (4/20/2010)


    Time Zone is GMT+2 and LogShipping has been configured via SSMS with default next-next setup.

    Thank you.

    Based on this:

    dbname_20100420115115.trn

    current datetime 201004201453

    The time difference is 3 hours, not 4...

  • RE: Procedure has too many arguments

    Post the code for your stored procedure and the code where you are executing it.

  • RE: SQL Job

    smthembu (4/20/2010)


    Tx 4 yr help i'm sorted

    If you solved your problem, it would be nice if you posted what you did. Someone else may have a similar problem and...

  • RE: time lag in TRN file names.

    Couple of questions as it sounds like you are running log shipping. How did you setup log shipping and what is your time zone?

  • RE: Are the posted questions getting worse?

    Paul White NZ (4/19/2010)


    anthony_merriwether (4/19/2010)


    Someone gave an example about a DBA asking a basic question that was readily available to him or her that was easily solved by a little...

  • RE: Are the posted questions getting worse?

    I would still like to know which question you were refering to initially.

  • RE: Are the posted questions getting worse?

    anthony_merriwether (4/19/2010)


    Did any of you Water Coolers give the person who posted the request, an answer? I would venture to say no. I am not a troll whatever...

Viewing 15 posts - 15,901 through 15,915 (of 26,486 total)