Forum Replies Created

Viewing 14 posts - 16 through 29 (of 29 total)

  • RE: Backup to diffrent server and domain

    Hi all,

    I have worked on a solution to solve my issue for backing up and restoring to a different domain and server. The statement below is the job scripted...

  • RE: Counting without Primary Key

    yes, the results I first post give me that result set. But I wanted to know if there was a way of adding the Primary Key(ReasonID) with out affecting the count.

     

    I...

  • RE: Counting without Primary Key

    here are the two columns

    [ReasonID] [int] IDENTITY(1,1) NOT NULL,

    CONSTRAINT [PK_Reason]

  • RE: Counting without Primary Key

     

    Thanks for helping out

     

    I will like to do both, the problem is since the reasonID value is unique, the NominationCount will be duplicated for each reasonID because as you see...

  • RE: Counting without Primary Key

    The Primary key is coming from the reason table.

  • RE: Counting without Primary Key

    NomineeFirstName   NomineeLastName NomineeDept NominationsCount

    AmanPreet              Singh                   is                  1

    Dyana                     Pearson               is                  1

    Jaime                      Maccou                is                  3

    matt                       Chambers             is                  1

    Paul                        Nelson                  is                 2

    Rukmini                  Yalamanchi            is                 2

    Shannon                  Robison                is                 1

    The Data results I will lke...

  • RE: Updating only record

    Thank you for taking the time to respond. After reviewing  my data I had found that some of the date information was updated and the time portion of the date...

  • RE: Any of you have done Analysis Server 2000 Service backups

    Using SQL 2000

    Backup

    "C:\program Files\Microsoft Analysis Services\BIN\msmdarch.exe" /a ServerName "E:\program Files\Microsoft Analysis Services\Data" "DatabaseName" "E:\DBBACKUPS\olap\DatabaseName.CAB" "E:\DBBACKUPS\olap\DatabaseName.log"

     

    Restore

    "C:\program Files\Microsoft Analysis Services\BIN\msmdarch.exe" /r ServerName "E:\program Files\Microsoft Analysis Services\Data" "DatabaseName" "E:\DBBACKUPS\olap\DatabaseName.CAB" "E:\DBBACKUPS\olap\DatabaseName.log"

  • RE: Integrating with Active Directory

    Create your account in AD and add that account to SQL server logins.  assign appropiate permissions to the database.

  • RE: Integrating with Active Directory

    You should be able to accomplish this using SQL mixed mode.

  • RE: Integrating with Active Directory

    The pegays database uses is own services accounts.  What are you trying to accomplish?

    You can associate windows authenication accounts if you setup up your SQL services using windows authentication

  • RE: DTS Absolute Path during "Send Mail" Task

    You can add and activex scripts like this

    '**********************************************************************

    '  Visual Basic ActiveX Script

    '************************************************************************

     

    Function Main()

  • RE: Script error

    Check you dimension for error such as count, sum.  The data type from your source to destination may not be the same. 

  • RE: Ways to Determine the Version and SP of SQL Server

    Great article.  I do have a question; how can I output the results from master..xp_msver production to a table?

Viewing 14 posts - 16 through 29 (of 29 total)