Forum Replies Created

Viewing 15 posts - 736 through 750 (of 1,884 total)

  • RE: SQL Server 2005 Requirements

    Hello Bill,

    Please, connect to the link here, select the edition you would like to install and click a link for your edition for system requirements.

    http://www.microsoft.com/sql/prodinfo/sysreqs/default.mspx

    SQL Server 2005 System...

    Regards,Yelena Varsha

  • RE: Bill Gates Stepping Down...

    Rudy and  Sushila,

    I would put it this way: ..Information has to be attended to...

    The question is: in what format? 50 years ago there was no server concept, but there was...

    Regards,Yelena Varsha

  • RE: How Many Processes at the same time?

    Hi John,

    Thanks so much for your reply. This query works great for the point of time. I also do need the MAX number of connections and the current number of...

    Regards,Yelena Varsha

  • RE: Question of the Day for 16 Jun 2006

    I use cliconfg utility to configure aliases for both Named Pipes and TCP/IP. You may even do it from inside ODBC administrator. Then you can test both protocols by clicking Test Connection...

    Regards,Yelena Varsha

  • RE: Table Variable as SP Parameter?

    Hi,

    Thanks all for the ideas and links, I checked these and forwarded to the developer. I also tested and told him that if he uses a dynamic string with the whole...

    Regards,Yelena Varsha

  • RE: Table Variable as SP Parameter?

    Yes, that exactly what I mean. One of the developers would like to pass several similar values as many as the user selects and then say:  where something in (value1,value2,value3...)...

    Regards,Yelena Varsha

  • RE: Question of the Day for 15 Jun 2006

    I answered correctly, but decided to verify my choice in BOL. The Permissions topic says before listing permissions:

    "The following describes the general conventions that are followed for naming permissions:"

    So is...

    Regards,Yelena Varsha

  • RE: Database Commenting Guideline

    Very good article and reviews!

    Regards,Yelena Varsha

  • RE: Listing database size data

    Something like that?

    sp_MSForEachDB @command1='PRINT''[?]''', @command2='USE [?] EXEC sp_spaceused'

    Regards,Yelena Varsha

  • RE: Source Control

    Greg,

    You can use Visual Studio Team Systems 2005 as a high-tech solution or you can use Visual Notepad for your code and store it in the file system. The key...

    Regards,Yelena Varsha

  • RE: Get secured Access Data

    I usually get a good help for MS ACCESS on the website http://www.accessmonster.com

    They have forums like us here where you can ask questions or just search the forums. I...

    Regards,Yelena Varsha

  • RE: Preventing duplicate rows

    There could be 2 approaches:

    1. Application has to check that the values that are to be inserted / updated are different from any of the existent rows, something like this:

    If...

    Regards,Yelena Varsha

  • RE: connecting to sql server 2000

    Hi,

    to fix an event log:

    http://www.microsoft.com/technet/prodtechnol/winxppro/support/logfilesbad.mspx

    Fix Corrupt Event Log Files

    Published: September 10, 2001

    One of the administrative tools in Microsoft Management Console, Event Viewer maintains logs about program, security, and...

    Regards,Yelena Varsha

  • RE: ACCESS_VIOLATION in stored procedure

    It is you who runs a query from Query Analyzer, but it is someone else who is trying to connect from the website! And this person (he/she/it) most probably IUSR_ServerName...

    Regards,Yelena Varsha

  • RE: connecting to sql server 2000

    Please, post the exact error message. Sometimes people say that login failed when the message is "SQL Server does not exist or access denied" which means that the app can...

    Regards,Yelena Varsha

Viewing 15 posts - 736 through 750 (of 1,884 total)