Forum Replies Created

Viewing 15 posts - 856 through 870 (of 984 total)

  • RE: Strange error with sp_msforeachdb

    Got it. Your list of database names isn't quite right...

    you've got

    AND dprin.name NOT IN (''public''','dbo'',''guest'',''sys'', ''INFORMATION_SCHEMA'')

    where you should have

    AND dprin.name NOT IN (''public'',''dbo'',''guest'',''sys'', ''INFORMATION_SCHEMA'')

  • RE: Adding/subtracting columns to get total

    thomasrichardson2000 (8/16/2012)


    here is my line of sql

    (Vehicle.value + Vehicle.Extras_Value + Vehicle.Expenses + Vehicle.Another_Tax + Vehicle.Other_Extras_Value) AS NetCost

    basically I am trying to add and subtract columns to get a...

  • RE: SSIS - Truncation Warnings

    Hurrah! This has solved a problem that's been bugging me for a few days. Thanks!

  • RE: What will be the output of the following?

    Hugo Kornelis (6/28/2010)


    Preet_S (6/28/2010)


    There does seem to be an obsession with points, but if a question is posted it should at least be "right".

    Agreed. But on the other hand, writing...

  • RE: What will be the output of the following?

    Definitely at least one typo in this...

    Is there no checking / validation of these questions before they go live?

  • RE: Anyone worked in SQL 6.0?

    I have run 6.0, but not for a *very* long time. My first SQL Server was 4.21, and I've worked with every version since then. To be honest,...

  • RE: Database file placement

    CirquedeSQLeil (6/9/2010)


    You may want to look into getting a SAN as well. At least it should be an option.

    Definitely.

    See? I told you somebody else would be along with...

  • RE: Database file placement

    NitroBoarder (6/9/2010)


    Thanks for all the advice.

    I will talk to our systemadministrator to see if i can get some new hardware...luckely he always likes ordering new servers 🙂

    Well, if you're going...

  • RE: Database file placement

    Assuming this is a dedicated SQL Server, I would start with the following:

    Drive 1: OS, system databases, tempdb

    Drive 2: Databases

    Drive 3: Logfiles

    I would see how that performs, keeping an eye...

  • RE: linked server to MPP file

    gsingh0904 (6/9/2010)


    It returned 0,0,0. I looked many account are there Start with SQLServer2005MS**** , which account we have to give accesss? I tried to give full access to 'Everyone' account...

  • RE: Advice for getting First SQL Job

    RicardoRincon22 (6/8/2010)


    Hi,

    I'm a recent IT graduate (major in db's). I've been looking for a DB job for 6 months now. (I'm in the UK)

    I have been looking at job titles...

  • RE: linked server to MPP file

    gsingh0904 (6/9/2010)


    Hi Thomas,

    How we can check if mpp has sql server acct permission or not? Do I need to add any user to that file? if so, how can...

  • RE: linked server to MPP file

    gsingh0904 (6/9/2010)


    Mean while can we cover topic for Linked server .mpp to SQL server 2005. As you asked ,I have installed SP3 for ms project 2003 but still I am...

  • RE: linked server to MPP file

    gsingh0904 (6/8/2010)


    I have other new issue:

    If we use Microsoft.Project.OLEDB.11.0 library (MDAC2.8) in VB.net application, after shipping to end use, It prompts Microsoft.Project.OLEDB.11.0 is not registered( its right because end...

  • RE: linked server to MPP file

    http://www.connectionstrings.com/ms-project

    Do you have MS Project 2003 SP3 installed?

Viewing 15 posts - 856 through 870 (of 984 total)