Forum Replies Created

Viewing 15 posts - 211 through 225 (of 287 total)

  • RE: Data integration/Data transfer

    sql_novice_2007 (6/22/2010)


    we are going to receive 10000 rows per day and each row will have around 19 columns.

    Securoty wise we will be able to receive either by an API call...

  • RE: Data integration/Data transfer

    sql_novice_2007 (6/21/2010)


    We need to receive the data from the client on every tuesday.

    We can't access their database server.

    Is there any other way than receiving the data in an excel/csv/txt...

  • RE: Books for SSIS & SSAS

    A couple you could check out:

    Professional Sql Server 2008 Integration Services

    Professional Sql Server Analysis Services 2008 with MDX

    I think both books have Sql 2005 versions.

  • RE: Recreating Foreign Key

    You are not being very clear here.

    When you successfully create it in SSMS, how are you creating it? In an Editor window? via the Designers?

    How are you creating...

  • RE: Regular Expression

    Glad I could help 🙂

  • RE: Regular Expression

    nidhivarshney82 (5/20/2010)


    How can we use it in creating search query? Can you give me some examples?

    Assuming:

    1. You are comfortable coding in any one of the .Net Languages.

    2. You have the...

  • RE: Regular Expression

    nidhivarshney82 (5/11/2010)


    Can we write regular expression in sql server express 2005?

    and can we use regular expression in creating search string?

    The short answer is yes. The Sql Clr is available...

  • RE: Issue with Stored Procedure

    What is the Server/Database Collation? It could be a case sensitive one?

  • RE: Installation Problem

    chandrasekaran.ganapathy (4/2/2010)


    While installing SQL Server 2008 I am getting this following error message:

    Unable to connect the SQL server database

    Error details:

    [Microsoft][ODBC SQL Server driver][DBNETLIB]SQL Server does not exist or access denied.

    Please...

  • RE: Architecture of dbcc dbreindex and indexdefrag

    Can you let me know the underlying architecture of "dbcc dbreindex" and dbcc indexdefrag". I need the details to understand how the above maintenance queries can boost the performance. Checked...

  • RE: Duration value in a Trace

    You can capture the Execution Plans with Profiler.

    You can look up the "ShowPlan" Events in the Performance Category.

    Try to avoid running Profiler against a Production Server, if you...

  • RE: how to use sql sever 2005

    If you just need a Sql Express backend for some C# development then there isn't a great deal to it. Infact, I think the Express Version of Sql Server is...

  • RE: Compatibility Matrix between SQL 2000 and SQL 2008

    Here is a high level one.

    A simple Google search should find you more detailed ones if you choose.

  • RE: URGENT Please help: Queries timeout for about 10 minutes several times a day.

    The dmv, sys.dm_exec_requests can also be helpful in analyzing blocking.

  • RE: alter a table using GUI without having db_owner access

    Is it possible for a user to alter a table using GUI without having db_owner access to that database?

    I believe so, but, you will have to have the appropriate privileges...

Viewing 15 posts - 211 through 225 (of 287 total)