Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 1,884 total)

  • RE: Permissions Differ for User vs Role

    Sure it can be different. The best example is sp_adduser that some apps use provide a front-end add user functionality. sp_adduser is marked as obsolete by Microsoft and it is...

    Regards,Yelena Varsha

  • RE: Clustered Index

     What is the role of the database? Is it OLTP (Online Transaction Processin) or OLAP (Decision Making, frequently queried database) ? If you do a lot of queries by this field by...

    Regards,Yelena Varsha

  • RE: Restrict Number of Concurrent Processes?

    Jeff,

    You may try to use sysprocesses table which has UID, nt_username and loginame fields if your users are using your application to connect to SQL Server. Your application may query sysprocesses which also...

    Regards,Yelena Varsha

  • RE: Question of the Day for 20 Sep 2004

    Melvyn's reply looks correct.

    I added a line with ColA=3 after the first try returned 2. After I added a row 'A', 3 to #TestUpdateB like he added 98...

    Regards,Yelena Varsha

  • RE: SQLServerCentral.com Is Moving

    Good News! I wish I could help.

    Saturday downtime  is OK for me. I am doing  Boston Heart Walk on 18th, depending on the weather from 1 to 6 miles

    Yelena

    Regards,Yelena Varsha

  • RE: Send Alert if CPU is 100%

    Hello,

    Do you like scripts? There is a Scripting repository on Technet and there is a script for CPU usage:

    http://www.microsoft.com/technet/community/scriptcenter/monitor/scrmon26.mspx

    ******************

    Monitor Processor Use

    Updated: February 17, 2003

    Description

    Uses cooked performance counters to monitor...

    Regards,Yelena Varsha

  • RE: Default instance of SQL Server will not start

    Hello,

    I would stop the second instance, copy out all databases as in #1 and #2 by AJ. Then I would rebuild Master by rebuildm by SA24 recommendations. Then I would...

    Regards,Yelena Varsha

  • RE: Question of the Day for 13 Sep 2004

    Scot,

    I worked with ER/Studio database designer by Embarcadero. The problem working with those products that they are mostly non-Microsoft products oriented. What I mean, they just have an ability to...

    Regards,Yelena Varsha

  • RE: Question of the Day for 13 Sep 2004

    Scot,

    What is Rapid SQL v6 ? It is not SQL Server I assume and not MySQL. Please, describe in a couple of lines.

    Yelena

    Regards,Yelena Varsha

  • RE: NT authenticated db owner

    Sa24,

    Thanks for the syntax. I really like this thing.

    Ed,

    I was talking not about Windows Authentication versus SQL Authentication. Windows Authentication for users is good, but explicitly about making a...

    Regards,Yelena Varsha

  • RE: Formatting Date Field in Query

    Hello,

    You may want to use Convert function. See Cast and Convert topic in Books Online.

    CONVERT ( data_type [ ( length ) ] , expression [ , style ]...

    Regards,Yelena Varsha

  • RE: NT authenticated db owner

    Hi,

    I agree with SQL Bill. Could you also post error messages here?

    I have a comment: Why would anyone want to make a Windos login a dbo? I have a checklist...

    Regards,Yelena Varsha

  • RE: What to do to clean transaction logs in back up directory

    Hello,

    Please create a job with a Job Step that is of Type ActiveX script and Language VBscript. Then enter a script that uses FileSystemObject See the example of the script...

    Regards,Yelena Varsha

  • RE: Question of the Day for 07 Sep 2004

    Chris,

    I think "automatically" means "not manually"

    SQL Server will or will not update automatically based as you mentioned on WITH VALUES clause that you have to add. Without adding WITH...

    Regards,Yelena Varsha

  • RE: Question of the Day for 31 Aug 2004

    Hi all,

    2 or more tables CAN be updated through the view in SQL Server 2000. It is a new feature in SQL Server 2000 and it is called Updatable Partitioned...

    Regards,Yelena Varsha

Viewing 15 posts - 1,816 through 1,830 (of 1,884 total)