Forum Replies Created

Viewing 15 posts - 6,751 through 6,765 (of 49,571 total)

  • RE: SQL Server 2014 Certification

    There aren't any SQL 2014 exams. They updated the MCSE-level 2012 ones.

    https://borntolearn.mslearn.net/b/weblog/archive/2014/03/10/certification-update-sql-server-2014

  • RE: Proper use of master System Database

    The previous developer probably made a mistake and left out the USE statement when he deployed once. User tables should not be created in master in general, definitely not tables...

  • RE: Log files - HELP

    robin.pryor (1/16/2015)


    I'm in the middle of correcting the problem, but error log files are generating at a staggering pace. Is there a way to stop logging?

    Depends what's getting logged.

    Is 'audit...

  • RE: Log files - HELP

    sqlGDBA (1/16/2015)


    Set the database recovery model to simple. It should at least reduce the logging.

    Transaction log != Error log.

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (1/19/2015)


    GilaMonster (1/19/2015)


    And I have 30 grads doing a homework exercise that requires they import data from flat file into SQL Server (import/export wizard is the way everyone who...

  • RE: Are the posted questions getting worse?

    Well this is fun.

    Officially, according to the government, South Africa uses the , as the decimal point. In reality, everyone, including the government, uses the .

    Windows 7, when used with...

  • RE: SQL Server settings

    Please don't start multiple threads for the same problem.

    No further replies to this thread please.

  • RE: Need Help !! Its urgent

    sp_reset_connection is used with connection pooling, it's called when a connection is reset and goes back into the connection pool.

    As for analysing your trace, have a look at the methodology...

  • RE: Ask about 2 Waits and their value in wait statistics ....

    That's related to parallel table/index scans. Probably means you have a lot of inefficient queries which are doing large scans. Worth looking into

    btw, aggregated wait stats over 5 days is...

  • RE: Deadlocked schedulers dumps

    To be honest, I'd call MS customer support. Scheduler deadlocks and related problems are fairly hard to debug and may involve reading stack dumps, they have the tools for this...

  • Viewing 15 posts - 6,751 through 6,765 (of 49,571 total)