Forum Replies Created

Viewing 15 posts - 196 through 210 (of 1,222 total)

  • RE: In transaction replication, do we need to backup subscriber database

    Pritz (7/26/2014)


    Hi!

    I am new to replication. I have transactional replication setup between two servers.

    Do I need to create Full and T-log backup for the subscriber databases involved in replication?

    Replication does...

  • RE: Extract ispac file from SSISDB

    Below is the code for my stored procedure - please take a hard look at where something might go wrong. My own suspicion is in the BCP usage to turn...

  • RE: reporting services

    tcronin 95651 (7/24/2014)


    the intention was to remove the reporting server from the sharepoint box entirely and have this on the second instance. I get sharepoint integrated is better, but...

  • RE: Analysis Services Tabular AND Multidimensional on the same Server

    Yes - you can install both multidimensional and tabular instances of SSAS on the same server without any problems. They need to be separate instances but other than that...

  • RE: Using Sendmail for Report

    Mitch2007 (7/24/2014)


    Hi all.

    I found this code online in order to email oujt a View I have created in SQL 2008 as a CSV file:

    EXEC msdb.dbo.sp_send_dbmail

    @recipients='MyEmail@MyDomain.com',

    ...

  • RE: reporting services

    tcronin 95651 (7/22/2014)


    I have two reporting services environments. First one is a native running on the same sql 2008r2 box using the 2008r2 box for it's backend. The...

  • RE: Add column to View or use Named Query in DSV?

    Lempster (7/11/2014)


    I have a Fact table based on a View. Rather than create a Calculated Measure in the front-end BI application (Tableau), I decided to alter the View to include...

  • RE: Cannot connect to the alias name

    river1 (7/11/2014)


    Hi,

    I have created an alias named Kal on my SQL server 2005 server. I have inserted the right port number on it.

    If I connect from 32 bits machines I...

  • RE: Include date in result

    Howard C. BAchtel-438731 (7/9/2014)


    I am new to MDX queries and have an MDX query that runs fine:

    Select

    [Measures].[Total Patients Waiting] on columns,

    CrossJoin({[ReportDate].[ReportDate].[Report Date].&[20140401]},

    {[Facility].[Facility].ALLMEMBERS}) on rows

    From WaitTimeEWL

    The data updates periodically (currently maximum...

  • RE: getting null values while imporing from excel

    visu.viswanath (7/3/2014)


    hi,

    I am using following query...

    SELECT *

    FROM OPENROWSET('Microsoft.Ace.OLEDB.12.0', 'Excel 12.0;DATABASE=E:\EXCELFILES\EXCEL_2014.xls',

    'Select * from [sheet1$]')

    in my sheet one column contains numeric values, but some of the rows...

  • RE: Storing the OLEDB destination as variable

    Depending on how you name your packages and tasks, system variables PackageName and TaskName might help you. Otherwise, you could try storing some addition information external to your package...

  • RE: Use of "With Member " in MDX queries ?

    WITH MEMBER allows you to create calculated members that you can use in the SELECT statement. This is useful where the calculation doesn't exist in the cube you are...

  • RE: cursor problem. not working properly

    navie22 (7/1/2014)


    I am having problem with my script. at first time, it runs fine, but when second time, when their is no data in schema ABC tables, it still make...

  • RE: noncluster index and cluster index

    Dennisql (6/25/2014)


    Can nonclustered index be created without first creating clustered index? I guess so. but I read a book it mentioned that nonclustered index will use clustered index to find...

  • RE: Inserting Text Rows Within Tablix tables - Can It Be Done?

    Great - glad to help

Viewing 15 posts - 196 through 210 (of 1,222 total)