Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 2,339 total)

  • RE: Audit Table Design

    kwoznica (2/15/2014)


    Hello all,

    Is this thought the optimal way of logging such activity?

    what is a more optimal way to perform logging?

    Would a separate trigger need to be created for each...

  • RE: Query help

    Minnu (2/13/2014)


    Hi Thank you for your response,the error was gone but the the output "name" is coming from "set @sql='declare '+@var +' nvarchar(max) set '+@var+' = ''name'' print...

  • RE: Query help

    Scope.

    @var1 is never being set within the scope of your code.

    You need to read on sp_executesql and use that.

  • RE: Conceptual Question Replicating Data from standalone SQL Server to AWS Cloud

    I had the same issue, transferring our database on an AWS instance to a local server. The database was significantly larger, 120GB.

    We implemented transactional replication.

    The basic steps I...

  • RE: Database in Recovery mode

    Grant Fritchey (1/22/2014)


    SQLRNNR (1/22/2014)


    Grant Fritchey (1/22/2014)


    praneethydba (1/22/2014)


    HI,

    I am happy to tell you, my database is up now.....

    Online now.....:-)

    Thanks a lot for your support...

    Thanks

    Praneeth

    Congrats! That's great!

    Now, run a backup.

    No, schedule regular...

  • RE: Is RDP Access Needed for a SQL Server Administrator?

    From what you describe in the original post, yes, the DBA's can probably do everything described without RDP access. You can view the event log, file sizes, etc. etc....

  • RE: Request for the script of indexes

    Do a search for Ola Hallengren. He has everything you need.

  • RE: The Geek Christmas Poll

    New golf clubs, and time to practice with them so that I can get my game close to where it once was.

  • RE: A few reflections on RBAR by a weary application developer

    But, as a DBA, I would have made sure that the data was clean before attempting an import!:-)

  • RE: Effectiveness

    Jeff Moden (11/9/2013)


    Gary Varga (11/8/2013)


    Jeff Moden (11/7/2013)


    ..."Doing it right the first time" shouldn't be just a motto. It should be the best of all practices.

    Absolutely, but in the context...

  • RE: Function to list passenger names?

    You're still not very clear. And I couldn't resist the wise guy response...

    Is the source of the data rows in a table? A string?, Something else?

  • RE: Function to list passenger names?

    CREATE FUNCTION dbo.ListPassengerNames()

    RETURNS varchar(8000)

    BEGIN

    RETURN ('James, John, Bob, Kate, and Julie')

    END

    Go

  • RE: Extracting Numbers from String

    This looks like an import problem!

    Is the sample data you provided in a database table? If so, how did it get there?

    It looks like the output into a...

  • RE: DBA on Demand Support

    Look at RDX also.

  • RE: converting nvarchar to decimal

    bryan van ritter (9/17/2013)


    Hi,

    i am trying to convert a nvarchar column to a decimal value.

    the nvarchar column has empty records as well as NULL values.

    now when i try...

Viewing 15 posts - 2,206 through 2,220 (of 2,339 total)