Forum Replies Created

Viewing 15 posts - 271 through 285 (of 1,539 total)

  • RE: Full backup file extension question

    SKYBVI (9/20/2010)


    what are the sizes of the bak and trn files of the backupset

    Regards,

    Sushant

    You want to know backup file sizes?

    This link should be a good begining.

    http://www.sqlservercentral.com/scripts/Miscellaneous/30338/



    Pradeep Singh

  • RE: error log in sql server2005

    mail4sha (9/20/2010)


    thanks a lot for reply.... can i store this log in any file? i mean can i create my own error log file? logging my desirable information not only...



    Pradeep Singh

  • RE: I want to attach *.mdf file of Sql server 2000 to Sql server 2008

    nuthan_kumar (9/20/2010)


    I have a abc.mdf file of sql server 2000 and now i am trying to attach it to sql server 2008.

    and getting this error.

    exec sp_attach_single_file_db @dbname ='abc', @physname='c:\abc.mdf '

    "Database...



    Pradeep Singh

  • RE: Need to zip and move C2 level audit files

    let the script zip the files in asynchronous mode, a seperate zip process will be created for each file EXCEPT the current file. just dont touch the current file. this...



    Pradeep Singh

  • RE: basic Requrements of Clustering

    Perry Whittle (9/18/2010)


    Hi

    check my guide at the following link for SQL Server 2008 on a Windows 2003 cluster

    Perry, the link doesnt work for me. i guess the underlying uRL is...



    Pradeep Singh

  • RE: Need to zip and move C2 level audit files

    in fact its good to have it written in powershell 🙂

    I suppose vbscript would have faced the same issue - of zipping asynchrous.

    may be you can write the move...



    Pradeep Singh

  • RE: Need to zip and move C2 level audit files

    shew (9/16/2010)


    I'm looking for ideas for how to zip up the old .trc files and move them to a different server for storage. Unfortunately, the audittrace*.trc files appear to be...



    Pradeep Singh

  • RE: Procedure not able to run

    you have to specify the owner name of the SP if the owner is not dbo(which is the default owner).



    Pradeep Singh

  • RE: Use sp_start_job across servers

    i think you should go with the option you suggested - isql.

    on server 1, job step1 should run on current server and job step 2 should call a command line/batch...



    Pradeep Singh

  • RE: How to Drop the DB wich is presently replicating

    recreate the publication and then remove it. then proceed to drop the db.



    Pradeep Singh

  • RE: C2 Audit

    Lowell (8/19/2010)


    i'm very sure you need to simply change the c2 audit setting, then just stop and start the server;

    i've done it quite a few times, and that's all i...



    Pradeep Singh

  • RE: Enterprise wide Backup Audit

    BlackHawk-17 (8/6/2010)


    To calculate the duration you may find this a little better than the method you are currently using:

    CONVERT(CHAR(8), backup_finish_date - backup_start_date, 8) AS [Duration]

    Thanks for the feedback. Will implement...



    Pradeep Singh

  • RE: Enterprise wide Backup Audit

    lrutkowski (8/6/2010)


    Just wanted to throw this out there, it might be easier, especially for scheduling purposes, to use Powershell.

    Yes. but i knew little powershell at that time. I also use...



    Pradeep Singh

  • RE: Login Issue

    Thanks Brian. I will ask the user to connect using using IP and provide you with the results.



    Pradeep Singh

  • RE: how do I find the IP of the 2005 sql server instance?

    I'm not a coder. If you're able to connect via SSMS, you shud be able to connect via ur application.

    I read that link u provided.

    find the IPaddress of your local...



    Pradeep Singh

Viewing 15 posts - 271 through 285 (of 1,539 total)