Forum Replies Created

Viewing 15 posts - 106 through 120 (of 610 total)

  • RE: Go Small

    I have to ask why should these events be totally free? Most people would be happy to pay a fiver or tenner (UK) which would cover the hire of a...

  • RE: Citizen Programmers

    OCTom (12/11/2014)


    As professionals I believe we should recognize citizen programmers and offer to mentor them in proper techniques. I have done this several times with good results. One thing you...

  • RE: Citizen Programmers

    I strongly believe that in a business that markets itself as professional, the end users should stick to being end users and query and report from data but not try...

  • RE: Getting Backups off local drives

    we do this using either the Ola Hallengren job or a TSQL Backup command in the first step and a second step of type Operating system (cmdexec) which reads

    xcopy "\\server\drive\*.*"...

  • RE: Holiday Struggles

    We've got plenty of work to do but the hardest part is blanking out the idle chatter in the office from those who have a bit less to do because...

  • RE: Using SSIS

    No, BIDS only needs to...

  • RE: Using SSIS

    Just to clarify:

    Integration services needs to be installed on one sql server where the packages will be run

    That integration services can connect to databases on other sql servers or to...

  • RE: Real World T-SQL Tricks

    Best thing that has happenned to my T-SQL coding in years was going on Itzik Ben-Gan's Advanced T-SQL course eighteen months ago.

    As a result I got my head around...

  • RE: MY Data

    The nearest I've got to changing people's lives (and the nearest I ever want to get) is supplying the data that told the business that lots of workshop mechanics were...

  • RE: how to restore .ndf file in database SQL 2005

    Try putting

    USE Master

    Go

    before your "restore database" statement - you've probably got management studio pointing at the database you're trying to restore - it's a common slip up.

  • RE: Double Up During Trips

    Combine Insert and Select into one call?? But of course - all the time. It's nothing new.

    We've been doing that in ASP.NET ever since 2005 when we started working with...

  • RE: Allow users to access my local instance

    I would get a windows group created with these users in it and then give that group read only permissions on the cube. I give the cube permissions via management...

  • RE: The Geek Costume

    A regular theme for fancy dress night at sailing national championships is to dress as the name of your boat. If we ever go I plan to dress as Sir...

  • RE: Copy SSRS reports from Dev to Stage to Prod.

    It's so automatic that I had to think hard as to whether I'm mis-reading something in your post, but this is what we do to deploy reports.

    We set up project...

  • RE: SSIS 2008 Newbie needs a nod in the right direction.

    Have a look at the TableDiff utility which comes with SQL Server - C:\Program Files\Microsoft SQL Server\100\COM\tablediff.exe is where mine is located.

    You'll probably have to Google for the instructions but...

Viewing 15 posts - 106 through 120 (of 610 total)