Forum Replies Created

Viewing 15 posts - 331 through 345 (of 2,640 total)

  • RE: which one i select php or .net for my career

    I'd figure it doesn't matter - probably dot net will open more microsoft house doors. Never believe those who tell you one something will replace another. When I started 16...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL 2008 with SQL 2000

    My workstation has sql 2000, 2005 and 2008 all installed. I have all services set to manual and start up which ever one I want. Generally you don't need the...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: How to eliminate a cursor

    I think that sometimes the desire to achieve a goal masks the requirement. I've seen many hours spent trying to replace cursor statements on pieces of code which run once...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Why are application locks slower as more memory is added?

    sorry I'm still no wiser - I'd log a call with microsoft at least you should eventually get an answer.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: dbcc errorlog

    btw. I actually cycle my logs every night on prod and usually weekely on dev boxes - more simple solution.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: dbcc errorlog

    it may be the proc is returning some output. I'd use EXEC master.dbo.sp_cycle_errorlog; in place of the dbcc and I'd make sure that the return statements are consistent if...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Why are application locks slower as more memory is added?

    not seen this proc used for this before, and having read up on it am still no wiser. It did seem to indicate it would only run single threaded which...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Table Naming conventions

    I think it's what works for you is best. Using schemas to group objects is one way in sql 2008, but if you have too many schemas it may lead...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Change Data Capture Question

    I did actually think that CDC could store who made the change - sorry not implemented yet so having to think back to the demos of it I sat through.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Change Data Capture Question

    You can only really enforce this if all your data access is through stored procs, or you place triggers on the table.

    user_name() and similar functions will capture user info. But...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Transfer logins and passwords from SQL Server 2000 to SQL Server 2008

    as I'm just in the process of migrating from sql2000 to sql2008 for my current client I'm using

    dbo.sp_help_revlogin_2000_to_2005 , you should also have a proc called ...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: How to eliminate a cursor

    for step by step you can replace the cursor with a while loop. But to be honest " if it ain't broke don't fix it ".

    Do you want to remove...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Unicode file expected. (error: 22004) when looking at SQL Server Agent log files

    it may be the log is too big. Try using wordpad to view it

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Management Studio for Monitoring?

    sorry - should have said that any timeout messages are usually a client issue not a server issue.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Management Studio for Monitoring?

    There's actually quite a lot of free stuff available for monitoring if you have a search, and writing your own stuff isn't too difficult - there are some examples on...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 331 through 345 (of 2,640 total)