Forum Replies Created

Viewing 15 posts - 166 through 180 (of 2,487 total)

  • RE: Sql Server Management Studio : How to Logon with different windows username???

    You won't be able to use Window Authentication in SSMS from within a Virtual PC unless it's joined to the domain. Your only other option is to use SQL authentication.

    --------------------
    Colt 45 - the original point and click interface

  • RE: Restore errors

    Jon, Also, what version and SP level is the server you're restoring on. Are the backup files from a database on this server, or a different server. If they're from...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Attention All Script Guru need a hand here

    Lester, have you had a look through the script library on this site. There is a good chance that a script like this has already been written.

    Also, just a tip,...

    --------------------
    Colt 45 - the original point and click interface

  • RE: SP triggered by local file update

    Probably best option would be a .Net File Watcher service.

    Within SQL you could setup a little VBScript to run in a SQL Agent job to check the Date Modified...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Restore errors

    @Lester - how does this script solve the problem?

    @Jon - are there any additonal error messages in the SQL Server Error log? Windows Application Event Log?

    --------------------
    Colt 45 - the original point and click interface

  • RE: How do I avoid dead lock from "select" queries

    Jwalant, please start a new thread to post your problems instead of resurrecting threads that are over two years old.

    Quite apart from the fact that waits and locks are two...

    --------------------
    Colt 45 - the original point and click interface

  • RE: HELP!!!! Transaction Log Automatically Shrinking

    Have you run a trace at that time to see whats happening on the server?

    --------------------
    Colt 45 - the original point and click interface

  • RE: HELP!!!! Transaction Log Automatically Shrinking

    Only thing that will happen is that the database won't automatically close when there are no connections.

    You might actually find that applications using those databases are more responsive when they...

    --------------------
    Colt 45 - the original point and click interface

  • RE: HELP!!!! Transaction Log Automatically Shrinking

    Well that's pretty clear, the three databases missing from the sqlperf output are set to autoclose and they're shutdown.

    You'll need to connect to those databases to "wake" them.

    --------------------
    Colt 45 - the original point and click interface

  • RE: HELP!!!! Transaction Log Automatically Shrinking

    I dug this old script up which shows the status from sysdatabases,

    select

    name as [DB_NAME]

    , isnull(case when status & 1 = 1 then 'autoclose' else null end + ',',...

    --------------------
    Colt 45 - the original point and click interface

  • RE: HELP!!!! Transaction Log Automatically Shrinking

    Yes it did output all databases and showed two as OFFLINE.

    --------------------
    Colt 45 - the original point and click interface

  • RE: HELP!!!! Transaction Log Automatically Shrinking

    Anyone used dbcc sqlperf(logspace) command? is there a bug in it? The reason is that i have 15 databases (including master,model etc..) but everytime i use this dbcc command...

    --------------------
    Colt 45 - the original point and click interface

  • RE: MSDB size rocketed

    Rick, so were you able to sort out the old versions?

    --------------------
    Colt 45 - the original point and click interface

  • RE: Vista

    I've had my Dell 9400 laptop for eight months now. For the first three months it was running Windows XP and since then its been running Vista Ultimate and Office...

    --------------------
    Colt 45 - the original point and click interface

  • RE: complex join question

    Doesn't seem that complex at all. Unless we're missing something.

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 166 through 180 (of 2,487 total)