Forum Replies Created

Viewing 15 posts - 406 through 420 (of 489 total)

  • RE: You just might be a DBA if.....

    Or you might just be a DBA if...

    everyone comes to you when there is a problem with the data only to hear you respond that it is a data entry...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: .NET , Revolution or Assault?

    For me, I am not anxious for .NET to come out. I am unsure if it will be a good thing or a bad thing. If our programmers...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Modifying a column on a table being replicated

    This will never be done in our production environment until we are satisfied that there are no adverse affects to replication.

    Thus far, I still haven't found out why...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Modifying a column on a table being replicated

    Does anyone know how SQL Server calls the sp's created by transactional replication? Or where this takes place?

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Modifying a column on a table being replicated

    Well I found out what was blocking the change and ran the following to make the change:

    UPDATE sysobjects SET replinfo = 0

    WHERE name = 'TestAlterTable'

    ALTER TABLE dbo.TestAlterTable ALTER COLUMN YesNo...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Modifying a column on a table being replicated

    I have read the article by Andy. That will work, I just thought the other way should work since the column name was staying the same. I am...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: How have you improved the SQL Servers at your work

    I have done something similar but on a smaller scale (much smaller) and for a different purpose than trending table sizes. Daily I insert into a table how many...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Modifying a column on a table being replicated

    I have added columns to a replicated table and SQL Server has allowed this. IT just gives me the warning that the new column is not included in replication....

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Why did you decide to become a DBA/SQL Programmer?

    I hadn't thought of that, however it is true I don't ever remember hearing anything about DBA's in high school and unless people do start talking about databases and DBA's...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: When to Use Dynamic SQL

    Andy:

    We have some stored procedures that have 25 to 27 different fields a user can modify. These directly affect how the stored procedure limit the result set. About...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: When to Use Dynamic SQL

    Sorry for so many posts that are the same. I kept getting an error stating there was a problem and thought the post had not gone through.

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: When to Use Dynamic SQL

    mbova:

    I think the major thing about security is this:

    Normally you can give execute permissions to a user for a stored procedure and the stored procedure will run fine.

    However, with dynamic...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Adding a Column using SQL_DMO

    So where would I put this code so I can execute it? In a DTS task?

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Are things THAT different than MS Access?

    I know I'm late coming into this conversation, but thought I'd add my opinion.

    I like using Enterprise Manager and have no desire to seek out a better tool. I...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: How have you improved the SQL Servers at your work

    Thanks for the explanations! I learn something new every day.

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

Viewing 15 posts - 406 through 420 (of 489 total)