Forum Replies Created

Viewing 15 posts - 316 through 330 (of 612 total)

  • RE: Please don’t Tweet this, but…

    I'm another one who doesn't do twittering, facebooking, myspace or being linkedin etc. so you're not alone Niall.

    The problem hasn't changed though, there has always been the one rule -...

  • RE: Any Tips for New DBA Job ?

    Find out who will stand in for you when you are on leave and learn what they know and what they do in the DBAs absence. If it works it's...

  • RE: SA password reset

    Don't use any user's individual accounts - what happens when they leave?

    Put users in domain groups e.g. SysAdmins and assign the permissions to these. Then you only have to remove...

  • RE: SQL Server 2005 - Backup, Integrity Check and Index Optimization

    Dated files are fine when you want everything in seperate files, each log backup etc. If you want the log backups appended into one file or device with no init...

  • RE: SQL Server 2005 - Backup, Integrity Check and Index Optimization

    I've been using the backup script for some time and it works a treat. It is especially good for Sharepoint database servers where databases can suddenly appear as if by...

  • RE: Houston, we have a problem

    Microsoft ruined their one decent database design tool when they bought out Visio - it was great before they got their mitts on it especially for object role modelling design...

  • RE: unable to access the sql server people are in the user group.

    I had something similar and tried all sorts of adding and removing then it turned out that the person who couldn't connect needed to change the options on their connection...

  • RE: Assumptions

    1. That users know how to use basic windows and the applications they have e.g. how to maximise a window!

    2. That we understand every TLA and buzzword around - too...

  • RE: The Breakfast Plan Goes Awry

    Cakes are for birthdays - the birthday person brings them so everyone does their turn over the year on or as near the date as possible.

    We have an official rewards...

  • RE: Formatting and Readability

    It's easy to do and only those with no drive or ambition make themselves indispensable - who wants to be slogging away with the same old code in 5 or...

  • RE: backup all db

    Look up Ola Hallengren's backup solution available here on SSC scripts. Backs up all user databases full, diff or just log. Excellent for servers where databases are being created without...

  • RE: Can reporting services - A couple of beginner questions

    Make your dataset return the required order data in each detail line (if there isn't too much) by using a table join in the select query between the order and...

  • RE: Dataset command type: Text vs. stored procedure

    I prefix my stored procs appropriately - the reporting ones are rp_ , data access layer ones are dap_ and lp_ for drop down list ones which can be used...

  • RE: SSIS Package Execution in SSMS

    You need to deploy your package. I find it all works so much better if you set your package up in BIDS/Vis Studio with the correct connections then do File,...

  • RE: SSIS deployment and automation

    I find it all works so much better if you set your package up in BIDS/Vis Studio with the correct connections then do File, Save Copy of Package As...

Viewing 15 posts - 316 through 330 (of 612 total)