Forum Replies Created

Viewing 15 posts - 9,211 through 9,225 (of 9,241 total)

  • RE: Cannot delete table

    balbirsinghsodhi (7/11/2008)


    or you do not have permission.

    balbirsinghsodhi (7/11/2008)


    Actually, Some Analytical users are using this database and they create whatever they want.

    local temp tables should normally clear up when out of...

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

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

  • RE: Indexes & FillFactor

    GilaMonster (7/11/2008)


    The related effect of the fill factor is to increase the number of pages in the index.

    and consequently the overall file size.

    it would be interesting to see what happens...

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

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

  • RE: failed login attemps as sa from multiple ips

    assuming he is seeing a public IP address, my guess is he isn't

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

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

  • RE: Indexes & FillFactor

    GilaMonster (7/10/2008)


    I did a test of that - Shrinking Databases[/url]

    thanks Gail, i had a look at that. Re run the script but this time play around with the fill factor...

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

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

  • RE: Select * or select only the columns you need

    AFAIK the only time its really valid to use a select * is inside a correlated query, dont know if anybody else can add to or confirm this

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

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

  • RE: Rebuild Index vs Drop and Create Index

    do you mean reorganise vs drop and create rather than rebuild vs drop and create

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

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

  • RE: Indexes & FillFactor

    wow, never tested it Gail. How would it account for a different fill factor though?

    Agree with the last point though, dont shrink!

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

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

  • RE: Indexes & FillFactor

    if you are going to shrink, at least do it after the index rebuild as pages will be moved around. If you specified a fill factor of 50 for instance...

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

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

  • RE: moving database to another machine

    pound for pound, i have found it quicker to detach copy then re attach databases rather than backup and restore. Also dont forget the microsoft scripts to export your logins...

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

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

  • RE: CheckList Updrade to SQL 2005

    how many servers\databases are we talking?

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

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

  • RE: SQL SERVER NAME

    how many characters is the servername currently?

    is the SQL server a member server or stand alone server

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

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

  • RE: failed login attemps as sa from multiple ips

    could it be that someone has configured an application\web site to use the SA account? either way assign an obscure password to the account and then disable it. Use the...

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

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

  • RE: Log file is growing to 120+ GB for a database of size 20GB

    set the recovery model to "bulk logged" during the purge and change back to simple after you have finished deleting data

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

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

  • RE: Memory Size and Number of CPUs

    you would be wise to furnish sql server with more memory rather than CPU. High CPU count will raise the software costs too 😉

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

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

  • RE: Script to find all objects owned by a user (loginname)

    for SQL2000 try this, it returns any objects not owned by sys or dbo just change it to look for your login (instead of excluding). To catch all DB's wrap...

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

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

Viewing 15 posts - 9,211 through 9,225 (of 9,241 total)