Forum Replies Created

Viewing 15 posts - 8,896 through 8,910 (of 9,244 total)

  • RE: SQL DBA Contracting

    Hi

    i'm contracting at present, checkout Jobbserve and you'll see plenty of SQL opportunities both home and abroad

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

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

  • RE: Two databases with the same physical file names and locations

    Steve

    check with Esri but i'm sure changing the logical filenames will make no difference. The SDE database will be referenced by the database name only not by logical filename.

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

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

  • RE: How do I determine Free & Total Space for disk drives, using T-SQL?

    Grant Hoerz (9/11/2008)


    This is a VBScript I've been running for a while. It takes each server name listed in a txt file, connects, dynamically grabs the drive info, and then...

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

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

  • RE: Updating more than one rows at a time

    Christian Buettner (9/8/2008)


    Hi Perry, could you please post an example?

    why?

    that's what i'm asking you 😉

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

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

  • RE: AWE issue

    MANU (9/9/2008)


    Locking pages in memory is not required on 64-bit operating systems.

    MJ

    hmm, i read that 64 bit SQL2005 standard doesnt support this and 64 bit sql2005 Ent requires it

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

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

  • RE: Two databases with the same physical file names and locations

    Sandra Skaar (9/9/2008)


    i.e. physical file name is ORN1_data and ORN1_log)

    they certainly look like logical file names too.

    you can and i would change the logical file names using the

    alter database...

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

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

  • RE: Auto update table with correlated subquery

    Jeff Moden (9/9/2008)


    Or, you could do it the way I showed you and not worry about correlation. 😉

    even better 😉

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

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

  • RE: Backup Devices Vs General Backup

    do you mean specifically tape devices or just logical backup devices?

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

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

  • RE: SQL Server Service Accounts

    Brian.Dunat (9/3/2008)


    2. Modify Group Policy to ensure service accounts have the proper rights (ie: logon as service, etc)

    3. Add the service accounts to the necessary local groups on the server

    SQL...

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

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

  • RE: Database files keep changing???

    what version sql server are you using?

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

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

  • RE: Conversion failed when converting datetime from character string

    siweb (9/4/2008)


    I do the following:

    select value from table

    where name = 'DateTime'

    and IsDate (value) = 0

    And no rows return. This should indicate that all the string values is recognized as a...

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

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

  • RE: Fresh install no database server

    SQL server 2005 std requires installing to a server OS not a client OS, for clients use developer or Express

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

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

  • RE: Auto update table with correlated subquery

    blom0344 (8/20/2008)


    I have the following query that is supposed to update a date-column in a table based on the lowest value of another date from the same table for every...

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

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

  • RE: Updating more than one rows at a time

    where exists

    would be more efficient than

    where in

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

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

  • RE: Restoring from one data file to multiple data files

    you;ll need to move the data files over first and attach them to the server. Then you create the extra filegroups. Then create\move objects into those filegroups

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

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

Viewing 15 posts - 8,896 through 8,910 (of 9,244 total)