Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,884 total)

  • RE: Left join with duplicate records

    And this brings us to the BUSINESS REQUIREMENTS

    What is it that you are trying to do? Do you need just one value from the second table and in this case...

    Regards,Yelena Varsha

  • RE: Ideal Log File Size Set up in Sql 2008

    You have to test how much time transaction log backup takes when backing up log every hour. Then you will decide how often. if the backup takes 20 min to...

    Regards,Yelena Varsha

  • RE: Removing log information from log file by using DBCC SHRINK FILE

    Gail,

    Yes, of course. There is a few conditions including that the DB has to be read-write. Also CREATE DATABASE article says

    FOR ATTACH_REBUILD_LOG requires the following:

    ...

    Regards,Yelena Varsha

  • RE: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON")

    If this issue has not been resolved yet, ask the user how he/she connects to SQL Server and compare this login to other logins who don't have this problem

    Yelena

    Regards,Yelena Varsha

  • RE: Removing log information from log file by using DBCC SHRINK FILE

    Well, but you can specify a new empty log file. In the past we did it with sp_attach_single_file_db, in this case a new log file is generated. Now you ...

    Regards,Yelena Varsha

  • RE: Ideal Log File Size Set up in Sql 2008

    Hi,

    How much actual data is in the database? How fast the data is changing? What are your recovery requirements? How much space in the log your long tansaction take? Are...

    Regards,Yelena Varsha

  • RE: Monitor your website or any URL from SQL SERVER

    ...how exactly can one create a "job" in SQL Server 2005 Express?

    Is it possible?

    -- Mark Kamoski

    [/quote]

    Hi Mark,

    One can schedule SQL Server job in Windows Task Schedule using OSQL or SQLCMD....

    Regards,Yelena Varsha

  • RE: Don't Share Passwords Across Sites

    Hi All,

    I think the worst security thread relvant to passwords is integrated authentication (within the network). One hacked or written down password can lead to a hacker getting access to...

    Regards,Yelena Varsha

  • RE: creating an event class look up table

    Thank you Steve!!!!

    The insert statement for events will be helpful.

    Do you happen to know what rights in SQL Server 2008 do you need in order to run server traces if...

    Regards,Yelena Varsha

  • RE: SSRS 2008 r2 backups

    Wendy,

    most of the stuff in Reporting Services is stored in the reporting services databases. Database backups assure that report definitions, data sources etc are backed up. I have never specifically...

    Regards,Yelena Varsha

  • RE: SQL Server Testing

    Have you tried usig Performance counters? Make good graphs if the log is open in Excel.

    Also for the queries you can use Profiler.

    Regards,Yelena Varsha

  • RE: Reporting Services Logs not being deleted

    In case only SSRS are installed on the server you can use Windows scheduler with any command like batch job or VBscript job to delete older files.

    Regards,Yelena Varsha

  • RE: Missing row delimeter {CR}{LF} in .txt file

    Is there anything special with the character #40?

    In this case you can copy and paste the content to Microsoft Word or Outlook and do a Replace replacing this character with...

    Regards,Yelena Varsha

  • RE: Rename Excel Worksheet Tabs

    If the tab names have to be dynamic in the Lili's script before the line

    objWorkbook.Sheets(1).Name = "TransactionDetails"

    define a variable that will hold current sheet name and use this variable instead...

    Regards,Yelena Varsha

  • RE: Unable to install SQL Server 2008 Express Edition

    You may want to try to follow a manual uninstall procedure described in

    http://support.microsoft.com/kb/955404

    this procedure is for the cases when the previous installation fails, but it probably may help you. You...

    Regards,Yelena Varsha

Viewing 15 posts - 46 through 60 (of 1,884 total)