Forum Replies Created

Viewing 15 posts - 91 through 105 (of 295 total)

  • RE: Using linked server (Access db)

    You may need to add a login to the linked server

    sp_addlinkedsrvlogin [ @rmtsrvname = ] 'rmtsrvname'

    [ , [ @useself = ] 'useself' ]

    ...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Prepare SQL Server 2005 in a Clustered Environment for SP3

    Thanks for the article we have a test cluster to do this on shortly so we can try it out.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Restore Failure

    Do you get any results from the contents of the backup file try the following to verify the backup:-

    restore FILELISTONLY from disk =

    'D:\Microsoft...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: The Sports Salary

    Several times in my career I have been able to prove my cost benefit to an employer either by cost savings or increased sales both times I was inadequately rewarded,...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: database mail 2005

    Right click on SQL Agent select properties and then Alert System ensure Enable Mail Profile is checked and there are the correct values in the Mail system and Mail profile...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Empty table taking a lot of space

    I'm not sure if this is happening with you but the following article http://blog.sqlrx.com/wp-content/forwarded-records-article.doc may give you some insight on some hidden performance killers when working with heap tables.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: ERROR LOG (Monitering Scripts)

    If you want to filter the result set SET @ Filter = 'Whatever you want to filter by'

    DECLARE @filter VARCHAR(100), @LogDate DATETIME

    SET @LogDate = getdate()

    SET NOCOUNT ON

    set transaction...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: One "group" of report per email subscription

    I believe this is possible using Reporting services scripting see http://msdn.microsoft.com/en-us/library/aa179659(SQL.80).aspx , this needs a bit of work to set up but I think this should avoid the need to...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: .ldf file is very big

    Are you taking transaction log backups? These are what will start reducing the log file size, it will not reclaim the space though.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: interview questions

    I think being able to initiate a good 2 way conversation with an interviewer is key, they get an understanding of how you work and you get a heads up...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: management studio

    See http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d5d3e5fc-d8ce-4f42-b7ea-9bbbb7756a20

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: interview questions

    It's 3pm on a Friday, your production OLTP environment is down, every hour down costs the company one million dollars. People are phoning constantly, folks are rushing the hallways, running...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Falling Over our Assumptions

    How about the one I got told when I asked if they had any models of the database...

    "You don't understand we don't know what the users want when we start...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Falling Over our Assumptions

    The favourite here is "Its much better than what we had before" .....

    My usual reply that still doesn't mean it's any good.

    Or at somewhere else I worked "It failed...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Conditional split fails with numeric data

    Can you show a screen print of the Conditional Split Transformation Editor for us to see what you are actually using to split the data?

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

Viewing 15 posts - 91 through 105 (of 295 total)