Forum Replies Created

Viewing 15 posts - 5,266 through 5,280 (of 6,022 total)

  • RE: Foreign key constraints

    First consider there may be strong and compelling reasons to just keep the primary key on a natural non-clustered column(s) and have the table's clustered key on a timestamp or...

  • RE: Moving database

    Describing the process of migrating a SQL Server database from one version to another as "switching a LUN" is definately a reductionist view of things.

  • RE: How to get data from orcale

    The full Oracle client is a monster, and server admins are sometimes reluctant about intalling it. If all you need is connectivity for a linked server connection or SSIS, then...

  • RE: Anonymous Research

    TravisDBA (2/13/2012)


    Eric M Russell (2/13/2012)


    TravisDBA (2/13/2012)


    Steve,

    It's tricky. Even if all I had available were ZIP code, birthdate and sex columns, I could still probably identify who you are. But on...

  • RE: Anonymous Research

    TravisDBA (2/13/2012)


    Steve,

    It's tricky. Even if all I had available were ZIP code, birthdate and sex columns, I could still probably identify who you are. But on the other hand, If...

  • RE: msdb is 45g sys.sysobjvalues is the issue

    What can I do about a 35g sys.sysobjvalues table? My msdb database is 45g and I have cleared backup tables and mail tables. I ran a query to find which...

  • RE: Anonymous Research

    You might not think this is a big deal, but as more data is gathered by companies and used for secondary purposes, like analysis, it becomes more likely to be...

  • RE: Tips to optimize your SQL statements

    1) Check if you're missing any required table joins. This can easily happen and the output will be a Cartesian join ...

    2) Check if you're missing any required WHERE clause....

  • RE: Query accounts, domain groups, and members who have admin membership.

    Geoff A (2/9/2012)


    Nice article, but there is an issue with Windows 2008 and xp_logininfo.

    Since my domain is all Windows 2008, the column logininfo_note is always either NULL or xp_logininfo returned...

  • RE: Query accounts, domain groups, and members who have admin membership.

    Nadrek (2/9/2012)


    Very useful, though for anyone doing a more comprehensive security audit, I'd refer to Vyaskin's code, which I modified only slightly:

    The script you posted is great for scripting out...

  • RE: Query accounts, domain groups, and members who have admin membership.

    mw162 (2/9/2012)


    Really useful thanks. Was only looking at this myself yesterday but didn't go the extent of group members. I've amended the script slightly for our use to show the...

  • RE: Change Management

    Revenant (2/3/2012)


    Eric M Russell (2/3/2012)


    . . . We developers tend to forget things like that unless someone in the organization is keeping score.

    That's what TFS does - if you use...

  • RE: Issue with Loading data from Excel sheet to SQL Server Table using SSIS package

    jkp2311 (2/3/2012)


    Do i need the Microsoft office 2007 in my machine...?

    On the machine running SSMS Data Import Wizzard, SSIS, etc. you would need the Excel data provider installed. SQL Server...

  • RE: Change Management

    If you work for a publicly traded company in the US, then a compliant change management process is required by SOX.

    I think that those who work in an organization...

  • RE: Issue with Loading data from Excel sheet to SQL Server Table using SSIS package

    jkp2311 (2/3/2012)


    Hi,

    I have get some crazy error when i am trying to import data

    from Excel sheet to SQL Server table using SSIS Packages.

    PLease read the below error message.

    Please help me...

Viewing 15 posts - 5,266 through 5,280 (of 6,022 total)