Forum Replies Created

Viewing 15 posts - 6,166 through 6,180 (of 9,253 total)

  • RE: Can't create users -- permissions issue

    Ray K (1/4/2012)


    Steve Jones - SSC Editor (1/4/2012)


    When you rebuilt, and resinstalled, I assume, did you "add Current User" as an administrator? That's easy to miss.

    Yeah, that I did remember...

  • RE: Specified file is not a SQL Server backup file

    sorry missed that bit, they're definitely native backups then?

    How are you executing xp_delete_file?

  • RE: SQL2005 Express with Advanced Service SP4

    tyang (12/23/2011)


    I have downloaded SQL 2005 Express Edition with Advanced Service SP4 (SQLEXPR_ADV) and tried to apply on SQL 2005 Express Edition with Advanced Service SP3, it turned out installing...

  • RE: restart sql server service

    Tara-1044200 (1/4/2012)


    Can someone help me with the sql to schdule restart of sql service and aagent service and also send mesage 15 min before to the users logged in?

    You...

  • RE: CheckDB behavior

    I've had issues in previous times backing up SharePoint databases. Qualifying the database names with QUOTENAME() has always resolved the issue

  • RE: Best practice for SQL SERVER 2008 Installation?

    ananda.murugesan (1/4/2012)


    Hi,

    Right now server is ready with operating system - windows 2008 32 bit, Disk configuration etc..

    currently server is work-group, N/W has been configured and server is not member of...

  • RE: CheckDB behavior

    ChrisTaylor (1/4/2012)


    Interesting one that, i've just done a test on SQL 2005 and 2012 for a DB with a name of 120chars in length and ran checkdb with nothing other...

  • RE: Specified file is not a SQL Server backup file

    what happens if you run

    RESTORE HEADERONLY FROM DISK = N'm:\MSSQL\MYBAKFILE.BAK'

    obviously substituting your drive path and filename details

  • RE: Backup size is 12 GB and on restoration it requires 84 gb

    forsqlserver (1/4/2012)


    My mistake..Compress backup is enable.

    Its fine..

    For future reference the following tools can help to provide info about a sql server backup file

    RESTORE FILELISTONLY

    RESTORE HEADERONLY

  • RE: nologging option like Oracle?

    Glenstr (1/3/2012)


    at least a transaction log backup taken before putting into simple recovery mode

    The recommendation you were given was to switch to bulk logged recovery model!

    Glenstr (1/3/2012)


    then a full database...

  • RE: SQL Server Migration

    Saggy (12/30/2011)


    Hi Guys...

    How to migrate sql server database

    for user databases, detach copy and re attcah them or back them up and restore them.

    Saggy (12/30/2011)


    and all system databases...

    you don't! You...

  • RE: DBUser Roles Script

    avoid using the SYSUSERS table, sys.database_principals should be used instead. Incidentally, you make no provision for any certificates and their mapped users that may be in use

  • RE: Connection string for SQL server

    Sumanta Roy (12/23/2011)


    Hi,

    I apologize that this question is not purely for SQL server DBA's but I need help understanding DSN entries provided in ODBC to connect to SQL server. I...

  • RE: Create new folder and copy file using xp_cmdshell

    opc.three (12/22/2011)


    Sure...but how would you copy the file (without xp_cmdshell)?

    Via a VB script ran as a SQL agent job step!

  • RE: Create new folder and copy file using xp_cmdshell

    personally i find this easier to create the path

    exec xp_create_subdir 'G:\somepath\mynewfolder'

    or

    exec xp_create_subdir '\\myserver\myshare\mynewfolder'

    If the folder doesn't exist it will create it 😉

Viewing 15 posts - 6,166 through 6,180 (of 9,253 total)