Forum Replies Created

Viewing 15 posts - 361 through 375 (of 1,884 total)

  • RE: URGENT: Named Instances

    In the Wizard there should be a selection to apply to all instances or to the specific instance

    Regards,Yelena Varsha

  • RE: Need to create a condition stmt in a DTS package

    You can run the package from the parent package.

    You can also run DTS from from SQL Statement either as a job sp_start_job or as a command-line executable xp_cmdshell dtexec <parameters...

    Regards,Yelena Varsha

  • RE: Logged Users

    I use Management-> Current Activity window Processes view in 2000 and Management -> Activity Monitor in 2005 to find out who is connected and sort by Last Batch field.

    Regards,Yelena Varsha

  • RE: Why different values

    I just ran Profiler for the opening of properties. It gives us the following for the Row Count (this is a part of Select ). If I read it correctly...

    Regards,Yelena Varsha

  • RE: Why different values

    I don't think there should be differences.

    while the aggregate usually don't count NULLs, count(*) counts everything including nulls and duplicates.

    BOL says: "COUNT(*) returns the number of rows in a specified...

    Regards,Yelena Varsha

  • RE: Server Consolidation

    Alex,

    It depends on your business process and your billing / payment practices. For example, if there are 2 departments that pay out of their budgets and you consolidate their databases, who will...

    Regards,Yelena Varsha

  • RE: Question of the Day for 15 Jun 2007

    Steve, that is what I meant: space on the drive, not inside the file.

    Regards,Yelena Varsha

  • RE: Question of the Day for 15 Jun 2007

    Every answer is wrong here so I just cliked any.

    The question states: "You try to truncate the log, but it does not free up enough space"  Truncating the log...

    Regards,Yelena Varsha

  • RE: Running DTS(w bulk insert) from 3rd server?

    Do this:

    Log in to your Dev3 as the service startup account that you call in this post domainacct and try to access a share \\Dev1\Folder\File.txt yourself doing it as...

    Regards,Yelena Varsha

  • RE: shutdown

    I am not sure if it was in the Resource Kit or Support Tools or AdminPack all 3 are available as Martin says at Downloads page on Microsoft website. The...

    Regards,Yelena Varsha

  • RE: Running DTS(w bulk insert) from 3rd server?

    On which machine? Also, are all 3 machines in the same domain?

    Regards,Yelena Varsha

  • RE: Is IIS required?

    In IIS Manager go to your website properties and click on ASP.NET tab. Make sure the correct version is selected in "ASP.NET Version" Then go to the Documents tab and...

    Regards,Yelena Varsha

  • RE: Running DTS(w bulk insert) from 3rd server?

    Did you set up the Share permissions in addition to the folder NTFS permission?

    To make sure what is going on, run the package and right after that check the security...

    Regards,Yelena Varsha

  • RE: creating an event class look up table

    A lot of events are listed in

    sp_trace_setevent
     
    If you collect more and finish you project if would be great if you publish the article here with...

    Regards,Yelena Varsha

  • RE: Novice sql server sql query question

    Kevin,

    If you need to reach an object on the same server in a different database use:

    databasename.schemaname.objectname like MyOtherDB.dbo.MyTable

    the login who is running code has to have permissions to the other...

    Regards,Yelena Varsha

Viewing 15 posts - 361 through 375 (of 1,884 total)