Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 6,679 total)

  • RE: Moving TempDB - SQL School Video

    touchwithme2 (11/18/2009)


    Hi,

    It was quite good to follow...i have query on this, whether we can move the temp db in production server on business hours.

    Plz update on this ....

    Waiting for your...

  • RE: Naming new SQL Server instance

    I guess I am confused by that...

    All instances installed have to have a name - whether it is the default instance or a named instance. The default instance has...

  • RE: Variable length flat file

    I would bet that the file you are working with does not have a CRLF as the record terminator. If the file comes from another platform - it could...

  • RE: Hacked

    TravisDBA (1/2/2013)


    I guess I don't get it, what is so hard about hitting the the Windows logo key and then L ?:-D

    Nothing really - until you have a messed up...

  • RE: Asynchronize Mirroring Operation mode

    It will show as synchronized - that indicator does not tell you the mode of mirroring but the state of the mirroring process and whether or not the mirrored database...

  • RE: SQL Cluster question

    What do you want to happen with the 2012 instance in cluster 2?

    If I read this correctly, you have 2 clusters and you want to combine the nodes into a...

  • RE: Alternative to xp_cmdshell

    You can use the 'undocumented' xp_deletefile which is called from the maintenance plan cleanup task. Since it is undocumentated - it may not work in future versions, but so...

  • RE: Which is best Inner join or Left outer join

    thava (11/22/2012)


    anthony.green (11/22/2012)


    Well Table B has to have a value it its ID Column which exists in Table A you would an inner join.

    If you want TableA to TableB then...

  • RE: Maintenance Tasks on 2005 MS SQL Database

    Why do you feel you need to reduce the size of the database? Databases grow as you add data - and unless you have had an event that grew...

  • RE: SQL login gets locked automatically

    If the password policies are different on each node - that could effect how soon that account would be unlocked. Or, it was just the fact that logins will...

  • RE: script for lightspeed configuration

    charipg (10/16/2012)


    Thanks.

    Can you please provide the system tables\views which are related to lightspeed configuration entries.

    There are no system tables - Litespeed installer will install the binaries on the server, setup...

  • RE: DBCC CHECKDB errors

    robert.gerald.taylor (10/1/2012)


    After last night's reboot of the server, the problem has went away and the DBCC comes back fine.

    Rob

    Not saying this is the answer, but I have seen similar issues...

  • RE: Is there a time limit for Maintenance Plan execution

    SQLSrvrN00b (10/1/2012)


    The server in question does not have any snapshots or hidden DBs. The DBCC task that runs prior to this looks for databases that are offline or unavailable....

  • RE: Is there a time limit for Maintenance Plan execution

    All the Execute SQL Task does is execute your script - so, if that script is not completing all of the tasks then the script has to be the problem.

    This...

  • RE: Is there a time limit for Maintenance Plan execution

    The next thing this could be is a problem with your script. We need to see the script now to determine if there are issues that would cause a...

Viewing 15 posts - 2,761 through 2,775 (of 6,679 total)