Forum Replies Created

Viewing 15 posts - 1 through 15 (of 141 total)

  • RE: SQL 2012 BI MCSA - 70-461, 70-462, & 70-463

    Try the Microsoft Certification site:

    http://www.microsoft.com/learning/en/us/certification/cert-sql-server.aspx

    SQLServerCentral.com and Google are your friends but experience is a MUST.

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: Which Option is good

    web.config files are generally used in .NET development. This is SQL Server forum. Also, there's not enough details in your question to direct you to a resource or to answer...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: Stairway to MDX - STEP 1: Getting Started with MDX

    Very good. After learning to build, configure and deploy cubes this is an excellent next step.

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: GO Part 1

    Great question thanks.

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: Help with this Query

    For this type of scenario, I would look at maybe implementing a calendar/tally table that holds all the necessary information against each day.

    My own calendar table stores (for each...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: 'Arithmetic overflow error converting numeric to data type numeric'

    ananda.murugesan (9/17/2012)


    please find the attached sample data for header and detail table

    CREATE FUNCTION [dbo].[GetDataType] ( @Table varchar(50), @Fld varchar(50) )

    RETURNS varchar(1)

    AS

    BEGIN

    Declare @datatype varchar(1)

    select @datatype =...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: GO Part 2

    Nice question thanks!

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: new to DBA an dtechnology

    All of the above and more - don't forget people skills as you'll be liaising with business owners, budget holders, developers, data protection individuals and other database professionals.

    I'm not sure...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: SQL services where set Automatic but doesn't came up after reboot server

    Have you check the service Dependencies?

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: 'Arithmetic overflow error converting numeric to data type numeric'

    Might be useful to see some data!

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: IN Vs INNER JOIN

    Its also depends on whether the columns you are joining on are indexed.

    Indexing and performance is a large topic in it's own right.

    Too many indexes on a large table...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: How to store date value'30/04/2012' to YYYYMM in sql table by derived column of SSIS?

    Thanks Phil, I saw your reply just after I posted mine...

    Doing SSIS research as we type...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: How to store date value'30/04/2012' to YYYYMM in sql table by derived column of SSIS?

    I'm a bit unclear of your requirements but I assume you want to extract the Month and Year from a given date and create a string from the components in...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: Qualities in a DBA

    I've often been asked to attend meetings as the database\technical contact.

    The audience is usually the business managers with low or very little experience with databases, hardware and all the...

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • RE: Restart Log Backups

    Good question and explanation

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

Viewing 15 posts - 1 through 15 (of 141 total)