Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 1,884 total)

  • RE: Delete User

    Hello,

    Do Actions ->Refresh.

    Sometimes it does not help too with logins and users. Then I disconnect in Enterprise manager and re-connect. This is a matter of refreshing information for Enterprise Manager,...

    Regards,Yelena Varsha

  • RE: How to reclaim free transaction log space in MSSQL 7?

    I had this issue in 7.0 for one of my databases. Log could not be truncated and shrinked no matter what. I think it was sort of the bug in...

    Regards,Yelena Varsha

  • RE: Selecting data on a SQL Server from an Oracle db.

    I had to add something into tnsnames file on SQL Server machine. Ask your Oracle administrator

    Regards,Yelena Varsha

  • RE: SQL Database Percent Log Used > 90 in Small Business Admin Console

    Brent,

    If I got it correctly, Recovery Model is Simple which means that log is truncated on checkpoint, you have a lot if disk space and automatically grow file is checked.

    I would...

    Regards,Yelena Varsha

  • RE: SQL Database Percent Log Used > 90 in Small Business Admin Console

    What is on the Transaction Log tab of the database properties? Is "Automatically Grow File" checked or unchecked? If it is checked then the log will grow automatically if you...

    Regards,Yelena Varsha

  • RE: What about learning databases (pubs and northwind)?

    I normally keep them in the development environment and I have an extra DB with the custom name in the production environment for tasks that require somewhat temp tables that should...

    Regards,Yelena Varsha

  • RE: Easy way to add users to a role?

    Easy -yes. But it is 2 step process.

    The following will generate a list of sp_addrolemember statements for each user of the role db_datareader to add them to db_datawriter role. Four...

    Regards,Yelena Varsha

  • RE: Retrieve Column Names as first row of query

    This is really cool how you export a file.

    Regards,Yelena Varsha

  • RE: Retrieve Column Names as first row of query

    Simon,

    How do you export automatically?

    Maybe you can add a line to your VBscript in ASP page that exports recordset field names into comma-separeted string like 

         For i = 0 To...

    Regards,Yelena Varsha

  • RE: sql 2005 gotchas

    This is correct. I tested. You have to add a table name in Order By then it works. I compared estimated execution plans for both 2000 and 2005. In 2000...

    Regards,Yelena Varsha

  • RE: SQL 2005 Report View (on Summary Screen)

    I tested and foud out that if I connect to the local or remote 2005 server with either admin or low-privilege logins I have Reports enabled. But when I connected to SQL Server...

    Regards,Yelena Varsha

  • RE: Even for the crazy world of quantum mechanics, this one is twisted.

    No, they will not ask you to reboot your computer.

    Did you notice that the Help Desk people too know the answer before the computer is running?

    The article is so...

    Regards,Yelena Varsha

  • RE: Question of the Day for 24 Feb 2006

    Did not get it: BOL says that SSAS can use up to 3 GB when /3GB switch is used. You have to use /3GB switch in the boot.ini file.

    Answer 2...

    Regards,Yelena Varsha

  • RE: Table Sizing

    David,

    if the column type for some columns is var-something, like varchar or nvarchar then only the actual size will stored. Example: your column is varchar(255) and you would think it...

    Regards,Yelena Varsha

  • RE: moving procedures to other filegroup ?

    Hi,

    "Physical Database Files and Filegroups" article in BOL for SQL 2000 says that "All pages for system tables are allocated in the primary filegroup"

    Since all procedures are  text that is stored in...

    Regards,Yelena Varsha

Viewing 15 posts - 1,021 through 1,035 (of 1,884 total)