Forum Replies Created

Viewing 15 posts - 8,716 through 8,730 (of 9,244 total)

  • RE: Connecting SQL Server 2005 from windows 98

    what is your MDAC version

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Profiler Trace running

    to make the trace easier to read\sort dump the output to a sql table

    SELECT * INTO tablename

    FROM ::fn_trace_gettable('d:\path to trace\tracename.trc', default)

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: cannot insert duplicate primary keys

    the compound key has to be unique, you can have the same value in single columns as long as the combined values are unique

    col1 ...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Any one can send me answers for these

    Jeff Moden (11/22/2008)


    Heh... sorry, Perry... bit of an inside joke. I'll explain it sometime, but not here.

    Jeff, send it over PM

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: cannot insert duplicate primary keys

    begs the question, if you find yourself having to store the same data in a column should it really be a primary key??

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Why separate data, log and backups on SAN?

    GilaMonster (11/23/2008)


    don't slice a LUN and give it to the data files and slice another from the same disks and give it to the log files

    this is very important, if...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Resume of MCDBA

    i'll send you my resume which contains my name, address, date of birth ,etc. I dont think so

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Create connection string

    anupamabr (11/13/2008)


    Hi

    I am new to Sql

    I created asp.net web project.I need to connect this website to my locally installed database

    .For that I need to modify the connection string of...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: When to shrink database, right before or after a Full Backup

    samalex (11/21/2008)


    Hi,

    In our maintenance plan for each database, we're doing a nightly full backup, but I've noticed this isn't truncating the transaction logs. I thought this was how it...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Moving SQL Server 2005 server from one domain to another

    if you have removed builtin admins group i would add that back first before switching domain memberships then remove when finished. If all the logins are SQL and you're not...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Sql Server 2005 Installation Error When using the commandline prompt

    manually install the sql client first by using the msi package

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Unable to enable transactional backups

    UDBNT (11/20/2008)


    others are all Simple.

    😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Transaction log backups taken during a full backup.

    it can backup log during database backup but cannot truncate the log file

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Unable to Restore Database

    have you tried contacting Quest support?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: MODIFY FILE encountered operating system error 112

    are you using T-SQL or SSMS gui?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,716 through 8,730 (of 9,244 total)